/* DUPLICATOR-LITE (MYSQL-DUMP BUILD MODE) MYSQL SCRIPT CREATED ON : 2020-02-14 18:22:06 */

/*!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 */;
/*!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 DEFAULT NULL,
  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 */;

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 */;

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2018-04-17 19:20:26','2018-04-17 19:20:26','Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;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;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contactformmaker` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(127) NOT NULL,
  `mail` varchar(256) NOT NULL,
  `form_front` longtext NOT NULL,
  `theme` int(4) NOT NULL,
  `submit_text` longtext NOT NULL,
  `url` varchar(256) NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script_mail` text NOT NULL,
  `script_mail_user` text NOT NULL,
  `counter` int(11) NOT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `label_order` text NOT NULL,
  `label_order_current` text NOT NULL,
  `article_id` varchar(500) NOT NULL,
  `public_key` varchar(50) NOT NULL,
  `private_key` varchar(50) NOT NULL,
  `recaptcha_theme` varchar(20) NOT NULL,
  `form_fields` text NOT NULL,
  `savedb` tinyint(4) NOT NULL DEFAULT 1,
  `sendemail` tinyint(4) NOT NULL DEFAULT 1,
  `requiredmark` varchar(20) NOT NULL DEFAULT '*',
  `mail_from` varchar(128) NOT NULL,
  `mail_from_name` varchar(128) NOT NULL,
  `reply_to` varchar(128) NOT NULL,
  `send_to` varchar(128) NOT NULL,
  `autogen_layout` tinyint(4) NOT NULL DEFAULT 1,
  `custom_front` longtext NOT NULL,
  `mail_from_user` varchar(128) NOT NULL,
  `mail_from_name_user` varchar(128) NOT NULL,
  `reply_to_user` varchar(128) NOT NULL,
  `disabled_fields` varchar(200) NOT NULL,
  `mail_cc` varchar(128) NOT NULL,
  `mail_cc_user` varchar(128) NOT NULL,
  `mail_bcc` varchar(128) NOT NULL,
  `mail_bcc_user` varchar(128) NOT NULL,
  `mail_subject` varchar(128) NOT NULL,
  `mail_subject_user` varchar(128) NOT NULL,
  `mail_mode` tinyint(4) NOT NULL DEFAULT 1,
  `mail_mode_user` tinyint(4) NOT NULL DEFAULT 1,
  `wpmail` tinyint(1) NOT NULL DEFAULT 1,
  `sortable` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_contactformmaker` WRITE;
/*!40000 ALTER TABLE `wp_contactformmaker` DISABLE KEYS */;
INSERT INTO `wp_contactformmaker` VALUES (1,'A mailing list','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"33\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%33 - map_33%</div></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\" disabled=\"yes\" style=\"opacity: 0.4;\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 1;\">%32 - custom_32%</div><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 1;\">%2 - Your Name:%</div><div wdid=\"4\" class=\"wdform_row\" style=\"opacity: 1;\">%4 - E-mail:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 1;\">%28 - Type the characters you see here:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%5 - Website:%</div><div wdid=\"9\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%9 - Address:%</div><div wdid=\"27\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"31\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%31 - custom_31%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"26\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%26 - Which topic best describes your question?%</div><div wdid=\"16\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"25\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%25 - When is the best time to contact you:%</div><div wdid=\"15\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%15 - Company:%</div><div wdid=\"8\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%8 - Mobile:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"3\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%3 - Name:%</div><div wdid=\"23\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%23 - Message:%</div><div wdid=\"22\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%22 - Subject:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%24 - Issue type:%</div><div wdid=\"7\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%7 - Phone:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',1,'<p>%Your Name:% joined the mailing list from IP: %ip%</p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for joining</h1>\r\n</div>\r\n<p>%all%</p>',34,1,'33#**id**#map_33#**label**#type_map#****#32#**id**#custom_32#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#5#**id**#Website:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#31#**id**#custom_31#**label**#type_editor#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#15#**id**#Company:#**label**#type_text#****#8#**id**#Mobile:#**label**#type_phone#****#6#**id**#Phone number:#**label**#type_text#****#3#**id**#Name:#**label**#type_name#****#23#**id**#Message:#**label**#type_textarea#****#22#**id**#Subject:#**label**#type_text#****#24#**id**#Issue type:#**label**#type_own_select#****#7#**id**#Phone:#**label**#type_phone#****#','33#**id**#map_33#**label**#type_map#****#32#**id**#custom_32#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#5#**id**#Website:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#31#**id**#custom_31#**label**#type_editor#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#15#**id**#Company:#**label**#type_text#****#8#**id**#Mobile:#**label**#type_phone#****#6#**id**#Phone number:#**label**#type_text#****#3#**id**#Name:#**label**#type_name#****#23#**id**#Message:#**label**#type_textarea#****#22#**id**#Subject:#**label**#type_text#****#24#**id**#Issue type:#**label**#type_own_select#****#7#**id**#Phone:#**label**#type_phone#****#','0','','','','33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*-74.0059731*:*w_center_x*:*40.7143528*:*w_center_y*:*-74.005973*:*w_long*:*40.714353*:*w_lat*:*12*:*w_zoom*:*580*:*w_width*:*200*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<hr>*:*w_editor*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<h1 data-mce-style=\"color: #000000;\" style=\"color: #000000;\">Join the mailing list</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*true*:*w_first_val*:*no*:*w_required*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Mobile:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*77*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*120*:*w_field_label_size*:*top*:*w_field_label_pos*:*290*:*w_size_w*:*150*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','33,1,5,9,10,11,12,13,14,27,31,29,26,16,17,18,19,20,21,25,15,8,6,3,23,22,24,7,','','','','','','',1,1,1,1),(2,'Contact Form 1','areum@mozaiccreative.ca,','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable ui-sortable-disabled\" style=\"border: none;\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\" style=\"border: none;\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\" style=\"border: none;\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable ui-sortable-disabled\" style=\"border: none;\"><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%3 - Name:%</div><div wdid=\"15\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%15 - Practice Name:%</div><div wdid=\"7\" class=\"wdform_row ui-sortable-handle\">%7 - Phone:%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - E-mail:%</div><div wdid=\"8\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%8 - Mobile:%</div><div wdid=\"22\" class=\"wdform_row ui-sortable-handle\">%22 - Subject:%</div><div wdid=\"26\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%26 - Which topic best describes your question?%</div><div wdid=\"23\" class=\"wdform_row ui-sortable-handle\">%23 - Details:%</div><div wdid=\"25\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"27\" class=\"wdform_row ui-sortable-handle\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"28\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%28 - Type the characters you see here:%</div><div wdid=\"29\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%29 - %</div><div wdid=\"30\" class=\"wdform_row ui-sortable-handle\">%30 - type_submit_reset_30%</div><div wdid=\"31\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%31 - custom_31%</div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%2 - Your Name:%</div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%5 - Website:%</div><div wdid=\"6\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"16\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"9\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%9 - Address:%</div><div wdid=\"24\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%24 - Issue type:%</div><div wdid=\"33\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%33 - map_33%</div><div wdid=\"32\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%32 - custom_32%</div></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\" style=\"border: none;\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\" style=\"border: none;\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div><div class=\"wdform_column ui-sortable ui-sortable-disabled\"></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\nWe have received your message and will respond to you within 24 hours (Monday-Friday).\r\n\r\nFor urgent inquiries, please contact us using phone numbers down below.\r\n\r\nPhone: 123-987-6543\r\n\r\nFax: 123-987-6542','',3,'%all%%Name:% sent you a message from IP: %ip%\r\n\r\n%all%','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>%all%Dear %Name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\nWe have received your message and will respond to you within 24 hours (Monday-Friday).\r\n\r\nFor urgent inquiries, please contact us using phone numbers down below.\r\n\r\nPhone: 123-987-6543\r\n\r\nFax: 123-987-6542\r\n\r\n%all%',34,1,'3#**id**#Name:#**label**#type_name#****#15#**id**#Practice Name:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#8#**id**#Mobile:#**label**#type_phone#****#22#**id**#Subject:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#23#**id**#Details:#**label**#type_textarea#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#29#**id**##**label**#type_recaptcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#33#**id**#map_33#**label**#type_map#****#32#**id**#custom_32#**label**#type_editor#****#','3#**id**#Name:#**label**#type_name#****#15#**id**#Practice Name:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#8#**id**#Mobile:#**label**#type_phone#****#22#**id**#Subject:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#23#**id**#Details:#**label**#type_textarea#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#29#**id**##**label**#type_recaptcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#33#**id**#map_33#**label**#type_map#****#32#**id**#custom_32#**label**#type_editor#****#','0','','','','1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*180*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_autofill*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Practice Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*360*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:*no*:*w_autofill*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Mobile:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*customLeftMargin*:*w_class*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Details:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*360*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:* *:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:**:*w_theme*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*44.497928*:*w_center_x*:*40.1525306*:*w_center_y*:*44.497928*:*w_long*:*40.152531*:*w_lat*:*12*:*w_zoom*:*300*:*w_width*:*400*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<p><strong>Sample Company, Inc.</strong></p><p>1412 South Main Expressway</p><p>Sugar Land, TX 98765</p><p>Phone: 123-987-6543</p><p>Fax: 123-987-6542</p>*:*w_editor*:**:*new_field*:*',1,1,'*','4','Mozaic Inc','4','*4*',1,'','areum@mozaiccreative.ca','Mozaic to User','','8,26,25,28,2,5,6,16,17,18,19,20,21,9,10,11,12,13,14,24,33,32,','','','','','%Subject:%','%Subject:%',1,1,1,0),(3,'Contact Form 2','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"32\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%32 - custom_32%</div><div wdid=\"33\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%33 - map_33%</div></div><div class=\"wdform_column ui-sortable\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%2 - Your Name:%</div><div wdid=\"7\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%7 - Phone:%</div><div wdid=\"24\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%24 - Issue type:%</div><div wdid=\"22\" class=\"wdform_row ui-sortable-handle\">%22 - Subject:%</div><div wdid=\"23\" class=\"wdform_row ui-sortable-handle\">%23 - Message:%</div></div><div class=\"wdform_column ui-sortable\"><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - E-mail:%</div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%5 - Website:%</div><div wdid=\"9\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%9 - Address:%</div><div wdid=\"27\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 1;\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"30\" class=\"wdform_row ui-sortable-handle\">%30 - type_submit_reset_30%</div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%3 - Name:%</div><div wdid=\"8\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%8 - Mobile:%</div><div wdid=\"25\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"28\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%28 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"15\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%15 - Company:%</div><div wdid=\"26\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%26 - Which topic best describes your question?%</div><div wdid=\"16\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"29\" class=\"wdform_row ui-sortable-handle\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - %</div><div wdid=\"31\" class=\"wdform_row ui-sortable-handle\" disabled=\"yes\" style=\"opacity: 0.4;\">%31 - custom_31%</div></div><div class=\"wdform_column ui-sortable\"></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Your Name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Your Name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'32#**id**#custom_32#**label**#type_editor#****#33#**id**#map_33#**label**#type_map#****#2#**id**#Your Name:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#24#**id**#Issue type:#**label**#type_own_select#****#22#**id**#Subject:#**label**#type_text#****#23#**id**#Message:#**label**#type_textarea#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Website:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#3#**id**#Name:#**label**#type_name#****#8#**id**#Mobile:#**label**#type_phone#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#Phone number:#**label**#type_text#****#15#**id**#Company:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#29#**id**##**label**#type_recaptcha#****#31#**id**#custom_31#**label**#type_editor#****#','32#**id**#custom_32#**label**#type_editor#****#33#**id**#map_33#**label**#type_map#****#2#**id**#Your Name:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#24#**id**#Issue type:#**label**#type_own_select#****#22#**id**#Subject:#**label**#type_text#****#23#**id**#Message:#**label**#type_textarea#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Website:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#3#**id**#Name:#**label**#type_name#****#8#**id**#Mobile:#**label**#type_phone#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#Phone number:#**label**#type_text#****#15#**id**#Company:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#29#**id**##**label**#type_recaptcha#****#31#**id**#custom_31#**label**#type_editor#****#','0','','','','32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*-74.0059731*:*w_center_x*:*40.7143528*:*w_center_y*:*-74.005973*:*w_long*:*40.714353*:*w_lat*:*11*:*w_zoom*:*580*:*w_width*:*200*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<hr>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*120*:*w_field_label_size*:*top*:*w_field_label_pos*:*290*:*w_size_w*:*180*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*77*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_autofill*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Mobile:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***1***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:* *:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:**:*w_theme*:**:*w_class*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','3,8,25,28,6,15,26,16,17,18,19,20,21,29,31,','','','','','%Subject:%','%Subject:%',1,1,1,1),(4,'Contact Form 3','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\" disabled=\"yes\" style=\"opacity: 0.4;\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 1;\">%32 - custom_32%</div><div wdid=\"3\" class=\"wdform_row\" style=\"opacity: 1;\">%3 - Enter your name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Enter your E-mail:%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Home Phone:%</div><div wdid=\"8\" class=\"wdform_row\" style=\"opacity: 1;\">%8 - Work Phone:%</div><div wdid=\"15\" class=\"wdform_row\" style=\"opacity: 1;\">%15 - Company:%</div><div wdid=\"22\" class=\"wdform_row\">%22 - Message Subject:%</div><div wdid=\"23\" class=\"wdform_row\">%23 - Enter your Message:%</div><div wdid=\"26\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%26 - Which topic best describes your question?%</div><div wdid=\"25\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"27\" class=\"wdform_row\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 1;\">%28 - Type the characters you see here:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div><div wdid=\"31\" class=\"wdform_row\" style=\"opacity: 1;\">%31 - custom_31%</div><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%2 - Your Name:%</div><div wdid=\"5\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%5 - Website:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"16\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"9\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%9 - Address:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%24 - Issue type:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"33\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%33 - map_33%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Enter your name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Enter your name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'32#**id**#custom_32#**label**#type_editor#****#3#**id**#Enter your name:#**label**#type_name#****#4#**id**#Enter your E-mail:#**label**#type_submitter_mail#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#22#**id**#Message Subject:#**label**#type_text#****#23#**id**#Enter your Message:#**label**#type_textarea#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#','32#**id**#custom_32#**label**#type_editor#****#3#**id**#Enter your name:#**label**#type_name#****#4#**id**#Enter your E-mail:#**label**#type_submitter_mail#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#22#**id**#Message Subject:#**label**#type_text#****#23#**id**#Enter your Message:#**label**#type_textarea#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#','0','','','','1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<p><strong>Sample Company, Inc.</strong></p><p>1412 South Main Expressway</p><p>Sugar Land, TX 98765</p><p>Phone: 123-987-6543</p><p>Fax: 123-987-6542</p>*:*w_editor*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Enter your name:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*180*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Enter your E-mail:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Home Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Work Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Message Subject:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Enter your Message:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size_w*:*300*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*customLeftMargin*:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*44.497928*:*w_center_x*:*40.1525306*:*w_center_y*:*44.497928*:*w_long*:*40.152531*:*w_lat*:*12*:*w_zoom*:*300*:*w_width*:*400*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','1,26,25,2,5,6,16,17,18,19,20,21,9,10,11,12,13,14,24,29,33,','','','','','%Message Subject:%','%Message Subject:%',1,1,1,1),(5,'Contact Form 4','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\" disabled=\"yes\" style=\"opacity: 0.4;\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%32 - custom_32%</div><div wdid=\"3\" class=\"wdform_row\" style=\"opacity: 1;\">%3 - Enter your name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Enter your E-mail:%</div><div wdid=\"7\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%7 - Home Phone:%</div><div wdid=\"8\" class=\"wdform_row\" style=\"opacity: 1;\">%8 - Work Phone:%</div><div wdid=\"15\" class=\"wdform_row\" style=\"opacity: 1;\">%15 - Company:%</div><div wdid=\"16\" class=\"wdform_row\" style=\"opacity: 1;\">%16 - Company address:%</div><div wdid=\"22\" class=\"wdform_row\">%22 - Message Subject:%</div><div wdid=\"23\" class=\"wdform_row\">%23 - Enter your Message:%</div><div wdid=\"26\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%26 - Which topic best describes your question?%</div><div wdid=\"25\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"27\" class=\"wdform_row\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%28 - Type the characters you see here:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div><div wdid=\"31\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%31 - custom_31%</div><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%2 - Your Name:%</div><div wdid=\"5\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%5 - Website:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"9\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%9 - Address:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%24 - Issue type:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"33\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%33 - map_33%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Enter your name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Enter your name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'32#**id**#custom_32#**label**#type_editor#****#3#**id**#Enter your name:#**label**#type_name#****#4#**id**#Enter your E-mail:#**label**#type_submitter_mail#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#22#**id**#Message Subject:#**label**#type_text#****#23#**id**#Enter your Message:#**label**#type_textarea#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#','32#**id**#custom_32#**label**#type_editor#****#3#**id**#Enter your name:#**label**#type_name#****#4#**id**#Enter your E-mail:#**label**#type_submitter_mail#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#22#**id**#Message Subject:#**label**#type_text#****#23#**id**#Enter your Message:#**label**#type_textarea#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#','0','','','','1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<p><strong>Sample Company, Inc.</strong></p><p>1412 South Main Expressway</p><p>Sugar Land, TX 98765</p><p>Phone: 123-987-6543</p><p>Fax: 123-987-6542</p>*:*w_editor*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Enter your name:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*180*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Enter your E-mail:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Home Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Work Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Message Subject:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Enter your Message:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size_w*:*200*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*customLeftMargin*:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*44.497928*:*w_center_x*:*40.1525306*:*w_center_y*:*44.497928*:*w_long*:*40.152531*:*w_lat*:*12*:*w_zoom*:*300*:*w_width*:*400*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','1,32,7,26,25,28,31,2,5,6,9,10,11,12,13,14,24,29,33,','','','','%Message Subject:%','%Message Subject:%','',1,1,1,1),(6,'Contact Form 5','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 1;\">%32 - custom_32%</div><div wdid=\"33\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%33 - map_33%</div></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%2 - Your Name:%</div><div wdid=\"3\" class=\"wdform_row\" style=\"opacity: 1;\">%3 - Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - E-mail:%</div><div wdid=\"7\" class=\"wdform_row\" style=\"opacity: 1;\">%7 - Home Phone:%</div><div wdid=\"8\" class=\"wdform_row\" style=\"opacity: 1;\">%8 - Mobile:%</div><div wdid=\"5\" class=\"wdform_row\" style=\"opacity: 1;\">%5 - Website:%</div><div wdid=\"25\" class=\"wdform_row\" style=\"opacity: 1;\">%25 - When is the best time to contact you:%</div><div wdid=\"9\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%9 - Address:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%28 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"15\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%15 - Company:%</div><div wdid=\"26\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%26 - Which topic best describes your question?%</div><div wdid=\"16\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"31\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%31 - custom_31%</div></div><div class=\"wdform_column\"><div wdid=\"22\" class=\"wdform_row\">%22 - Subject:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 1;\">%24 - Topic:%</div><div wdid=\"23\" class=\"wdform_row\">%23 - Message:%</div><div wdid=\"27\" class=\"wdform_row\" style=\"opacity: 1;\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div></div><div class=\"wdform_column\"></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'32#**id**#custom_32#**label**#type_editor#****#33#**id**#map_33#**label**#type_map#****#2#**id**#Your Name:#**label**#type_text#****#3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Mobile:#**label**#type_phone#****#5#**id**#Website:#**label**#type_text#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#Phone number:#**label**#type_text#****#15#**id**#Company:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#31#**id**#custom_31#**label**#type_editor#****#22#**id**#Subject:#**label**#type_text#****#24#**id**#Topic:#**label**#type_own_select#****#23#**id**#Message:#**label**#type_textarea#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#','32#**id**#custom_32#**label**#type_editor#****#33#**id**#map_33#**label**#type_map#****#2#**id**#Your Name:#**label**#type_text#****#3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Mobile:#**label**#type_phone#****#5#**id**#Website:#**label**#type_text#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#Phone number:#**label**#type_text#****#15#**id**#Company:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#31#**id**#custom_31#**label**#type_editor#****#22#**id**#Subject:#**label**#type_text#****#24#**id**#Topic:#**label**#type_own_select#****#23#**id**#Message:#**label**#type_textarea#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#','0','','','','32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*-74.0059731*:*w_center_x*:*40.7143528*:*w_center_y*:*-74.005973*:*w_long*:*40.714353*:*w_lat*:*11*:*w_zoom*:*580*:*w_width*:*200*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<hr>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*77*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*160*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Home Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Mobile:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*160*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***1***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Topic:*:*w_field_label*:*70*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*120*:*w_field_label_size*:*top*:*w_field_label_pos*:*250*:*w_size_w*:*300*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','33,2,9,10,11,12,13,14,28,6,15,26,16,17,18,19,20,21,29,31,','','','','','%Subject:%','%Subject:%',1,1,1,1),(7,'Contact Form 6','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\" disabled=\"yes\" style=\"opacity: 0.4;\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%32 - custom_32%</div><div wdid=\"3\" class=\"wdform_row\" style=\"opacity: 1;\">%3 - Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - E-mail Address:%</div><div wdid=\"26\" class=\"wdform_row\" style=\"opacity: 1;\">%26 - Which topic best describes your question?%</div><div wdid=\"23\" class=\"wdform_row\">%23 - Enter your Message:%</div><div wdid=\"7\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%7 - Home Phone:%</div><div wdid=\"8\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%8 - Work Phone:%</div><div wdid=\"15\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%15 - Company:%</div><div wdid=\"16\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%16 - Company address:%</div><div wdid=\"22\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%22 - Message Subject:%</div><div wdid=\"25\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"27\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%28 - Type the characters you see here:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div><div wdid=\"31\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%31 - custom_31%</div><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%2 - Your Name:%</div><div wdid=\"5\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%5 - Website:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"9\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%9 - Address:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%24 - Issue type:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"33\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%33 - map_33%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'32#**id**#custom_32#**label**#type_editor#****#3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail Address:#**label**#type_submitter_mail#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#23#**id**#Enter your Message:#**label**#type_textarea#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#22#**id**#Message Subject:#**label**#type_text#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#','32#**id**#custom_32#**label**#type_editor#****#3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail Address:#**label**#type_submitter_mail#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#23#**id**#Enter your Message:#**label**#type_textarea#****#7#**id**#Home Phone:#**label**#type_phone#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#22#**id**#Message Subject:#**label**#type_text#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#','0','','','','1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<p><strong>Sample Company, Inc.</strong></p><p>1412 South Main Expressway</p><p>Sugar Land, TX 98765</p><p>Phone: 123-987-6543</p><p>Fax: 123-987-6542</p>*:*w_editor*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*180*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*customLeftMargin*:*w_class*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Enter your Message:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size_w*:*200*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Home Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Work Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Message Subject:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*44.497928*:*w_center_x*:*40.1525306*:*w_center_y*:*44.497928*:*w_long*:*40.152531*:*w_lat*:*12*:*w_zoom*:*300*:*w_width*:*400*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','1,32,7,8,15,16,17,18,19,20,21,22,25,27,28,31,2,5,6,9,10,11,12,13,14,24,29,33,','','','','','','',1,1,1,1),(8,'Contact Form 7','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\" style=\"opacity: 1;\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\" style=\"opacity: 1;\">%3 - Enter your name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Enter your E-mail:%</div><div wdid=\"22\" class=\"wdform_row\">%22 - Message Subject:%</div><div wdid=\"26\" class=\"wdform_row\" style=\"opacity: 1;\">%26 - CMS:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 1;\">%24 - Product:%</div><div wdid=\"8\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%8 - Work Phone:%</div><div wdid=\"15\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%15 - Company:%</div><div wdid=\"25\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 1;\">%28 - Type the characters you see here:%</div><div wdid=\"31\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%31 - custom_31%</div><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%2 - Your Name:%</div><div wdid=\"5\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%5 - Website:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"16\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"9\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%9 - Address:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"33\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%33 - map_33%</div><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%32 - custom_32%</div><div wdid=\"7\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%7 - Home Phone:%</div></div><div class=\"wdform_column\"><div wdid=\"23\" class=\"wdform_row\">%23 - Enter your Message:%</div><div wdid=\"27\" class=\"wdform_row\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Enter your name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Enter your name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'3#**id**#Enter your name:#**label**#type_name#****#4#**id**#Enter your E-mail:#**label**#type_submitter_mail#****#22#**id**#Message Subject:#**label**#type_text#****#26#**id**#CMS:#**label**#type_radio#****#24#**id**#Product:#**label**#type_own_select#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#32#**id**#custom_32#**label**#type_editor#****#7#**id**#Home Phone:#**label**#type_phone#****#23#**id**#Enter your Message:#**label**#type_textarea#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#','3#**id**#Enter your name:#**label**#type_name#****#4#**id**#Enter your E-mail:#**label**#type_submitter_mail#****#22#**id**#Message Subject:#**label**#type_text#****#26#**id**#CMS:#**label**#type_radio#****#24#**id**#Product:#**label**#type_own_select#****#8#**id**#Work Phone:#**label**#type_phone#****#15#**id**#Company:#**label**#type_text#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#31#**id**#custom_31#**label**#type_editor#****#2#**id**#Your Name:#**label**#type_text#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#33#**id**#map_33#**label**#type_map#****#32#**id**#custom_32#**label**#type_editor#****#7#**id**#Home Phone:#**label**#type_phone#****#23#**id**#Enter your Message:#**label**#type_textarea#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#','0','','','','1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Enter your name:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*155*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Enter your E-mail:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*310*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Message Subject:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*310*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*CMS:*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*hor*:*w_flow*:*Joomla***WordPress***Drupal*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*customLeftMargin*:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Product:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*310*:*w_size*:*Select product***Contact Form Maker***Dripping Menu***Folder Menu***Form Maker***Other*:*w_choices*:*true***false***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Work Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*360*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*44.497928*:*w_center_x*:*40.1525306*:*w_center_y*:*44.497928*:*w_long*:*40.152531*:*w_lat*:*11*:*w_zoom*:*300*:*w_width*:*400*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<p><strong>Sample Company, Inc.</strong></p><p>1412 South Main Expressway</p><p>Sugar Land, TX 98765</p><p>Phone: 123-987-6543</p><p>Fax: 123-987-6542</p>*:*w_editor*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Home Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*300*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Enter your Message:*:*w_field_label*:*200*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*300*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','8,15,25,31,2,5,6,16,17,18,19,20,21,9,10,11,12,13,14,29,33,32,7,','','','','','%Message Subject:%','%Message Subject:%',1,1,1,1),(9,'Contact Form 8','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 1;\">%2 - Your Name:%</div><div wdid=\"7\" class=\"wdform_row\" style=\"opacity: 1;\">%7 - Phone:%</div></div><div class=\"wdform_column\"><div wdid=\"4\" class=\"wdform_row\">%4 - E-mail:%</div><div wdid=\"5\" class=\"wdform_row\" style=\"opacity: 1;\">%5 - Website:%</div></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"22\" class=\"wdform_row\">%22 - Subject:%</div><div wdid=\"23\" class=\"wdform_row\">%23 - Message:%</div><div wdid=\"32\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%32 - custom_32%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 1;\">%28 - Type the characters you see here:%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div></div><div class=\"wdform_column\"><div wdid=\"9\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%9 - Address:%</div><div wdid=\"27\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"3\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%3 - Name:%</div><div wdid=\"8\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%8 - Mobile:%</div><div wdid=\"25\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%25 - When is the best time to contact you:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"15\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%15 - Company:%</div><div wdid=\"26\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%26 - Which topic best describes your question?%</div><div wdid=\"16\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"31\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%31 - custom_31%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%24 - Issue type:%</div><div wdid=\"33\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%33 - map_33%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Your Name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Your Name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'2#**id**#Your Name:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Website:#**label**#type_text#****#22#**id**#Subject:#**label**#type_text#****#23#**id**#Message:#**label**#type_textarea#****#32#**id**#custom_32#**label**#type_editor#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#3#**id**#Name:#**label**#type_name#****#8#**id**#Mobile:#**label**#type_phone#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#6#**id**#Phone number:#**label**#type_text#****#15#**id**#Company:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#31#**id**#custom_31#**label**#type_editor#****#24#**id**#Issue type:#**label**#type_own_select#****#33#**id**#map_33#**label**#type_map#****#','2#**id**#Your Name:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Website:#**label**#type_text#****#22#**id**#Subject:#**label**#type_text#****#23#**id**#Message:#**label**#type_textarea#****#32#**id**#custom_32#**label**#type_editor#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#3#**id**#Name:#**label**#type_name#****#8#**id**#Mobile:#**label**#type_phone#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#6#**id**#Phone number:#**label**#type_text#****#15#**id**#Company:#**label**#type_text#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#31#**id**#custom_31#**label**#type_editor#****#24#**id**#Issue type:#**label**#type_own_select#****#33#**id**#map_33#**label**#type_map#****#','0','','','','2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*180*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<hr>*:*w_editor*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*480*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*120*:*w_field_label_size*:*top*:*w_field_label_pos*:*480*:*w_size_w*:*250*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:**:*w_editor*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*77*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Mobile:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***1***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*-74.0059731*:*w_center_x*:*40.7143528*:*w_center_y*:*-74.005973*:*w_long*:*40.714353*:*w_lat*:*11*:*w_zoom*:*200*:*w_width*:*200*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','32,9,10,11,12,13,14,27,3,8,25,6,15,26,16,17,18,19,20,21,29,31,24,33,','','','','','%Subject:%','%Subject:%',1,1,1,1),(10,'Contact Form 9','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"></div></div><div wdid=\"1\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%1 - custom_1%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\" style=\"opacity: 1;\">%2 - Your Name:%</div><div wdid=\"3\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%3 - Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - E-mail:%</div><div wdid=\"5\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%5 - Website:%</div><div wdid=\"6\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%6 - Phone number:%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Phone:%</div><div wdid=\"8\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%8 - Mobile:%</div><div wdid=\"9\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%9 - Address:%</div><div wdid=\"15\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%15 - Company:%</div><div wdid=\"16\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%16 - Company address:%</div><div wdid=\"24\" class=\"wdform_row\" style=\"opacity: 1;\">%24 - Issue type:%</div><div wdid=\"22\" class=\"wdform_row\">%22 - Subject:%</div><div wdid=\"23\" class=\"wdform_row\">%23 - Message:%</div><div wdid=\"25\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%25 - When is the best time to contact you:%</div><div wdid=\"26\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%26 - Which topic best describes your question?%</div><div wdid=\"27\" class=\"wdform_row\">%27 - Send a copy of this message to yourself:%</div><div wdid=\"28\" class=\"wdform_row\" style=\"opacity: 1;\">%28 - Type the characters you see here:%</div><div wdid=\"29\" class=\"wdform_row\" style=\"opacity: 0.4;\" disabled=\"yes\">%29 - &nbsp;%</div><div wdid=\"30\" class=\"wdform_row\">%30 - type_submit_reset_30%</div><div wdid=\"31\" class=\"wdform_row\" disabled=\"yes\" style=\"opacity: 0.4;\">%31 - custom_31%</div></div><div class=\"wdform_column\"><div wdid=\"32\" class=\"wdform_row\">%32 - custom_32%</div><div wdid=\"33\" class=\"wdform_row\">%33 - map_33%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',4,'<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Thank you for contacting us</h1>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>','',3,'<p>%Your Name:% sent you a message from IP: %ip%</p>\r\n<p> </p>\r\n<p>%all%</p>','<div class=\"content_head\" style=\"color: #565759;\">\r\n<h1>Dear %Your Name:%</h1>\r\n<h2>Thank you for contacting us</h2>\r\n</div>\r\n<p>We have received your message and will respond to you within 24 hours (Monday-Friday).</p>\r\n<p>For urgent inquiries, please contact us using phone numbers down below.</p>\r\n<p>Phone: 123-987-6543</p>\r\n<p>Fax: 123-987-6542</p>\r\n<p> </p>\r\n<p> </p>\r\n<p>%all%</p>',34,1,'2#**id**#Your Name:#**label**#type_text#****#3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#8#**id**#Mobile:#**label**#type_phone#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#15#**id**#Company:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#22#**id**#Subject:#**label**#type_text#****#23#**id**#Message:#**label**#type_textarea#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#32#**id**#custom_32#**label**#type_editor#****#33#**id**#map_33#**label**#type_map#****#','2#**id**#Your Name:#**label**#type_text#****#3#**id**#Name:#**label**#type_name#****#4#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Website:#**label**#type_text#****#6#**id**#Phone number:#**label**#type_text#****#7#**id**#Phone:#**label**#type_phone#****#8#**id**#Mobile:#**label**#type_phone#****#9#**id**#Street Address#**label**#type_address#****#10#**id**#Street Address Line 2#**label**#type_address#****#11#**id**#City#**label**#type_address#****#12#**id**#State / Province / Region#**label**#type_address#****#13#**id**#Postal / Zip Code#**label**#type_address#****#14#**id**#Country#**label**#type_address#****#15#**id**#Company:#**label**#type_text#****#16#**id**#Street Address#**label**#type_address#****#18#**id**#City#**label**#type_address#****#20#**id**#Postal / Zip Code#**label**#type_address#****#24#**id**#Issue type:#**label**#type_own_select#****#22#**id**#Subject:#**label**#type_text#****#23#**id**#Message:#**label**#type_textarea#****#25#**id**#When is the best time to contact you:#**label**#type_checkbox#****#26#**id**#Which topic best describes your question?#**label**#type_radio#****#27#**id**#Send a copy of this message to yourself:#**label**#type_send_copy#****#28#**id**#Type the characters you see here:#**label**#type_captcha#****#29#**id**#&nbsp;#**label**#type_recaptcha#****#30#**id**#type_submit_reset_30#**label**#type_submit_reset#****#31#**id**#custom_31#**label**#type_editor#****#32#**id**#custom_32#**label**#type_editor#****#33#**id**#map_33#**label**#type_map#****#','0','','','','1*:*id*:*type_section_break*:*type*:*custom_1*:*w_field_label*:*<h2 style=\"font-size: 30px; font-family: Bitter, Georgia, serif; clear: both; line-height: 1.3; margin: 25px 0px;\">Contact Us</h2><div style=\"color: rgb(20, 20, 18); font-family: Source Sans Pro, Helvetica, sans-serif; font-size: 16px; line-height: 24px;\">You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.</div>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Your Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*77*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*someone@example.com*:*w_first_val*:*someone@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Website:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*example.com*:*w_first_val*:*example.com*:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Phone number:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_phone*:*type*:*Mobile:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*100*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*9*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*15*:*id*:*type_text*:*type*:*Company:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_address*:*type*:*Company address:*:*w_field_label*:*100*:*w_field_label_size*:*top*:*w_field_label_pos*:*280*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***yes***no***yes***no***yes***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*24*:*id*:*type_own_select*:*type*:*Issue type:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:*(Select a Topic)***Pre-Sales Question***Product Support***Site Suggestions***Other*:*w_choices*:*true***false***false***false***false*:*w_choices_checked*:*false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*wdform_select*:*w_class*:**:*new_field*:*22*:*id*:*type_text*:*type*:*Subject:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*180*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*23*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*120*:*w_field_label_size*:*top*:*w_field_label_pos*:*290*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*25*:*id*:*type_checkbox*:*type*:*When is the best time to contact you:*:*w_field_label*:*100*:*w_field_label_size*:*left*:*w_field_label_pos*:*ver*:*w_flow*:*Morning***Afternoon***Evening*:*w_choices*:*false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*26*:*id*:*type_radio*:*type*:*Which topic best describes your question?*:*w_field_label*:*280*:*w_field_label_size*:*top*:*w_field_label_pos*:*ver*:*w_flow*:*Product Support***Site Suggestions***Marketing & Sponsorship Opportunities***Referral Programs***Other*:*w_choices*:*false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:**:*w_class*:**:*new_field*:*27*:*id*:*type_send_copy*:*type*:*Send a copy of this message to yourself:*:*w_field_label*:*260*:*w_field_label_size*:*left*:*w_field_label_pos*:*false*:*w_first_val*:*no*:*w_required*:**:*new_field*:*28*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*29*:*id*:*type_recaptcha*:*type*:*&nbsp;*:*w_field_label*:*250*:*w_field_label_size*:*top*:*w_field_label_pos*:**:*w_public*:**:*w_private*:*red*:*w_theme*:**:*w_class*:**:*new_field*:*30*:*id*:*type_submit_reset*:*type*:*type_submit_reset_30*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*31*:*id*:*type_editor*:*type*:*custom_31*:*w_field_label*:*<p><span style=\"color: rgb(153, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: normal; background-color: rgb(244, 244, 244);\">* Indicates required fields</span></p>*:*w_editor*:**:*new_field*:*32*:*id*:*type_editor*:*type*:*custom_32*:*w_field_label*:*<p><strong>Sample Company, Inc.</strong></p><p>1412 South Main Expressway</p><p>Sugar Land, TX 98765</p><p>Phone: 123-987-6543</p><p>Fax: 123-987-6542</p>*:*w_editor*:**:*new_field*:*33*:*id*:*type_map*:*type*:*map_33*:*w_field_label*:*44.497928*:*w_center_x*:*40.1525306*:*w_center_y*:*44.497928*:*w_long*:*40.152531*:*w_lat*:*12*:*w_zoom*:*300*:*w_width*:*400*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','4','','4','*4*',1,'','','','','3,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,25,26,29,31,','','','','','%Subject:%','%Subject:%',1,1,1,1);
/*!40000 ALTER TABLE `wp_contactformmaker` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contactformmaker_blocked` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_contactformmaker_blocked` WRITE;
/*!40000 ALTER TABLE `wp_contactformmaker_blocked` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_contactformmaker_blocked` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contactformmaker_submits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `element_label` varchar(128) NOT NULL,
  `element_value` text NOT NULL,
  `group_id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `ip` varchar(128) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=313 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_contactformmaker_submits` WRITE;
/*!40000 ALTER TABLE `wp_contactformmaker_submits` DISABLE KEYS */;
INSERT INTO `wp_contactformmaker_submits` VALUES (1,2,'3','AREUM@@@AN',1,'2018-05-31 00:58:06','184.149.38.118'),(2,2,'15','',1,'2018-05-31 00:58:06','184.149.38.118'),(3,2,'7','647 7679981',1,'2018-05-31 00:58:06','184.149.38.118'),(4,2,'4','areum.an.0928@gmail.com',1,'2018-05-31 00:58:06','184.149.38.118'),(5,2,'22','M6P 4B2',1,'2018-05-31 00:58:06','184.149.38.118'),(6,2,'23','test',1,'2018-05-31 00:58:06','184.149.38.118'),(7,2,'3','AREUM@@@AN',2,'2018-05-31 01:07:04','184.149.38.118'),(8,2,'15','',2,'2018-05-31 01:07:04','184.149.38.118'),(9,2,'7','647 7679981',2,'2018-05-31 01:07:04','184.149.38.118'),(10,2,'4','areum.an.0928@gmail.com',2,'2018-05-31 01:07:04','184.149.38.118'),(11,2,'22','M6P 4B2',2,'2018-05-31 01:07:04','184.149.38.118'),(12,2,'23','TEST',2,'2018-05-31 01:07:04','184.149.38.118'),(13,2,'3','@@@',3,'2018-11-11 08:53:51','185.189.114.124'),(14,2,'15','Islamism',3,'2018-11-11 08:53:51','185.189.114.124'),(15,2,'7','17854523314 ',3,'2018-11-11 08:53:51','185.189.114.124'),(16,2,'4','someone@example.com',3,'2018-11-11 08:53:51','185.189.114.124'),(17,2,'22','Behold is  a finegift for your team.',3,'2018-11-11 08:53:51','185.189.114.124'),(18,2,'23','Hi! Behold is  an important news - 500+ top quality slots, roulette and blackjack games to choose from.  To qualify click on the link below. http://bit.ly/2J65ntD',3,'2018-11-11 08:53:51','185.189.114.124'),(19,2,'3','@@@',4,'2018-11-19 07:27:16','185.93.180.217'),(20,2,'15','MARC',4,'2018-11-19 07:27:16','185.93.180.217'),(21,2,'7','15746196683 ',4,'2018-11-19 07:27:16','185.93.180.217'),(22,2,'4','someone@example.com',4,'2018-11-19 07:27:16','185.93.180.217'),(23,2,'22','Here is  nicecash prize for victory.',4,'2018-11-19 07:27:16','185.93.180.217'),(24,2,'23','Good man! There is a good bonus - Deposit now $/€ 10 - and you will be able to play with  $/€ 20 or even $/€ 30.  Are you in?  http://bit.ly/2yrN65R',4,'2018-11-19 07:27:16','185.93.180.217'),(25,2,'3','@@@',5,'2018-11-24 13:55:24','185.206.224.230'),(26,2,'15','OscarTut',5,'2018-11-24 13:55:24','185.206.224.230'),(27,2,'7','247115523 ',5,'2018-11-24 13:55:24','185.206.224.230'),(28,2,'4','someone@example.com',5,'2018-11-24 13:55:24','185.206.224.230'),(29,2,'22','That is an invitingacrid spot alongside fitting of you.',5,'2018-11-24 13:55:24','185.206.224.230'),(30,2,'23','  keenability \r\n Straight up and down click on the see trade congestion under to school  \r\n \r\n \r\nhttps://drive.google.com/file/d/1Br9HDjRFx7_YAaFkj8IO_QExRMWBWscw/preview',5,'2018-11-24 13:55:24','185.206.224.230'),(31,2,'3','@@@',6,'2018-11-26 17:28:30','89.238.186.75'),(32,2,'15','TylerDap',6,'2018-11-26 17:28:30','89.238.186.75'),(33,2,'7','211385531 ',6,'2018-11-26 17:28:30','89.238.186.75'),(34,2,'4','someone@example.com',6,'2018-11-26 17:28:30','89.238.186.75'),(35,2,'22','There is a fineoffers for you.',6,'2018-11-26 17:28:30','89.238.186.75'),(36,2,'23','  a fineoffering \r\n To qualify click on the link below  \r\n \r\nhttps://drive.google.com/file/d/1HRqfezg_nYHosVrNb_vJGk3vodmiQt7q/preview',6,'2018-11-26 17:28:30','89.238.186.75'),(37,2,'3','@@@',7,'2018-11-29 14:43:32','185.206.225.30'),(38,2,'15','TylerDap',7,'2018-11-29 14:43:32','185.206.225.30'),(39,2,'7','211385531 ',7,'2018-11-29 14:43:32','185.206.225.30'),(40,2,'4','someone@example.com',7,'2018-11-29 14:43:32','185.206.225.30'),(41,2,'22','Look at an amazingoffering for you.',7,'2018-11-29 14:43:32','185.206.225.30'),(42,2,'23','  What we have here is , niceoffering \r\n Are you in?  \r\n \r\nhttps://drive.google.com/file/d/1AX2gOueZ8N7y2AY_OQ-ocLUN7AtrGSiv/preview',7,'2018-11-29 14:43:32','185.206.225.30'),(43,2,'3','@@@',8,'2018-12-03 17:10:06','185.217.71.148'),(44,2,'15','PatrickBleve',8,'2018-12-03 17:10:06','185.217.71.148'),(45,2,'7','111677282 ',8,'2018-12-03 17:10:06','185.217.71.148'),(46,2,'4','someone@example.com',8,'2018-12-03 17:10:06','185.217.71.148'),(47,2,'22','Apprehend is  an esteemedoffers for you.',8,'2018-12-03 17:10:06','185.217.71.148'),(48,2,'23',' Hi Look what we protection looking with a deem you! an agreeableoffers \r\n To planned click on the empire a adverse underneath  \r\n \r\n \r\nhttp://bit.ly/2wl04nz',8,'2018-12-03 17:10:06','185.217.71.148'),(49,2,'3','@@@',9,'2018-12-11 23:15:16','131.153.41.75'),(50,2,'15','GeraldVem',9,'2018-12-11 23:15:16','131.153.41.75'),(51,2,'7','322863616 ',9,'2018-12-11 23:15:16','131.153.41.75'),(52,2,'4','someone@example.com',9,'2018-12-11 23:15:16','131.153.41.75'),(53,2,'22','See fit note an weightyset up on the side of sale pro you.',9,'2018-12-11 23:15:16','131.153.41.75'),(54,2,'23',' Hi Look what we incorporate looking inasmuch as you! an appealingoffering \r\n Honest click on the bring to a standstill d commit answerable to the sun to ready  \r\n \r\n \r\nhttp://bit.ly/2PvNLZF',9,'2018-12-11 23:15:16','131.153.41.75'),(55,2,'3','@@@',10,'2018-12-15 12:34:51','131.153.40.188'),(56,2,'15','Josephcew',10,'2018-12-15 12:34:51','131.153.40.188'),(57,2,'7','358381757 ',10,'2018-12-15 12:34:51','131.153.40.188'),(58,2,'4','someone@example.com',10,'2018-12-15 12:34:51','131.153.40.188'),(59,2,'22','Look at an bizarreacrid mention as regards you.',10,'2018-12-15 12:34:51','131.153.40.188'),(60,2,'23','  What we meditate here is , an well-connectedoffering \r\n Upstanding click \r\n \r\n \r\nhttp://bit.ly/2UBWEoe',10,'2018-12-15 12:34:51','131.153.40.188'),(61,2,'3','@@@',11,'2018-12-19 23:07:26','217.23.12.191'),(62,2,'15','AlexisMip',11,'2018-12-19 23:07:26','217.23.12.191'),(63,2,'7','175678141 ',11,'2018-12-19 23:07:26','217.23.12.191'),(64,2,'4','someone@example.com',11,'2018-12-19 23:07:26','217.23.12.191'),(65,2,'22','That is an surprisingoffers pro you.',11,'2018-12-19 23:07:26','217.23.12.191'),(66,2,'23',' Hy there,  What we put into place here is , a pleasurableoffers \r\n Are you in?  \r\n \r\n \r\nhttp://red.studygood.com/Cbr98OYW',11,'2018-12-19 23:07:26','217.23.12.191'),(67,2,'3','@@@',12,'2018-12-20 14:59:53','178.175.132.166'),(68,2,'15','juha',12,'2018-12-20 14:59:53','178.175.132.166'),(69,2,'7','14349588229 ',12,'2018-12-20 14:59:53','178.175.132.166'),(70,2,'4','someone@example.com',12,'2018-12-20 14:59:53','178.175.132.166'),(71,2,'22','Please note an interestingpremium pay for victory.',12,'2018-12-20 14:59:53','178.175.132.166'),(72,2,'23','Good man! Look at an interesting offers offer for you.   http://bit.ly/2J8Nvyi',12,'2018-12-20 14:59:53','178.175.132.166'),(73,2,'3','@@@',13,'2018-12-23 02:34:50','194.99.105.117'),(74,2,'15','Thomashah',13,'2018-12-23 02:34:50','194.99.105.117'),(75,2,'7','242212363 ',13,'2018-12-23 02:34:50','194.99.105.117'),(76,2,'4','someone@example.com',13,'2018-12-23 02:34:50','194.99.105.117'),(77,2,'22','There is a palatableaward on pro you.',13,'2018-12-23 02:34:50','194.99.105.117'),(78,2,'23',' Hey What we hold up here is , a all absolutegift \r\n To equipped click on the constituent routine of  \r\n \r\n \r\nhttp://bit.ly/2rI9qEK',13,'2018-12-23 02:34:50','194.99.105.117'),(79,2,'3','@@@',14,'2018-12-26 12:43:21','92.223.88.252'),(80,2,'15','Davidgot',14,'2018-12-26 12:43:21','92.223.88.252'),(81,2,'7','352242181 ',14,'2018-12-26 12:43:21','92.223.88.252'),(82,2,'4','someone@example.com',14,'2018-12-26 12:43:21','92.223.88.252'),(83,2,'22','Aid is  an memorablepay suitable you.',14,'2018-12-26 12:43:21','92.223.88.252'),(84,2,'23','  a believablethe hour \r\n To preside over click on the association in this community  \r\n \r\n \r\nhttp://bit.ly/2EOYYDh',14,'2018-12-26 12:43:21','92.223.88.252'),(85,2,'3','@@@',15,'2019-01-07 01:55:04','185.206.224.248'),(86,2,'15','kasbia',15,'2019-01-07 01:55:04','185.206.224.248'),(87,2,'7','19147169613 ',15,'2019-01-07 01:55:04','185.206.224.248'),(88,2,'4','someone@example.com',15,'2019-01-07 01:55:04','185.206.224.248'),(89,2,'22','There is a goodgift for you.',15,'2019-01-07 01:55:04','185.206.224.248'),(90,2,'23','Hi! Please note nice offers - more than 400 incredible games &amp; 300 top online slots waiting for you.  Just click on the link below to qualify. http://bit.ly/2J6zvoG',15,'2019-01-07 01:55:04','185.206.224.248'),(91,2,'3','@@@',16,'2019-01-11 21:22:50','95.174.64.90'),(92,2,'15','DudleyWrodo',16,'2019-01-11 21:22:50','95.174.64.90'),(93,2,'7','172856162 ',16,'2019-01-11 21:22:50','95.174.64.90'),(94,2,'4','someone@example.com',16,'2019-01-11 21:22:50','95.174.64.90'),(95,2,'22','That is an importantoffer for you.',16,'2019-01-11 21:22:50','95.174.64.90'),(96,2,'23',' Hy there,  an interestingoffers \r\n Just click on the link below to qualify  \r\n \r\nhttps://drive.google.com/file/d/1DX8lquF8AgUoUiMA6VJONNRkpcQjzK_O/preview',16,'2019-01-11 21:22:50','95.174.64.90'),(97,2,'3','@@@',17,'2019-01-15 22:18:08','185.245.85.231'),(98,2,'15','Donaldmot',17,'2019-01-15 22:18:08','185.245.85.231'),(99,2,'7','115775623 ',17,'2019-01-15 22:18:08','185.245.85.231'),(100,2,'4','someone@example.com',17,'2019-01-15 22:18:08','185.245.85.231'),(101,2,'22','HI,GUYS! I&#039;M 22 YЕARS ОLD AND I&#039;M VЕRY HОT! I LОVЕ SЕX AND HОT BОYS IF U WANNA FUCK MЕ ??CLICK THЕ LINK IN BIО??!',17,'2019-01-15 22:18:08','185.245.85.231'),(102,2,'23','MEET NAUGHTY GIRLS IN YOUR AREA. CHECK LINK IN BIO  http://bit.ly/2SSpb7P',17,'2019-01-15 22:18:08','185.245.85.231'),(103,2,'3','@@@',18,'2019-01-19 19:06:07','85.206.165.8'),(104,2,'15','EdmundCROPE',18,'2019-01-19 19:06:07','85.206.165.8'),(105,2,'7','346312557 ',18,'2019-01-19 19:06:07','85.206.165.8'),(106,2,'4','someone@example.com',18,'2019-01-19 19:06:07','85.206.165.8'),(107,2,'22',' Hy there,  Suitable despatch ! an amazingsacrifice',18,'2019-01-19 19:06:07','85.206.165.8'),(108,2,'23',' Hi What we have here is , politedonation \r\n At best click on the constituent lower to meet the requirements    http://bit.ly/2SPe0Nj',18,'2019-01-19 19:06:07','85.206.165.8'),(109,2,'3','@@@',19,'2019-01-24 05:11:22','92.223.88.240'),(110,2,'15','Jameshob',19,'2019-01-24 05:11:22','92.223.88.240'),(111,2,'7','133348358 ',19,'2019-01-24 05:11:22','92.223.88.240'),(112,2,'4','someone@example.com',19,'2019-01-24 05:11:22','92.223.88.240'),(113,2,'22','  Look what we accept appropriate for you! a peachyoffering',19,'2019-01-24 05:11:22','92.223.88.240'),(114,2,'23',' Hey Tolerable news ! an leadingpresent \r\n Are you in?    http://servicerubin.ru',19,'2019-01-24 05:11:22','92.223.88.240'),(115,2,'3','@@@',20,'2019-01-28 12:13:36','185.245.85.232'),(116,2,'15','StephenSkity',20,'2019-01-28 12:13:36','185.245.85.232'),(117,2,'7','145476122 ',20,'2019-01-28 12:13:36','185.245.85.232'),(118,2,'4','someone@example.com',20,'2019-01-28 12:13:36','185.245.85.232'),(119,2,'22',' Hey Look what we secure for you! a goodoffers',20,'2019-01-28 12:13:36','185.245.85.232'),(120,2,'23',' Hey an fabuloustender \r\n Good click   http://bit.ly/2S5kJ8F',20,'2019-01-28 12:13:36','185.245.85.232'),(121,2,'3','@@@',21,'2019-02-01 07:43:26','185.253.96.204'),(122,2,'15','Roberttic',21,'2019-02-01 07:43:26','185.253.96.204'),(123,2,'7','133516435 ',21,'2019-02-01 07:43:26','185.253.96.204'),(124,2,'4','someone@example.com',21,'2019-02-01 07:43:26','185.253.96.204'),(125,2,'22',' Hy there,  Look what we accept quest of you! a peachygift',21,'2019-02-01 07:43:26','185.253.96.204'),(126,2,'23',' Hey Look what we have on the side of you! an invitingdonation \r\n Are you in?    http://bit.ly/2S6i92j',21,'2019-02-01 07:43:26','185.253.96.204'),(127,2,'3','@@@',22,'2019-02-05 07:43:54','185.217.71.131'),(128,2,'15','Roberttic',22,'2019-02-05 07:43:54','185.217.71.131'),(129,2,'7','133516435 ',22,'2019-02-05 07:43:54','185.217.71.131'),(130,2,'4','someone@example.com',22,'2019-02-05 07:43:54','185.217.71.131'),(131,2,'22',' Hy there,  an superiorproposition',22,'2019-02-05 07:43:54','185.217.71.131'),(132,2,'23',' Hy there,  a fineoffers \r\n Just click on the tie up under to modify    http://bit.ly/2S3IxtC',22,'2019-02-05 07:43:54','185.217.71.131'),(133,2,'3','@@@',23,'2019-02-13 08:59:33','109.248.149.45'),(134,2,'15','Josephsorie',23,'2019-02-13 08:59:33','109.248.149.45'),(135,2,'7','357522284 ',23,'2019-02-13 08:59:33','109.248.149.45'),(136,2,'4','someone@example.com',23,'2019-02-13 08:59:33','109.248.149.45'),(137,2,'22','How to get bitcoin being at work?',23,'2019-02-13 08:59:33','109.248.149.45'),(138,2,'23','Hello! \r\n \r\nWe spend third part of our lives at work. How to spend this time with benefit? \r\n \r\nYou can grow bitcoins by 10% spending 5 minutes a day! \r\nQuicker than a cup of coffee \r\n \r\nhttp://dcbtc.info increases bitcoins by 10% in 48 hours. \r\nYou will automatically make a profit on your bitcoin wallet. \r\n \r\nStart participating and make a profit! \r\nGuaranteed by the blockchain technology!',23,'2019-02-13 08:59:33','109.248.149.45'),(139,2,'3','@@@',24,'2019-02-23 01:29:09','178.162.216.8'),(140,2,'15','Williamlaf',24,'2019-02-23 01:29:09','178.162.216.8'),(141,2,'7','141516177 ',24,'2019-02-23 01:29:09','178.162.216.8'),(142,2,'4','someone@example.com',24,'2019-02-23 01:29:09','178.162.216.8'),(143,2,'22',' Hy there,  Yard goods information ! kindlyfurnish  Are you in? ',24,'2019-02-23 01:29:09','178.162.216.8'),(144,2,'23','  Look what we get for you! a seemlyoffers \r\n Simply click \r\n \r\nhttp://servicerubin.ru',24,'2019-02-23 01:29:09','178.162.216.8'),(145,2,'3','@@@',25,'2019-02-24 09:54:38','85.206.165.11'),(146,2,'15','Davidged',25,'2019-02-24 09:54:38','85.206.165.11'),(147,2,'7','381863352 ',25,'2019-02-24 09:54:38','85.206.165.11'),(148,2,'4','someone@example.com',25,'2019-02-24 09:54:38','85.206.165.11'),(149,2,'22',' Hy there,  an captivatingoffering  To be eligible click on the tie-up in this world ',25,'2019-02-24 09:54:38','85.206.165.11'),(150,2,'23',' Hy there,  Good front-page news ! a greatoblation \r\n Are you in?  \r\nhttp://servicerubin.ru',25,'2019-02-24 09:54:38','85.206.165.11'),(151,2,'3','@@@',26,'2019-02-27 06:10:24','195.181.169.106'),(152,2,'15','khanvali',26,'2019-02-27 06:10:24','195.181.169.106'),(153,2,'7','213 984 4678 ',26,'2019-02-27 06:10:24','195.181.169.106'),(154,2,'4','someone@example.com',26,'2019-02-27 06:10:24','195.181.169.106'),(155,2,'22','Free domain name for your',26,'2019-02-27 06:10:24','195.181.169.106'),(156,2,'23','Hi! \r\nWeb Host Pro is giving away free domains with all web hosting plans. Move your website now for lower prices and better performance. In business since 2001! \r\n \r\nMore information on this link. http://bit.ly/2Sn4Ruo \r\n \r\nBest wishes',26,'2019-02-27 06:10:24','195.181.169.106'),(157,2,'3','@@@',27,'2019-03-01 19:31:30','185.230.127.100'),(158,2,'15','Robertbek',27,'2019-03-01 19:31:31','185.230.127.100'),(159,2,'7','213245362 ',27,'2019-03-01 19:31:31','185.230.127.100'),(160,2,'4','someone@example.com',27,'2019-03-01 19:31:31','185.230.127.100'),(161,2,'22',' Hey a honestoffers  Lately click on the unite under to ready ',27,'2019-03-01 19:31:31','185.230.127.100'),(162,2,'23',' Hy there,  Kind news ! exquisiteoffers \r\n Are you in?  \r\n \r\nhttp://servicerubin.ru',27,'2019-03-01 19:31:31','185.230.127.100'),(163,2,'3','@@@',28,'2019-03-02 20:31:51','131.153.41.167'),(164,2,'15','RogerNuh',28,'2019-03-02 20:31:51','131.153.41.167'),(165,2,'7','285133677 ',28,'2019-03-02 20:31:51','131.153.41.167'),(166,2,'4','someone@example.com',28,'2019-03-02 20:31:51','131.153.41.167'),(167,2,'22','Confirm that you are not a robot, and learn how to earn $ 1000 a day',28,'2019-03-02 20:31:51','131.153.41.167'),(168,2,'23','Confirm that you are not a robot, and learn how to earn $ 1000 a day \r\nhttp://guide-traveler.ru',28,'2019-03-02 20:31:51','131.153.41.167'),(169,2,'3','@@@',29,'2019-03-03 11:55:25','108.62.3.46'),(170,2,'15','michailo',29,'2019-03-03 11:55:25','108.62.3.46'),(171,2,'7','+1 760-614-6116 ',29,'2019-03-03 11:55:25','108.62.3.46'),(172,2,'4','someone@example.com',29,'2019-03-03 11:55:25','108.62.3.46'),(173,2,'22','Please get back to me Asap..',29,'2019-03-03 11:55:25','108.62.3.46'),(174,2,'23','Dear Sir, \r\n \r\nWelcome to CanadaMedsCorp.com® - Thanks for requestng more information regarding our unique IHP. International Health Program. Our Licensed company delivers significant discounts on both brand name and generic drugs and medicines from over 60,000 pharmacies-worldwide. \r\n \r\nPatients are saving up to 80% on prescription-drug-purchases daily. There are no enrollment forms, no income requirements, no waiting periods, no eligibility required, no exclusions, Free-Worldwide Shipping - No covers pre-existing conditions, no claim forms to file, no annual or lifetime limits. \r\n \r\nUse our IHP program every time you need prescription--discounts, Just GO and bookmark our Discounted-Meds-Store! \r\n \r\nPlease visit now: http://bit.ly/2NDFcwO  - &amp; Use this Personal-10%-Discount-Coupon: b4LQgsMgH0 \r\nFor your order and All future refills. - In case you are wondering, yes, we deliver Worldwide at no extra charges.. \r\n \r\nSincerely, \r\n \r\nTlgst. Danielle Atkins \r\nTel: +1 760-614-6116 \r\nOttawa - Canada. \r\nCanada Meds Corp. Inc.',29,'2019-03-03 11:55:25','108.62.3.46'),(175,2,'3','@@@',30,'2019-03-08 13:39:12','185.128.27.171'),(176,2,'15','KevinRat',30,'2019-03-08 13:39:12','185.128.27.171'),(177,2,'7','331272378 ',30,'2019-03-08 13:39:12','185.128.27.171'),(178,2,'4','someone@example.com',30,'2019-03-08 13:39:12','185.128.27.171'),(179,2,'22','Confirm that you are not a robot, and Behold is  nicebonus for winning.',30,'2019-03-08 13:39:12','185.128.27.171'),(180,2,'23','Confirm that you are not a robot, and  There is an amazingbenefit for winning. http://bit.ly/2EONnDE',30,'2019-03-08 13:39:12','185.128.27.171'),(181,2,'3','@@@',31,'2019-03-10 21:49:48','108.59.0.147'),(182,2,'15','Rhabdophora',31,'2019-03-10 21:49:48','108.59.0.147'),(183,2,'7','16124348533 ',31,'2019-03-10 21:49:48','108.59.0.147'),(184,2,'4','someone@example.com',31,'2019-03-10 21:49:48','108.59.0.147'),(185,2,'22','A Smarter Way Of Making Money From Your Site - No Product Of Your Own!',31,'2019-03-10 21:49:48','108.59.0.147'),(186,2,'23','New Online Workshop Reveals How To Make Money From Your Site - Without Any Product Of Your Own! \r\nDetails on the link. http://bit.ly/2NRJ2CC \r\n \r\nOnline Workshop',31,'2019-03-10 21:49:48','108.59.0.147'),(187,2,'3','@@@',32,'2019-03-12 13:43:48','89.238.167.190'),(188,2,'15','Finlander',32,'2019-03-12 13:43:48','89.238.167.190'),(189,2,'7','+1(214) 550-3360 ',32,'2019-03-12 13:43:48','89.238.167.190'),(190,2,'4','someone@example.com',32,'2019-03-12 13:43:48','89.238.167.190'),(191,2,'22','Grow your business, your technical partners.',32,'2019-03-12 13:43:48','89.238.167.190'),(192,2,'23','Hi There, \r\n \r\nI&#039;ll keep this short and sweet to make the 26 seconds it takes to read this worth your time (yes, I timed it.) \r\n \r\nAs a Business Development Head at &lt;FSD&gt;Solutions,LLC], I get to speak with people like you about Website/Mobile App Design/Development needs that you may be looking for your Business. FSD Solutions is helping Small, medium and Large Enterprises growing their Business by filling Software Design/Development needs. \r\n \r\nhttp://bit.ly/2UCmKaF and give us a call on +1(214) 550-3360 to discuss further. \r\n \r\nCould we schedule a 15 to 20-minute call to discuss your strategy for discussing an opportunity -- what excites you, which challenges you see, and how you envision your plan changing down the road? Even if you decide not to continue the conversation after our call, you&#039;ll leave with some advice for your respective Business that will make an immediate impact. \r\nPlease go through our Website to know more about us, http://bit.ly/2UCmKaF and give us a call on +1(214) 550-3360 to discuss further. \r\n \r\nBest, \r\nMohsin Masood',32,'2019-03-12 13:43:48','89.238.167.190'),(193,2,'3','@@@',33,'2019-04-01 03:35:11','108.62.3.45'),(194,2,'15','Proganosauria',33,'2019-04-01 03:35:11','108.62.3.45'),(195,2,'7','19316442891 ',33,'2019-04-01 03:35:11','108.62.3.45'),(196,2,'4','someone@example.com',33,'2019-04-01 03:35:11','108.62.3.45'),(197,2,'22','We offer you the opportunity to advertise your products and services.',33,'2019-04-01 03:35:11','108.62.3.45'),(198,2,'23','We offer you the opportunity to advertise your products and services. \r\n \r\nDear Sir / Madam Here is  a good offers for you. I want to offer the possibility of sending your commercial offers or messages through feedback forms. The advantage of this method is that the messages sent through the feedback forms are included in the white list. This method increases the chance that your message will be read. The same way as you received this message. \r\nSending via Feedback Forms to any domain zones of the world. (more than 1000 domain zones.). \r\nThe cost of sending 1 million messages is $ 49 instead of $ 99. \r\nDomain zone .com - (12 million messages sent) - $399 instead of $699 \r\nAll us sites that have a feedback form. (10 million messages sent) - $349 instead of $649 \r\nAll domain zones in Europe- (8 million messages sent) - $ 299 instead of $599 \r\nAll sites in the world (25 million messages sent) - $499 instead of $999 \r\n \r\n \r\nDiscounts are valid until April 7. \r\nFeedback and warranty! \r\nDelivery report! \r\n \r\nIn the process of sending messages, we do not violate the rules of GDRP. \r\nThis message is created automatically use our contacts for communication. \r\n \r\n \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype – FeedbackForm2019 \r\nEmail - FeedbackForm@make-success.com \r\n \r\nThanks for reading. \r\n \r\nThis message is created automatically use our contacts for communication.',33,'2019-04-01 03:35:11','108.62.3.45'),(199,2,'3','@@@',34,'2019-04-06 11:11:29','178.162.208.239'),(200,2,'15','CharlesGum',34,'2019-04-06 11:11:29','178.162.208.239'),(201,2,'7','376575114 ',34,'2019-04-06 11:11:29','178.162.208.239'),(202,2,'4','someone@example.com',34,'2019-04-06 11:11:29','178.162.208.239'),(203,2,'22','We offer you the opportunity to advertise your products and services.',34,'2019-04-06 11:11:29','178.162.208.239'),(204,2,'23','We offer you the opportunity to advertise your products and services. \r\nCiao! Behold is  a good offers for you. I can send your commercial offers or messages through feedback forms. The advantage of this method is that the messages sent through the feedback forms are included in the white list. This method increases the chance that your message will be read. Mailing is made in the same way as you received this message. \r\n \r\nSending via Feedback Forms to any domain zones of the world. (more than 1000 domain zones.). \r\n \r\nThe cost of sending 1 million messages is $ 49 instead of $ 99. \r\nAll us sites that have a feedback form. (10 million messages sent) - $349 instead of $649 \r\nDomain zone .com - (12 million messages sent) - $399 instead of $699 \r\nAll domain zones in Europe- (8 million messages sent) - $ 299 instead of $599 \r\nAll sites in the world (25 million messages sent) - $499 instead of $999 \r\n \r\nDiscounts are valid until April 10! \r\nFeedback and warranty! \r\nDelivery report! \r\n \r\nIn the process of sending messages, we do not violate the rules of GDRP. \r\nThis message is created automatically use our contacts for communication. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype – FeedbackForm2019 \r\nEmail - feedbackform@make-success.com \r\n \r\nAll the best',34,'2019-04-06 11:11:29','178.162.208.239'),(205,2,'3','@@@',35,'2019-04-07 02:57:21','178.162.208.239'),(206,2,'15','CharlesGum',35,'2019-04-07 02:57:21','178.162.208.239'),(207,2,'7','376575114 ',35,'2019-04-07 02:57:21','178.162.208.239'),(208,2,'4','someone@example.com',35,'2019-04-07 02:57:21','178.162.208.239'),(209,2,'22','We offer you the opportunity to advertise your products and services.',35,'2019-04-07 02:57:21','178.162.208.239'),(210,2,'23','We offer you the opportunity to advertise your products and services. \r\nGood day! Here is  nice offers for you. I want to offer the possibility of sending your commercial offers or messages through feedback forms. The advantage of this method is that the messages sent through the feedback forms are included in the white list. This method increases the chance that your message will be read. The same way you received this message. \r\n \r\nSending via Feedback Forms to any domain zones of the world. (more than 1000 domain zones.). \r\n \r\nThe cost of sending 1 million messages is $ 49 instead of $ 99. \r\nAll us sites that have a feedback form. (10 million messages sent) - $349 instead of $649 \r\nDomain zone .com - (12 million messages sent) - $399 instead of $699 \r\nAll domain zones in Europe- (8 million messages sent) - $ 299 instead of $599 \r\nAll sites in the world (25 million messages sent) - $499 instead of $999 \r\n \r\nDiscounts are valid until April 10! \r\nFeedback and warranty! \r\nDelivery report! \r\n \r\nIn the process of sending messages, we do not violate the rules of GDRP. \r\nThis message is created automatically use our contacts for communication. \r\n \r\nContact us. \r\nTelegram - @FeedbackFormEU \r\nSkype – FeedbackForm2019 \r\nEmail - feedbackform@make-success.com \r\n \r\nIt&#039;s time to finish.',35,'2019-04-07 02:57:21','178.162.208.239'),(211,2,'3','@@@',36,'2019-04-12 09:01:32','185.217.71.133'),(212,2,'15','JamesDox',36,'2019-04-12 09:01:32','185.217.71.133'),(213,2,'7','264212876 ',36,'2019-04-12 09:01:32','185.217.71.133'),(214,2,'4','someone@example.com',36,'2019-04-12 09:01:32','185.217.71.133'),(215,2,'22','Please don’t miss this',36,'2019-04-12 09:01:32','185.217.71.133'),(216,2,'23','My name is Pete and I want to share a proven system with you that makes me money while I sleep! This system allows you to TRY the whole thing for F R E E for a whole 30 days! That&#039;s right, you can finally change your future without giving up any sensitive information in advance! I signed up myself just a while ago and I&#039;m already making a nice profit. \r\n \r\nIn short, this is probably the BEST THING THAT EVER HAPPENED TO YOU IF YOU TAKE ACTION NOW!!! \r\n \r\nIf you&#039;re interested in knowing more about this system, go to http://globalviralmarketing.com/?ref=qkgWOPkN5RoC1NWh and try it out. Again, it’s FREE! \r\n \r\nYou can thank me later \r\n \r\n/Pete',36,'2019-04-12 09:01:32','185.217.71.133'),(217,2,'3','@@@',37,'2019-04-23 02:44:26','185.128.27.166'),(218,2,'15','Jamesslola',37,'2019-04-23 02:44:26','185.128.27.166'),(219,2,'7','116288734 ',37,'2019-04-23 02:44:26','185.128.27.166'),(220,2,'4','someone@example.com',37,'2019-04-23 02:44:26','185.128.27.166'),(221,2,'22','Check it please?',37,'2019-04-23 02:44:26','185.128.27.166'),(222,2,'23','Hi ddsconsultingplus.ca \r\nGrow your bitcoins by 10% per 2 days. \r\nProfit comes to your btc wallet automatically. \r\n \r\nTry  http://bm-syst.xyz \r\nit takes 2 minutes only and let your btc works for you! \r\n \r\nGuaranteed by the blockchain technology!',37,'2019-04-23 02:44:26','185.128.27.166'),(223,2,'3','@@@',38,'2019-04-24 01:39:08','195.225.118.52'),(224,2,'15','Brianinomi',38,'2019-04-24 01:39:08','195.225.118.52'),(225,2,'7','314887317 ',38,'2019-04-24 01:39:08','195.225.118.52'),(226,2,'4','someone@example.com',38,'2019-04-24 01:39:08','195.225.118.52'),(227,2,'22','Did you meet your Q1 Marketing Goals?',38,'2019-04-24 01:39:08','195.225.118.52'),(228,2,'23','&quot;Please select one: \r\n \r\nYes! We met or exceeded the marketing goals we set out to achieve in Q1. Click here https://www.conciergedigitalleads.com/b/yes-we-met-or-exceeded-the-marketing-goals-we-set-out-to-achieve-in-q1 \r\n \r\nYes, but we sold ourselves short and could have set our marketing goals higher. Click here https://www.conciergedigitalleads.com/b/yes-but-we-sold-ourselves-short-and-could-have-set-our-marketing-goals-higher \r\n \r\nNo, but we came close to our marketing goals. Click here https://www.conciergedigitalleads.com/b/no-but-we-came-close-to-our-marketing-goals \r\n \r\nNo, we missed our marketing goals by a long shot and we&#039;re changing our approach. Click here https://www.conciergedigitalleads.com/b/no-we-missed-our-marketing-goals-by-a-long-shot-and-were-changing-our-approach \r\n \r\nBest Regards, \r\n \r\nEmily Van Garderen \r\nClient Management Executive \r\nSkype ID: Concierge Leads \r\nconciergeseoleads@gmail.com \r\nT. 844-899-9770 \r\n5887 N 42ND Street Milwaukee WI 53209 \r\nhttps://www.conciergedigitalleads.com',38,'2019-04-24 01:39:08','195.225.118.52'),(229,2,'3','@@@',39,'2019-04-26 11:11:38','185.210.217.248'),(230,2,'15','Bryantdog',39,'2019-04-26 11:11:38','185.210.217.248'),(231,2,'7','236218844 ',39,'2019-04-26 11:11:38','185.210.217.248'),(232,2,'4','someone@example.com',39,'2019-04-26 11:11:38','185.210.217.248'),(233,2,'22','Could you help me out?',39,'2019-04-26 11:11:38','185.210.217.248'),(234,2,'23','Hi, ddsconsultingplus.ca \r\n \r\nI&#039;ve been visiting your website a few times and decided to give you some positive feedback because I find it very useful. Well done. \r\n \r\nI was wondering if you as someone with experience of creating a useful website could help me out with my new site by giving some feedback about what I could improve? \r\n \r\nYou can find my site by searching for &quot;casino gorilla&quot; in Google (it&#039;s the gorilla themed online casino comparison). \r\n \r\nI would appreciate if you could check it out quickly and tell me what you think. \r\n \r\ncasinogorilla.com \r\n \r\nThank you for help and I wish you a great week!',39,'2019-04-26 11:11:38','185.210.217.248'),(235,2,'3','@@@',40,'2019-04-26 16:57:38','95.154.200.174'),(236,2,'15','Jason',40,'2019-04-26 16:57:38','95.154.200.174'),(237,2,'7','357743568 ',40,'2019-04-26 16:57:38','95.154.200.174'),(238,2,'4','someone@example.com',40,'2019-04-26 16:57:38','95.154.200.174'),(239,2,'22','Love how good this works!',40,'2019-04-26 16:57:38','95.154.200.174'),(240,2,'23','Hey, \r\n \r\nJust a message to remind you about that site we&#039;ve talked about. \r\n \r\nGo take a look and tell us about your findings next week at practice. \r\n \r\nUse this link to get the free access: &lt;&gt;http://www.secretflirters.com/jason ] \r\n \r\nSee you soon bro, \r\nJason',40,'2019-04-26 16:57:38','95.154.200.174'),(241,2,'3','@@@',41,'2019-05-03 18:04:14','151.106.8.101'),(242,2,'15','DavidTic',41,'2019-05-03 18:04:14','151.106.8.101'),(243,2,'7','238285835 ',41,'2019-05-03 18:04:14','151.106.8.101'),(244,2,'4','someone@example.com',41,'2019-05-03 18:04:14','151.106.8.101'),(245,2,'22','Illegal weapons from Russia. Black Market - Simple and inexpensive!',41,'2019-05-03 18:04:14','151.106.8.101'),(246,2,'23','25 charging traumatic pistols shooting automatic fire! Modified Makarov pistols with a silencer! Combat Glock 17 original or with a silencer! And many other types of firearms without a license, without documents, without problems! \r\nDetailed video reviews of our products you can see on our website. \r\nhttp://Gunrussia.pw \r\nIf the site is unavailable or blocked, email us at - Gunrussia@secmail.pro   or  Gunrussia@elude.in \r\nAnd we will send you the address of the backup site!',41,'2019-05-03 18:04:14','151.106.8.101'),(247,2,'3','@@@',42,'2019-05-05 19:49:09','108.62.3.45'),(248,2,'15','Johnsontum',42,'2019-05-05 19:49:09','108.62.3.45'),(249,2,'7','141547433 ',42,'2019-05-05 19:49:09','108.62.3.45'),(250,2,'4','someone@example.com',42,'2019-05-05 19:49:09','108.62.3.45'),(251,2,'22','A Letter from Barrister David Gomez Gonzalez',42,'2019-05-05 19:49:09','108.62.3.45'),(252,2,'23','FCB&amp;A Amucio Abogados \r\n145 Calle Collon, 249, 1? 28505 Madrid Spain \r\nTel:0034-604-284-281  ;  Fax: +34-911-881-353 \r\n \r\nDearest in mind, \r\n \r\nI would like to introduce myself for the first time, My name is Barrister David Gomez Gonzalez, I want to know if you receive the letter which i sent to you before. \r\n \r\nI have some important message for you. So i will like to discuss it with you in my next email, once i receive you`re reply. \r\n \r\n \r\nPlease contact me with you`re interest for further explanation. \r\n \r\nBest regards, \r\n \r\nFCB&amp;A Amucio Abogados Espana Financial Attorney          06-05-2018 \r\nLawyer: -   David Gomez Gonzalez',42,'2019-05-05 19:49:09','108.62.3.45'),(253,2,'3','@@@',43,'2019-05-09 19:04:32','178.159.37.34'),(254,2,'15','Janetmup',43,'2019-05-09 19:04:32','178.159.37.34'),(255,2,'7','86816825589 ',43,'2019-05-09 19:04:32','178.159.37.34'),(256,2,'4','someone@example.com',43,'2019-05-09 19:04:32','178.159.37.34'),(257,2,'22','volunteerism',43,'2019-05-09 19:04:32','178.159.37.34'),(258,2,'23','Hello, I want to work in your company on a voluntary basis, can you offer me anything? \r\na little about me:https://about.me/soniaj.robinson',43,'2019-05-09 19:04:32','178.159.37.34'),(259,2,'3','@@@',44,'2019-05-09 19:04:36','178.159.37.34'),(260,2,'15','Janetmup',44,'2019-05-09 19:04:36','178.159.37.34'),(261,2,'7','85688696713 ',44,'2019-05-09 19:04:36','178.159.37.34'),(262,2,'4','someone@example.com',44,'2019-05-09 19:04:36','178.159.37.34'),(263,2,'22','volunteerism',44,'2019-05-09 19:04:36','178.159.37.34'),(264,2,'23','Hello, I want to work in your company on a voluntary basis, can you offer me anything? \r\na little about me:https://about.me/alexa.smith',44,'2019-05-09 19:04:36','178.159.37.34'),(265,2,'3','@@@',45,'2019-05-10 08:34:58','178.159.37.34'),(266,2,'3','@@@',45,'2019-05-10 08:34:58','178.159.37.34'),(267,2,'15','Janetmup',45,'2019-05-10 08:34:58','178.159.37.34'),(268,2,'15','Janetmup',45,'2019-05-10 08:34:58','178.159.37.34'),(269,2,'7','87674315918 ',45,'2019-05-10 08:34:58','178.159.37.34'),(270,2,'7','81365321378 ',45,'2019-05-10 08:34:58','178.159.37.34'),(271,2,'4','someone@example.com',45,'2019-05-10 08:34:58','178.159.37.34'),(272,2,'4','someone@example.com',45,'2019-05-10 08:34:58','178.159.37.34'),(273,2,'22','volunteerism',45,'2019-05-10 08:34:58','178.159.37.34'),(274,2,'22','volunteerism',45,'2019-05-10 08:34:58','178.159.37.34'),(275,2,'23','Hello, I want to work in your company on a voluntary basis, can you offer me anything? \r\na little about me:https://about.me/soniaj.robinson',45,'2019-05-10 08:34:58','178.159.37.34'),(276,2,'23','Hello, I want to work in your company on a voluntary basis, can you offer me anything? \r\na little about me:https://about.me/kurdimova/',45,'2019-05-10 08:34:58','178.159.37.34'),(277,2,'3','@@@',46,'2019-05-14 12:53:07','185.183.106.169'),(278,2,'15','WilliamLib',46,'2019-05-14 12:53:07','185.183.106.169'),(279,2,'7','154857146 ',46,'2019-05-14 12:53:07','185.183.106.169'),(280,2,'4','someone@example.com',46,'2019-05-14 12:53:07','185.183.106.169'),(281,2,'22',' Hi a first-classoffering  Just click',46,'2019-05-14 12:53:07','185.183.106.169'),(282,2,'23',' Hy there,  Complimentary front-page news ! an importantoffers \r\n Decent click on the connection underneath to prepare  \r\n \r\nhttps://drive.google.com/file/d/1mfre0N0XJZOUmH2aClCbs0WQTGFPCUGq/preview',46,'2019-05-14 12:53:07','185.183.106.169'),(283,2,'3','@@@',47,'2019-05-26 03:22:45','185.217.71.131'),(284,2,'15','RobertTon',47,'2019-05-26 03:22:45','185.217.71.131'),(285,2,'7','322426721 ',47,'2019-05-26 03:22:45','185.217.71.131'),(286,2,'4','someone@example.com',47,'2019-05-26 03:22:45','185.217.71.131'),(287,2,'22','Please, pay attantion',47,'2019-05-26 03:22:45','185.217.71.131'),(288,2,'23','Let your bitcoins brings you +10% per 2 days. \r\nGet paid automatically and earn again! \r\n \r\nTry  http://dc-btc.site \r\none click registration and getting asset \r\n \r\nPowered by Mutual assistance Algorithm and Blockchain. \r\nWarranty!',47,'2019-05-26 03:22:45','185.217.71.131'),(289,2,'3','@@@',48,'2019-08-25 13:51:52','82.102.16.198'),(290,2,'15','GeraldWex',48,'2019-08-25 13:51:52','82.102.16.198'),(291,2,'7','87388952614 ',48,'2019-08-25 13:51:53','82.102.16.198'),(292,2,'4','someone@example.com',48,'2019-08-25 13:51:53','82.102.16.198'),(293,2,'22','Beatport Music Releases',48,'2019-08-25 13:51:53','82.102.16.198'),(294,2,'23','0DAY-Songs, Club Music, music releases http://0daymusic.org/premium.php \r\n \r\nSOME DETAILS ON PREMIUM ACCOUNT: \r\n* Server&#039;s capacity: 126 TB MP3,Music Videos. \r\n* Account delivery time: 1 to 48 hours. \r\n* Available genres: Music, Music Videos releases. \r\n* IP restrictions: 3 IP addresses per user at the same time. \r\n* Overal server&#039;s speed: 1 Gb/s. \r\n* Easy to use: Most of genres are sorted by days. \r\n* Updated On Daily: 20GB-50GB, 300-700 0DAY-WEB, CDM, EP, LP, Vinyl... \r\n \r\nReseller: \r\nPremium Plan T - 20GB - 2 Days \r\nPremium Plan A - 300GB - 30 Days \r\nPremium Plan B - 900GB - 90 Days \r\nPremium Plan C - 2500GB - 180 Days',48,'2019-08-25 13:51:53','82.102.16.198'),(295,2,'3','@@@',49,'2019-11-26 05:11:40','178.125.154.8'),(296,2,'15','Dropshipingnet',49,'2019-11-26 05:11:40','178.125.154.8'),(297,2,'7','89117165566 ',49,'2019-11-26 05:11:40','178.125.154.8'),(298,2,'4','someone@example.com',49,'2019-11-26 05:11:40','178.125.154.8'),(299,2,'22','Best hair clippers of 2020',49,'2019-11-26 05:11:40','178.125.154.8'),(300,2,'23','Best hair clippers and razors, guide, opinions, prices, reviews \r\nhttps://dropshiping.net/best-hair-clippers-of-2020/',49,'2019-11-26 05:11:40','178.125.154.8'),(301,2,'3','@@@BradleyKeels',50,'2020-01-18 19:41:05','172.83.43.137'),(302,2,'15','BradleyKeels',50,'2020-01-18 19:41:05','172.83.43.137'),(303,2,'7','89451669332 ',50,'2020-01-18 19:41:05','172.83.43.137'),(304,2,'4','someone@example.com',50,'2020-01-18 19:41:05','172.83.43.137'),(305,2,'22','Re: Regarding ddsconsultingplus.ca',50,'2020-01-18 19:41:05','172.83.43.137'),(306,2,'23','Hi \r\n \r\nBuy all styles of Oakley &amp; Ray Ban Sunglasses only 19.95 dollars.  If interested, please visit our site: supersunglasses.online \r\n \r\n \r\nThe Best, \r\n \r\nContact | DDS - ddsconsultingplus.ca',50,'2020-01-18 19:41:05','172.83.43.137'),(307,2,'3','@@@',51,'2020-02-07 23:56:42','91.122.30.68'),(308,2,'15','ReubenTom',51,'2020-02-07 23:56:42','91.122.30.68'),(309,2,'7','88775343642 ',51,'2020-02-07 23:56:42','91.122.30.68'),(310,2,'4','someone@example.com',51,'2020-02-07 23:56:42','91.122.30.68'),(311,2,'22','EssayTyper',51,'2020-02-07 23:56:42','91.122.30.68'),(312,2,'23','Best Custom Writing Service\r\n\r\nThere are four main forms of essays: narrative, descriptive, expository, and argumentative. We have professional write-up writers that fulfill our high standards, and that is it. Writing Services will close at 4:30 pm on October 28 and 31 and November 4 and 7, 2019. To prepare for the first discussion about the workshop design, I asked students to read the brand new York Times document Viet Thanh Nguyen Reveals How Authors&#039; Workshops Can Be Hostile,â€ and also Claire Vaye Watkins&#039; essay On Panderingâ€ from Tin Home.\r\n\r\nBecause this is actually the first paragraph of one&#039;s essay it is your opportunity to give the reader the best first impression possible. When you&#039;re writing senior high school or undergraduate papers, your just readers could be your instructors and peers. Therefore, we employ subject material experts, that are specialists in their own fields of pursuits and are capable to write paper at length.\r\n\r\nIf students purchase narrative writing business, every site is checked several times using distinct plagiarism detecting services. Our educated specialized contracted writers will need care of your article inside a few hours. Top essay writing products and services are determined by their reliability and top quality products. We have writers that are proficient in plenty of disciplines, and MBA subjects are not an exception.\r\n\r\nIn a few countries (e.g., the United States and Canada), essays have become a major part of formal education Secondary students are taught structured essay formats to boost their writing skills; entrance essays are often used by universities in selecting candidates, and in the humanities and sociable sciences essays are often used as a way of assessing the overall performance of students during ultimate exams.\r\n\r\nJust like we&#039;ve explained above, some students simply aren&#039;t qualified enough in essay posting yet. I&#039;ve normally said that for any field of analysis X (from archaeology to zoology), there either is now, or soon will be, a computational Xâ€. And any computational Xâ€ can immediately be explored and discussed using computational essays. Writers create an overview alongside thesis for themselves, in order that final document is organized, smooth and contains a flow.\r\n\r\nPlacing an purchase for the study or academic paper below, you can be sure that everything is plagiarism-free and has been created initially for you personally. Authors who have established themselves as pros of the best level work with us. Therefore, we hire the most skilled and experienced authors to supply necessary academic help. Writers on our essay posting services platform can cover everything from astronomy to zoology - and anything in between.\r\n\r\nWe realize the tricks writing companies make to convince you to purchase their papers. We do this by combining our firm ethos of providing a good quality service as inexpensive as we can with qualified expert writers. It is necessary to say that our custom college essays on the market are affordable to anyone. I&#039;m content with the essay but there were some things I asked the writer to change.\r\n\r\nCheck what level your paper reaches at any time online and contact your writer if you want help. We recommend each potential user of our university essay writing service to look at the plans before placing an purchase. Do not panic and prevent looking for another quick essay author once we are working round the clock 7 days a week and are ready to write an essay for you on time.\r\n\r\nDon&#039;t panic, just tell us create me an essay in 3 several hoursâ€ and our emergency paper composing team will be on it. Whether it&#039;s 500 words or 700 words, your want is our order and we guarantee to get it done. If you have a problem with writing, attempting to complete your paper wasting all day and night with hand bags under your eyes, a college essay writer is the person you need.\r\n\r\nBe as detailed as possible with what you need to see in your papers, as well as your writer will create the paper you requested. Since we get writers of various academic levels, we can craft compositions of any complexity on any matter. For years now, we have been a leading paper writing service provider and the sole factor is our highly-qualified experts.\r\n\r\nThis is the reliable, legitimate paper writing service you can trust. Considering the top quality and the amount of effort our authors out into each papers, such a good deal makes British Write My Essay the most affordable online produce my essay UK support. One could for instance produce a computational essay about implementing Euclid&#039;s algorithm, learning its running time, and so forth.\r\n\r\nWe are a reliable, elite company with decades of encounter offering high-quality academic writing services accessible to all, regardless of social class. Each of the experts on our team possess a high level of professional understanding, have over 6 ages of experience in helping students handle their great volume academic assignments and so are committed to quality.\r\n\r\nOur company&#039;s purpose is to provide students with high-quality samples rather than make them pay a fortune for this. We at Write My Essay Online carry out our far better keep a harmony and make both customers and writers happy with the deal. When seeking best essay writing services you need to take into account several important factors. Sources papers in - within ideal essay writing service.\r\n\r\nWe are an established company with techniques and policies making our paper writing workforce effective. So, do not spend your time anymore - place the purchase to get essays, wait until the best candidate bids for your order and get the needed written piece composed for your special benefit. The ones that are smart rely on essay services, to allow them to easily solve the problem and proceed making use of their life.\r\n\r\nTo help you request almost every assignment from our creating paper service. More than that, when they write an essay for you personally once - you&#039;ll have a kinda template to understand how to do it yourself next time. Especially if there exists a wonderful opportunity to use a service which can help compose my essays online. You may have noticed that there are many companies offering similar services.\r\n\r\nWriters choose you &amp; complement on expertise-Stop paying for a writer&#039;s time. Our costs vary with each educational level because the specifications for papers at each degree are different. All our authorities are experienced in writing and have a unique background which makes them professionals within their chosen disciplines. Just upload your paper to the online proofreader, and in minutes we&#039;ll have your writing and citing suggestions.\r\n\r\nTo borrow an excellent, obfuscating term from the writers I&#039;d spend the few days with, I had examine around in itâ€, but there is definitely untouched work looking forward to me to discover. Whenever a writer confirms your purchase, it means that he / she will easily deal with your MBA essay. As you have seen above, our academic publishing support is of immense top quality.\r\n\r\nYou could search for an ideal online service someplace else, keeping the combination of quality and price at heart - or you could stop searching right now and switch to us for support instead. Even though you are short promptly, we will find an educational essay writer who&#039;ll have the ability to complete your urgent order without compromising on the quality of writing. Sure enough, it&#039;s really difficult to overlook an essay writing service by the few methods you make.\r\n\r\nEach of the authors who create high-good quality professionally published essays has comprehensive experience - 2 yrs or more of posting essays, papers and diplomas. Our writers are ready to dedicate all their attention to your task to meet up any deadline. Nice provider that delivers great essays. To be able to hire among the finest custom writing services on the internet, our agency is a smart choice if you are searching for impeccable quality for a realistic price.\r\n\r\nFor this reason, we also offer many discounts - discounts for clients, various degrees of discount for returning buyers, and seasonal campaigns which are open to everyone. We have already taken making sure that we hire a team of skilled experts to offer help to students. I guess this is not the last moment I ordered essays below. Here, professionals compose papers with utmost knowledge.\r\n \r\n&lt;a href=https://studybay.com/blog/major-obstacles-of-putting-into-action-green-administration-and-internationale-organisation-fur-standardisierung-in-business-sector-of-hong-kong/&gt;https://studybay.com/blog/major-obstacles-of-putting-into-action-green-administration-and-internationale-organisation-fur-standardisierung-in-business-sector-of-hong-kong/&lt;/a&gt;\r\n&lt;a href=https://studybay.com/tags/magill-frank-editor/&gt;https://studybay.com/tags/magill-frank-editor/&lt;/a&gt;\r\n',51,'2020-02-07 23:56:42','91.122.30.68');
/*!40000 ALTER TABLE `wp_contactformmaker_submits` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contactformmaker_themes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `css` text NOT NULL,
  `default` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_contactformmaker_themes` WRITE;
/*!40000 ALTER TABLE `wp_contactformmaker_themes` DISABLE KEYS */;
INSERT INTO `wp_contactformmaker_themes` VALUES (1,'Theme 01 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #013D7C;\r\nborder-radius: 5px;\r\ncolor: #013D7C;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/01/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #013D7C;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #013D7C;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #013D7C;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #013E7D;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #013E7D;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #013E7F;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(2,'Theme 01 purple','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #6C005E;\r\nborder-radius: 5px;\r\ncolor: #6C005E;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #6C005E;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #6C005E;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #6C005E;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #6C005E;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #6C005E;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #6C005E;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #6C005E;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(3,'Theme 01 black','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #000;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #000;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #000;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',1),(4,'Theme 01 transparent (black button)','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n\r\n.sel-imul {\r\n	display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #000;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #000;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #000;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	padding: 2px;\r\n	height: 26px;\r\n	border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\nselect {\r\n	outline: none;\r\n}\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(5,'Theme 02 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #ADC0DB;\r\nmargin-bottom: 10px;\r\ncolor: #ADC0DB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #285485!important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/01/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #285485;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/01/next.png) top right #708EB4;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n .next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/01/next.png) top right #144077;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #285485;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/01/previous.png) top left #708EB4;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n .previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/01/previous.png) top left #144077;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #285485;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #ADC0DB;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #C5C5C5;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size:18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n} \r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n	color: #2564A3;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #0E3F77;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #0e3f77; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0e3f77), color-stop(49%, #0f437d), color-stop(84%, #2f72b5), color-stop(99%, #165ba9)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #CCCCCC;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\nfont-size: 13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(6,'Theme 02 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EADEB4;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #ECBD00 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/02/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #CFAB1A;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/next.png) top right  #A08104;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left #CFAB1A;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left  #A08104;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #4D4A3C;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #E2DED7;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #3F3927;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n	color: #3F3927;\r\n	cursor: pointer;\r\n	background-color: #ECBD00;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #ECBD00 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECBD00 ), color-stop(49%, #F5C403 ), color-stop(84%, #F8C90B ), color-stop(99%, #FFCC00 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #D9D7D8;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #292929;\r\n	font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(7,'Theme 02 violet','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #C9ADEF;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #5C00DA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/02/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #5C00DA;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #3D0886;\r\n}.previous-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left #5C00DA;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/previous.png)  top left #3D0886;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #4D4A3C;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #E3E2E4;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #3F3927;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n	color: #FFF;\r\n	cursor: pointer;\r\n	background-color: #5C00DA;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #5C00DA ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5C00DA ), color-stop(49%, #5C00DB ), color-stop(84%, #6600F0 ), color-stop(99%, #7917FF )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #D9D7D8;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #fff;\r\n	font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(8,'Theme 02 transparent (aquamarine button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EAF9F3;\r\nborder: 1px solid #4D4A58;\r\nmargin-bottom: 10px;\r\ncolor: #4D4A58;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #CEECE2 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-slider {\r\n	background: #fff !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 4px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 29px;\r\n	background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/02/02/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 33px;\r\n	background: url([SITE_ROOT]/images/02/next.png) top right #94FFD5;\r\n	padding: 0px 30px 0 15px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/next.png) top right  #E4F3E2;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #4D4A3C;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left #94FFD5;\r\n	padding: 0px 15px 0 30px;\r\n	vertical-align: middle;\r\n	font-weight: 600;\r\n	font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/02/previous.png) top left  #E4F3E2;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/02/bg.png) #94FFD5;\r\n	cursor: pointer;\r\n	font-size: 16px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #4D4A3C;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 600;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n	text-align: left;\r\n	padding: 10px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 4px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ntextarea {\r\n	border-radius: 4px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 11px;\r\n	height: 10px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 1px;\r\n	left: 1px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: rgb(158, 0, 0);\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #3F3927;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n	font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n	background-color: #EEEEEE;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n	background-color: #EEEEEE;\r\n}\r\n.page_active {\r\n	color: #3F3927;\r\n	cursor: pointer;\r\n	background-color: #CEECE2;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 18px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 17px;\r\n	line-height: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #95D3BE ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80CEB4 ), color-stop(49%, #95D6C1 ), color-stop(84%, #95D3BE ), color-stop(99%, #B3E7D6 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* IE10+ */\r\n	background: linear-gradient(to right, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 17px;\r\n	line-height: 17px;\r\n	background-color: #E0DFE0;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #292929;\r\n	font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 17px;\r\n	height: 17px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(9,'Theme 03 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #3A620A;\r\nmargin-bottom: 10px;\r\ncolor: #3A620A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #4A8C08!important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\n	background: #3A620A;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #fff;\r\n	border: 2px solid #4A8C08;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 1px 1px #44740E;\r\n	font-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #CDD9C3;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/01/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #42810e;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #36690c;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #62983A; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61b217), color-stop(39%, #62983a), color-stop(100%, #62983a)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #61b217 0%, #62983a 39%, #62983a 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/01/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(10,'Theme 03 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #811919;\r\nmargin-bottom: 10px;\r\ncolor: #811919;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #5D0000 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #942323 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/02/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #811919;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #9E1919;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #811818;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #F0EEEF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/02/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #fff;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #640B0B;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #942323;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #752D2D ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #9A0B0B  0%, #7B2828 39%, #752D2D 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9A0B0B ), color-stop(39%, #7B2828 ), color-stop(100%, #752D2D )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/02/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(11,'Theme 03 dark cyan','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #0B7A97;\r\nmargin-bottom: 10px;\r\ncolor: #0B7A97;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #0C6177 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #2796B3 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/03/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #0B7A97;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #18627C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #56B4D5;\r\nfont-family: Segoe UI;\r\n}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #F0EEEF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/03/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #0C6177;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #2796B3;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #752D2D ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0E6378 ), color-stop(39%, #2C7487 ), color-stop(100%, #2D7587 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/03/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(12,'Theme 03 transparent (salmon button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8D6D7;\r\nborder: 1px solid #D8D6D7;\r\nmargin-bottom: 10px;\r\ncolor: #D8D6D7;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 0px;\r\n	border: 1px solid #39680B;\r\n	background: #C9FD9C;\r\n	height: 13px;\r\n	width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -5px !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #FA8072 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 32px;\r\n	height: 25px;\r\n	background: url([SITE_ROOT]/images/03/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\nbackground: #FA8072;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #FFABA1;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #FF9689;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: #D8D6D7;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 2px solid #fff;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px 1px #969495;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/03/01/bg.png);\r\n	text-align: left;\r\n	padding: 10px 20px 10px 50px;\r\n	border-radius: 0px;\r\n	-moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n	width: 466px;\r\n	text-align: right;\r\n	color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n	padding: 0px 15px;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	padding: 2px;\r\n	height: 26px;\r\n	overflow: hidden;\r\n	border: 0px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 25px;\r\n	border: 0px solid #ccc;\r\n	padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n	background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #fff;\r\n	background-color: #FF9A8E;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	background-color: #FA8072;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 33px;\r\n	text-align: center;\r\n	font-size: 21px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 20px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #FF8F83; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F7B4AC), color-stop(39%, #F89F95), color-stop(100%, #FF8F83)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #DFDFDF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -34px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 34px;\r\n	height: 18px;\r\n	background: url([SITE_ROOT]/images/03/04/percentage_arrow.png);\r\n	position: relative;\r\n	left: -1px;\r\ntop:0px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(13,'Theme 04 dark orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #F6CE9D;\r\nmargin-bottom: 10px;\r\ncolor: #F6CE9D;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #E2B983 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	color: #69512F;\r\n	border: 1px solid #D89E5F;\r\n	background: #C8A470; /* Old browsers */\r\n	background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n	background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n	box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #424242 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\n	color: #69512F;\r\n	border: 1px solid #D89E5F;\r\n	background: #C8A470; /* Old browsers */\r\n	background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n	background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n	box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #F6CE9D;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/04/01/bg.png) no-repeat;\r\n	text-align: left;\r\n	border-radius: 0px;\r\n	width: 300px;\r\n	padding: 13px;\r\n	text-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	border-color: #E2B983;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	border-color: #E2B983;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #E2B983;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 10px;\r\n	height: 10px;\r\n	background: #DAA157;\r\n	background: -moz-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: -webkit-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: -o-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: -ms-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	background: linear-gradient(to bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n	box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\n	border-radius: 7px;\r\n	top: 1px;\r\n	left: 1px;\r\n	border: 1px solid #C0A77E;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #E2B983;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #AA824E;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #AA824E;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #E2B983;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #AA824E;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(14,'Theme 04 light blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #678B94 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #767676 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #CEE4E4;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n	text-align: left;\r\n	border-radius: 0px;\r\n	width: 300px;\r\npadding: 5px;\r\n	text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	border-color: #678B94;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	border-color: #678B94;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #678B94;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #88B4BD;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #678B94;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #678B94;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #88B4BD;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #678B94;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(15,'Theme 04 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #8A6B63 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #767676 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #E0D0CD;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\nmargin: 16px 10px 16px 0px;\r\ndisplay: inline-block;\r\nbackground: url([SITE_ROOT]/images/04/03/bg.png) no-repeat;\r\ntext-align: left;\r\nborder-radius: 0px;\r\nwidth: 300px;\r\npadding: 5px 10px;\r\ntext-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	border-color: #8A6B63;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	border-color: #8A6B63;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #8A6B63;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #B98476 ;\r\nbackground: -moz-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -webkit-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -o-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -ms-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: linear-gradient(to bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #9B766D;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #CCAAA3;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #8A6B63;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #8A6B63;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #CCAAA3;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #8A6B63;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(16,'Theme 04 transparent (gray button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #A6A6A6;\r\nmargin-bottom: 10px;\r\ncolor: #A6A6A6;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 15px;\r\n	height: 15px;\r\n	top: -5px;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n@font-face {\r\n	font-family: ArTarumianHandes;\r\n	src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #EDE5DA;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #B3B3B3 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 20px;\r\n	width: 22px;\r\n	background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 45px;\r\n	height: 44px;\r\n	background: url([SITE_ROOT]/images/04/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #424242;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 35px;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-weight: 400;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n	color: #767676 !important;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 39px;\r\n	line-height: 32px;\r\n	padding: 0px 20px 5px;\r\n	vertical-align: middle;\r\n	font-weight: 400 !important;\r\n	font-size: 20px;\r\n	border: 1px solid #959595;\r\n	border-radius: 5px;\r\n	font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px 15px 15px 50px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n	text-align: left;\r\n	border-radius: 0px;\r\n	width: 300px;\r\npadding: 5px;\r\n	text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ccc;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	border-color: #B3B3B3;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	border-color: #B3B3B3;\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	border-color: #B3B3B3;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/02/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 14px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 20px 0px 20px;\r\n	font-weight: bold;\r\n	background-color: #C0C0C0;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #A8A8A8;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 20px 0px 20px;\r\n	margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #678B94;\r\n	vertical-align: middle;\r\n	font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #88B4BD;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n	display: inline-block;\r\n	width: 20px;\r\n	height: 23px;\r\n	background-color: #678B94;\r\n	position: relative;\r\n	left: -14px;\r\n	z-index: 0;\r\n	vertical-align: middle;\r\n	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(17,'Theme 05 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #0E7297;\r\nborder: 1px solid #A0CBDB;\r\nmargin-bottom: 10px;\r\ncolor: #A0CBDB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 14px;\r\n	height: 14px;\r\n	top: -6px;\r\n	border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/05/01/nextbg_hover.png) url([SITE_ROOT]/images/05/01/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n	background: #00B4F6 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 27px;\r\n	background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/05/01/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/01/nextbg.png) no-repeat;\r\n	padding: 0px 20px 0 0;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/01/nextbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/01/previousbg.png) no-repeat;\r\n	padding: 0px 0 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/01/previousbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/05/01/submit.png) no-repeat;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 32px;\r\n	color: #fff;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 500;\r\n	padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #A0CBDB;\r\n	padding:15px 20px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 0px;\r\n	background: #006A91;\r\n	border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n	content: \" \";\r\n	position: relative;\r\n	width: 97.7%;\r\n	right: 0px;\r\n	bottom: 20px;\r\n	height: 4px;\r\n	-webkit-box-shadow: 0 2px 3px #444141;\r\n	-moz-box-shadow: 0 2px 3px #444141;\r\n	box-shadow: 0 2px 3px #444141;\r\n	display: inline-block;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\n	border-radius: 0px;\r\n	text-align: left;\r\nfont-size: 18px;\r\ncolor: #3F3F3F;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\nborder: 1px solid transparent;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #006A91;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #006A91;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #006A91;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #026994;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 21px;\r\n	position: relative;\r\n	left: -19px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #026994;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #026994;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #006A91;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #01B4F6;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-left: 1px;\r\n	line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 27px;\r\n	line-height: 27px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #018ABE;\r\n	background: -moz-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079A6), color-stop(39%, #018ABE ), color-stop(100%, #00B6FA ));\r\n	background: -webkit-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: -o-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: -ms-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	background: linear-gradient(to right, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n	border-top-right-radius: 9px;\r\n	border-bottom-right-radius: 9px;\r\n	box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n	height: 27px;\r\n	line-height: 27px;\r\n	background-color: #C4D5DF;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(18,'Theme 05 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #007326;\r\nborder: 1px solid #B6E4CF;\r\nmargin-bottom: 10px;\r\ncolor: #B6E4CF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 14px;\r\n	height: 14px;\r\n	top: -6px;\r\n	border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/05/02/nextbg_hover.png) url([SITE_ROOT]/images/05/02/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #018D08 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n	background: #018D08 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 27px;\r\n	background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/02/nextbg.png) no-repeat;\r\n	padding: 0px 20px 0 0;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/02/nextbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/02/previousbg.png) no-repeat;\r\n	padding: 0px 0 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/02/previousbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/05/02/submit.png) no-repeat;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 32px;\r\n	color: #fff;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 500;\r\n	padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #B6E4CF;\r\n	padding: 15px 20px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2{\r\n	margin: 16px 0px;\r\n	background: #0D7A31;\r\n	border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n	content: \" \";\r\n	position: relative;\r\n	width: 97.7%;\r\n	right: 0px;\r\n	bottom: 20px;\r\n	height: 4px;\r\n	-webkit-box-shadow: 0 2px 3px #444141;\r\n	-moz-box-shadow: 0 2px 3px #444141;\r\n	box-shadow: 0 2px 3px #444141;\r\n	display: inline-block;\r\n}\r\n\r\n.wdform_section_break{\r\n	margin: 16px 0px;\r\n	border-radius: 0px;\r\n	text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\nborder: 1px solid transparent;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #0D7A31;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #0D7A31;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #0D7A31;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #0D7A31;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 21px;\r\n	position: relative;\r\n	left: -19px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #0D7A31;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #0D7A31;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #018D08;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #00AC0A;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-left: 1px;\r\n	line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 27px;\r\n	line-height: 27px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #018F08 ;\r\n	background: -moz-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018D08 ), color-stop(39%, #018F08 ), color-stop(100%, #00BE0A ));\r\n	background: -webkit-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	background: -o-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	background: -ms-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\nbackground: linear-gradient(to right, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n	border-top-right-radius: 9px;\r\n	border-bottom-right-radius: 9px;\r\n	box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n	height: 27px;\r\n	line-height: 27px;\r\n	background-color: #CEE0D3;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(19,'Theme 05 pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B05785;\r\nborder: 1px solid #F6E2ED;\r\nmargin-bottom: 10px;\r\ncolor: #F6E2ED;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 14px;\r\n	height: 14px;\r\n	top: -6px;\r\n	border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/05/03/nextbg_hover.png) url([SITE_ROOT]/images/05/03/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #B05785 !important;\r\n	color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n	background: #B05785 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 20px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 22px;\r\n	width: 27px;\r\n	background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/03/nextbg.png) no-repeat;\r\n	padding: 0px 20px 0 0;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/03/nextbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 32px;\r\n	line-height: 28px;\r\n	background: url([SITE_ROOT]/images/05/03/previousbg.png) no-repeat;\r\n	padding: 0px 0 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/05/03/previousbg_hover.png) no-repeat;\r\n	width: 113px;\r\n}\r\n.button-submit {\r\n	background: url([SITE_ROOT]/images/05/03/submit.png) no-repeat;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 32px;\r\n	color: #fff;\r\n	margin: 5px;\r\n	border: 0px;\r\n	font-family: Segoe UI;\r\n	font-weight: 500;\r\n	padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	font-family: Segoe UI;\r\n	text-decoration: underline;\r\n}\r\n.wdform_page {\r\n	background: #F6E2ED;\r\n	padding: 15px 20px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n	text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 0px;\r\n	background: #B05785;\r\n	border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n	content: \" \";\r\n	position: relative;\r\n	width: 97.7%;\r\n	right: 0px;\r\n	bottom: 20px;\r\n	height: 4px;\r\n	-webkit-box-shadow: 0 2px 3px #444141;\r\n	-moz-box-shadow: 0 2px 3px #444141;\r\n	box-shadow: 0 2px 3px #444141;\r\n	display: inline-block;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\n	border-radius: 0px;\r\n	text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\nborder: 1px solid transparent;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	border: 1px solid transparent;\r\n	height: 20px;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #B05785;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #B05785;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #B05785;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #B05785;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 21px;\r\n	position: relative;\r\n	left: -19px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #B05785;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #B05785;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #D7639F;\r\n	margin-left: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #E47DB3;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-left: 1px;\r\n	line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 27px;\r\n	line-height: 27px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #D863A0 ;\r\n	background: -moz-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #D7639F ), color-stop(39%, #D863A0 ), color-stop(100%, #F173B4 ));\r\n	background: -webkit-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	background: -o-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	background: -ms-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\nbackground: linear-gradient(to right, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n	border-top-right-radius: 9px;\r\n	border-bottom-right-radius: 9px;\r\n	box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n	height: 27px;\r\n	line-height: 27px;\r\n	background-color: #D6CAD2;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #6E6E6E;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 27px;\r\n	height: 27px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}',0),(20,'Theme 06 turquoise','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B1EBE9;\r\nborder: 1px solid #018580;\r\nmargin-bottom: 10px;\r\ncolor: #018580;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #029A95 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page\r\n{\r\n        width:inherit !important;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/06/next.png) no-repeat right #019993;\r\n 	padding: 0px 36px 0 20px ;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #018580;\r\n\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/next.png) no-repeat right #00C5BD;\r\n}\r\n.previous-page\r\n{\r\n        width:inherit !important;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n	content: \" \";\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n	height: 19px;\r\n	width: 20px;\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	top: -2px;\r\n	position: relative;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #019993;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #018580;\r\n}\r\n.button-submit:hover {\r\n	background: #00C5BD;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: #B1EBE9;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #029A95;\r\n	color: #ffffff !important;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2 p{\r\n	color: #ffffff !important;\r\n	\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: \" \" ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\nfont-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #029A95;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #029A95;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #029A95;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #029A95;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\n	box-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #029A95;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #00DAD3;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #01B3AD ;\r\n	background: -moz-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #01B3AD ), color-stop(39%, #01CDC6 ), color-stop(100%, #02DED6 ));\r\n	background: -webkit-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n	background: -o-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n	background: -ms-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\nlinear-gradient(to right, #01B3AD 0%, #01CDC6 39%, #02DED6 100%)\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #029A95;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(21,'Theme 06 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #BBDBE7;\r\nborder: 1px solid #25A5DF;\r\nmargin-bottom: 10px;\r\ncolor: #25A5DF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #0176AA !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #0D66B1;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\nborder: 1px solid #107DAF;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #25A5DF;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #0D66B1;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #107DAF;\r\n}\r\n.button-submit:hover {\r\n	background: #25A5DF;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: #BBDBE7;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #0D66B1;\r\n	color: #ffffff;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: \" \" ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n	font-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #0176AA ;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #0176AA ;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #0176AA ;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #0176AA ;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #0176AA;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #008AFF;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #0073D3 ;\r\n	background: -moz-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0073D3 ), color-stop(39%, #008FE1 ), color-stop(100%, #00A7ED ));\r\n	background: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n	background: -o-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\nbackground: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\n	background-color: #0176AA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #ffffff;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(22,'Theme 06 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #FAB17A;\r\nmargin-bottom: 10px;\r\ncolor: #FAB17A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #FFA15C !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FFA15C;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #C78655;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FAB17A;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #FFA15C;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #C78655;\r\n}\r\n.button-submit:hover {\r\n	background: #FAB17A;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: #F0EEEF;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #FFA15C ;\r\n	color: #030303;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: \" \" ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n	font-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #FFA15C ;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #FFA15C ;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #FFA15C ;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #FFA15C ;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #342114;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #C78655;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #342114;\r\n	cursor: pointer;\r\n	background-color: #FF8A34;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #FF8932 ;\r\n	background: -moz-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3BA28 ), color-stop(39%, #FFD325 ), color-stop(100%, #FEB824 ));\r\n	background: -o-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -ms-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -webkit-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\nbackground-color: #ECBE9C;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #473C34;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(23,'Theme 06 transparent (light green button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #90EE90;\r\nmargin-bottom: 10px;\r\ncolor: #90EE90;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: transparent !important;\r\n	margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #CECECE;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #6BD86B !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	padding: 2px 0px 2px 4px;\r\n	font-size: 13px;\r\n	height: 23px;\r\n	line-height: 20px;\r\n	overflow: hidden;\r\n	background: transparent;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n	border: 1px solid #ABAAAA;\r\n	border-radius: 7px;\r\n	color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 25px;\r\n	width: 28px;\r\n	background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n	position: absolute;\r\n	top: -1px;\r\n	right: 0px;\r\n	padding: 2px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 4px;\r\n	height: 24px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n	padding-top: 3px;\r\n	margin-top: 2px;\r\n}\r\n.file-picker {\r\n	width: 66px;\r\n	height: 49px;\r\n	background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #6BD86B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #459B45;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n	background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #90EE90;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	margin-right: 20px;\r\n	margin-left: 20px;\r\n	border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n	content: \" \";\r\n	background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n	height: 19px;\r\n	width: 20px;\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	top: -2px;\r\n	position: relative;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #6BD86B;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #459B45;\r\n}\r\n.button-submit:hover {\r\n	background: #90EE90;\r\n}\r\n.button-reset {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #959595;\r\n	margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n	background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n	border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #6BD86B ;\r\n	color: #030303;\r\n	font-size: 16px;\r\n	text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n	content: \" \" ;\r\n	position: relative;\r\n	width: 16px;\r\n	height: 13px;\r\n	top: -3px;\r\n	left: 1px;\r\n	box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n	margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n	font-size: 16px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 5px;\r\n	height: 27px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ntextarea {\r\n	border: 1px solid #ABAAAA;\r\n	height: 25px;\r\n	padding:0 3px !important;\r\n	border-radius: 5px;\r\n	background: transparent;\r\n	color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border: 1px solid #6BD86B ;\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	border: 1px solid #6BD86B  ;\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	border: 1px solid #6BD86B ;\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #6BD86B ;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 20px;\r\n	height: 24px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 14px;\r\n	height: 13px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 7px;\r\n	position: relative;\r\n	display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #4C4C4C;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #4C4C4C;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #342114;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding: 5px 25px 0px 25px;\r\n	font-weight: bold;\r\n	background-color: #90EE90;\r\n	margin-right: 1px;\r\n}\r\n.page_active {\r\n	color: #342114;\r\n	cursor: pointer;\r\n	background-color: #6BD86B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 20px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 25px 0px 25px;\r\n	margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 23px;\r\n	line-height: 23px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	vertical-align: middle;\r\n	background: #72DB72 ;\r\n	background: -moz-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8FEB8F ), color-stop(39%, #5CF35C ), color-stop(100%, #72DB72 ));\r\n	background: -o-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -ms-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -webkit-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n	height: 23px;\r\n	line-height: 23px;\r\nbackground-color: #E0E0E0;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: left !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px 5px 3px 9px;\r\n	color: #473C34;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #ffffff;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 23px;\r\n	height: 23px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #0E4D92;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 4px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #fff;\r\n	border: 2px solid #0E3F77;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n	border: 2px solid #0B2D52;\r\n	background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(24,'Theme 07 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #0072A2;\r\nmargin-bottom: 10px;\r\ncolor: #0072A2;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #0072A2 !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #0072A2;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #0072A2;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #267EA9;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #267EA9;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #0072A2;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #0072A2;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #006C9A; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072A2), color-stop(39%, #00709F), color-stop(100%, #006A97)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #0072A2 0%, #00709F 39%, #006A97 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: \" \";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n',0),(25,'Theme 07 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #00A25B;\r\nmargin-bottom: 10px;\r\ncolor: #00A25B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #00A25B !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #00A25B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #00A25B;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #00A25B;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #00A25B;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #00A25B;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #00A25B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #00A15B ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00A25B ), color-stop(39%, #00A15A ), color-stop(100%, #00A15B )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #00A25B 0%, #00A15A  39%, #00A15B 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00A25B 0%, #00A15A 39%, #00A15B 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: \" \";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(26,'Theme 07 dark violet','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #33016B;\r\nmargin-bottom: 10px;\r\ncolor: #33016B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #33016B !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #33016B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #33016B;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #33016B;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #33016B;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #33016B;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #33016B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #33016A ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #33016B ), color-stop(39%, #320169 ), color-stop(100%, #33016A )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #33016B 0%, #320169 39%, #33016A 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: \" \";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n',0),(27,'Theme 07 transparent (burlywood button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #E6C18B;\r\nmargin-bottom: 10px;\r\ncolor: #E6C18B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n	width: 16px;\r\n	height: 16px;\r\n	top: -6px;\r\n	border: 0px;\r\n	border-radius: 13px;\r\n	background: #A4A4A4;\r\n	border: 1px solid #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F1F1F1 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #696969;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\nui-state-hover {\r\n	background: #E6C18B !important;\r\n	color: #fff;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #ccc !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F1F1F1;\r\n	border: 0px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/next.png) no-repeat right #E6C18B;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #E6C18B;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #267EA9;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #267EA9;\r\n	font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F1F1F1;\r\n	border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/03/checkbox.png);\r\n	border-radius: 0px;\r\n	top: -3px;\r\n	left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #A7A7A7;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \" \";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #A7A7A7;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	color: #E6C18B;\r\n	background-color: #ECEBEB;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 25px 0px 25px;\r\n	font-size: 12px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #E6C18B;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	font-size: 16px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 18px;\r\n	line-height: 18px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #F3CC92 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3CC92 ), color-stop(39%, #F3CC92 ), color-stop(100%, #F5CB8F )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 18px;\r\n	line-height: 20px;\r\n	background-color: #EBEAEA;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: center!important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n	content: \" \";\r\n	display: block;\r\n	height: 9px;\r\n	background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n	margin-right:9px;\r\n	color: #FFFFFF;\r\n	font-weight: normal;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n',0),(28,'Theme 08 transparent (black button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nmargin-bottom: 10px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #414141;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #000;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #000000;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n	color: #000000;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n	outline: none;\r\n}\r\n\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #000;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #000000;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #000000;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n	color: #000;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #000;\r\n}\r\n.page_percentage_deactive {\r\n	height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n	color: #FFF;\r\n	font-weight: bold;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(29,'Theme 08 deep pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #930049;\r\nmargin-bottom: 10px;\r\ncolor: #930049;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #414141;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #930049 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #930049;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #EEEEEE;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #930049;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n	color: #930049;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #636363;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8A8A8A;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8A8A8A;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n	color: #930049;\r\ncursor: pointer;\r\nbackground-color: #fff;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #930049;\r\n}\r\n.page_percentage_deactive {\r\n	height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n	color: #fff;\r\n	font-weight: bold;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(30,'Theme 08 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #070068;\r\nmargin-bottom: 10px;\r\ncolor: #070068;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #414141;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #070068 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 0px solid #D3D3D3;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 71px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/07/upload.png);\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #070068;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #FFFFFF;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #070068;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n	color: #070068;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n	outline: none;\r\n}\r\ntextarea:focus {\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #636363;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8A8A8A;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8A8A8A;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n	color: #070068;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #070068;\r\n}\r\n.page_percentage_deactive {\r\n	height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n	color: #fff;\r\n	font-weight: bold;\r\n	font-size: 13px;\r\n	position: relative;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(31,'Theme 09 light gray','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #818181;\r\nmargin-bottom: 10px;\r\ncolor: #818181;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/01/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #013D7C;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #DDDDDD;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #013D7C;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #727272;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/01/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(32,'Theme 09 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #E9B500;\r\nmargin-bottom: 10px;\r\ncolor: #E9B500;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0  20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #E9B500;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #DDDDDD;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #E9B500;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(33,'Theme 09 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #015875;\r\nmargin-bottom: 10px;\r\ncolor: #015875;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #015875 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	 background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #015875;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: #DDDDDD;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #015875;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #015875;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #80ABBA !important;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #DEE9EC;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #5C90A2;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/03/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(34,'Theme 09 transparent (lightgreen button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #30D1B1;\r\nmargin-bottom: 10px;\r\ncolor: #30D1B1;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #F5F5F5 !important;\r\n	margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n	color: #000;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n	background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 0px;\r\n	padding: 0px 0px 0px 2px;\r\n	font-size: 13px;\r\n	height: 22px;\r\n	line-height: 22px;\r\n	overflow: hidden;\r\n	background: #F8F8F8;\r\n	border: 1px solid #B7B7B7;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 23px;\r\n	width: 30px;\r\n	background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 0px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n	margin: 0px;\r\n}\r\ninput[type=password]{\r\n	margin: 0px;\r\n}\r\ninput[type=url]{\r\n	margin: 0px;\r\n}\r\ninput[type=email]{\r\n	margin: 0px;\r\n}\r\ninput.text{\r\n	margin: 0px;\r\n}\r\ninput.title{\r\n	margin: 0px;\r\n}\r\ntextarea{\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	position: absolute;\r\n	border-radius: 0px;\r\n	height: 23px;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	}\r\n.file-picker {\r\n	width: 41px;\r\n	height: 32px;\r\n	background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n	display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 32px;\r\n	background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n	padding: 0px 36px 0  20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n        border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	color: #A2A2A2;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 35px;\r\n	line-height: 35px;\r\n	background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n	padding: 0 20px 0 36px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n	color: #ffffff;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #30D1B1;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n		border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.button-reset {\r\n	color: #787878;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	line-height: 35px;\r\n	background: #F0EFEF;\r\n	padding: 0px 20px;\r\n	vertical-align: middle;\r\n	font-size: 18px;\r\n	min-width: 80px;\r\n	min-height: 35px;\r\n	font-family: Segoe UI;\r\n	float: right;\r\n	border: 1px solid transparent;\r\n	margin: 5px;\r\n}\r\n.wdform_page {\r\n	background: transparent;\r\n	padding-top: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n	padding-right: 50px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n	color: #013D7C;\r\n	display: inline-block;\r\n	text-align: left;\r\n	font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n	color: #E9B500;\r\n	font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n	display: inline-block;\r\n}\r\nselect {\r\n	border-radius: 0px;\r\n	height: 24px;\r\n	overflow: hidden;\r\n	padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n	border-radius: 0px;\r\n	height: 22px;\r\n	padding:0 3px !important;\r\n	background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n	outline: none;\r\n}\r\ntextarea:focus{\r\n	outline: none;\r\n}\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 30px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 22px;\r\n	height: 22px;\r\n	position: relative;\r\n	left: -22px;\r\n	vertical-align: top;\r\n	outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 13px;\r\n	height: 12px;\r\n	background: transparent;\r\n	border: 1px solid #8B8B8B;\r\n	border-radius: 0px;\r\n	position: relative;\r\n	display: inline-block;\r\n	top: 2px;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 8px;\r\n	background: #8B8B8B;\r\n	border-radius: 0px;\r\n	top: 2px;\r\n	left: 2px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n	color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 20px;\r\n	height: 20px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n	background: #4D792C;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 0px;\r\n	min-width: 80px;\r\n	min-height: 31px;\r\n	color: #fff;\r\n	border: 2px solid #68943B;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(35,'Theme 10 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F7D3BB;\r\nborder: 1px solid #FAAA63;\r\nmargin-bottom: 10px;\r\ncolor: #FAAA63;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/01/01/next_hoverbg.png) url([SITE_ROOT]/images/01/01/previous_hover.png) url([SITE_ROOT]/images/01/01/next_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 7px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 26px;\r\n	line-height: 26px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 28px;\r\n	width: 32px;\r\n	background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 1px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n	width: 100%;\r\n	content: \"\";\r\n	display: block;\r\n	height: 17px;\r\n	background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -17px;\r\n	left: -50px;\r\n	padding-left: 100px;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 7px;\r\n	height: 27px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n}\r\n.file-picker {\r\n	width: 38px;\r\n	height: 34px;\r\n	background: url([SITE_ROOT]/images/01/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #000;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n	border-style: solid;\r\n	padding: 0px 15px;\r\n	vertical-align: middle;\r\n	border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/01/01/next_hoverbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n}\r\n.next-page div.wdform-page-button {\r\n	border-width: 0px 18px 0px 0px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n	content: \"\";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	border-width: 0px 0px 0px 18px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n	content: \"\";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: -7px;\r\n}\r\n.button-submit {\r\n	background: #f58b33; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f58b33), color-stop(20%, #faaa63), color-stop(80%, #faaa63), color-stop(100%, #f58b33)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #8D5D35;\r\n	border: 1px solid #F0C579;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 1px 1px #EC8E37;\r\n	font-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 1px solid #c9c9c9;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #F7D3BB;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n	border-top: 2px solid #FFB471;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #e8a467; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e8a467), color-stop(20%, #ffb471), color-stop(80%, #ffb471), color-stop(100%, #ffcd72)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* W3C */\r\n	text-align: left;\r\n	padding: 7px 30px 10px 10px;\r\n	border-top-left-radius: 0px;\r\n	border-top-right-radius: 10px;\r\n	border-bottom-right-radius: 10px;\r\n	border-bottom-left-radius: 0px;\r\n	-moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 10px 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 7px;\r\n	height: 32px;\r\n	overflow: hidden;\r\n	border: 1px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n	border-color: #FFB471;\r\n	outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 70px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/01/checkbox.png);\r\n	border-radius: 2px;\r\n	top: 0px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 37px;\r\n	height: 30px;\r\n	position: relative;\r\n	left: -35px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n	outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 10px;\r\n	background: #615F60;\r\n	border-radius: 2px;\r\n	top: 3px;\r\n	left: 3px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	border-top: 1px solid #D8D6D7;\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #000;\r\n	cursor: pointer;\r\n	background-color: #FFD9B8;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n	color: #000;\r\n	cursor: pointer;\r\n	background-color: #FFB471;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 25px;\r\n	line-height: 25px;\r\n	border-top-left-radius: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #FF983C; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6a965), color-stop(67%, #f6a965), color-stop(100%, #ff983c)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* IE10+ */\r\n	background: linear-gradient(to right, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* W3C */\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 25px;\r\n	line-height: 25px;\r\n	background-color: #FFD9B8;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n	border-top-left-radius: 17px;\r\n	border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n	border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #FF983D;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -14px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 25px;\r\n	height: 25px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n	background: #e4e4e4; /* Old browsers */\r\n	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(36,'Theme 10 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D1E0F0;\r\nborder: 1px solid #075DA4;\r\nmargin-bottom: 10px;\r\ncolor: #075DA4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/01/02/next_hoverbg.png) url([SITE_ROOT]/images/01/02/previous_hover.png) url([SITE_ROOT]/images/01/02/next_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #004D8E !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #FFB471 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 7px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 26px;\r\n	line-height: 26px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 28px;\r\n	width: 32px;\r\n	background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 1px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n	width: 100%;\r\n	content: \"\";\r\n	display: block;\r\n	height: 17px;\r\n	background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -17px;\r\n	left: -50px;\r\n	padding-left: 100px;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 7px;\r\n	height: 27px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n}\r\n.file-picker {\r\n	width: 38px;\r\n	height: 34px;\r\n	background: url([SITE_ROOT]/images/01/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n	border-style: solid;\r\n	padding: 0px 15px;\r\n	vertical-align: middle;\r\n	border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/01/02/next_hoverbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n	border-width: 0px 18px 0px 0px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n	content: \"\";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	border-width: 0px 0px 0px 18px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n	content: \"\";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #035192 ;\r\nbackground: -moz-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #035192 ), color-stop(20%, #0860A9 ), color-stop(80%, #0860A9 ), color-stop(100%, #035192 ));\r\nbackground: -webkit-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -o-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -ms-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: linear-gradient(to right, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #3A8BCF;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #063A66;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 1px solid #c9c9c9;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #D1E0F0;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n	border-top: 1px solid #004D8E;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #0559A0 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #00457F ), color-stop(20%, #0559A0 ), color-stop(80%, #0E6AB8 ), color-stop(100%, #006CC7 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* W3C */\r\n	text-align: left;\r\n	padding: 7px 30px 10px 10px;\r\n	border-top-left-radius: 0px;\r\n	border-top-right-radius: 10px;\r\n	border-bottom-right-radius: 10px;\r\n	border-bottom-left-radius: 0px;\r\n	-moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 7px;\r\n	height: 32px;\r\n	overflow: hidden;\r\n	border: 1px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #004D8E;\r\n	outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n	border-color: #004D8E;\r\n	outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n	border-color: #004D8E;\r\n	outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 70px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/01/checkbox.png);\r\n	border-radius: 2px;\r\n	top: 0px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 37px;\r\n	height: 30px;\r\n	position: relative;\r\n	left: -35px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n	outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 10px;\r\n	background: #615F60;\r\n	border-radius: 2px;\r\n	top: 3px;\r\n	left: 3px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	border-top: 1px solid #D8D6D7;\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #0D5492;\r\n	cursor: pointer;\r\n	background-color: #7FA6C6;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #004D8E;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 25px;\r\n	line-height: 25px;\r\n	border-top-left-radius: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #00559D ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00559D ), color-stop(67%, #005BA7 ), color-stop(100%, #00559D )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00559D 0%, #005BA7 67%, #00559D 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 25px;\r\n	line-height: 25px;\r\n	background-color: #7FA6C6;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n	border-top-left-radius: 17px;\r\n	border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n	border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #0057A0;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -14px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 25px;\r\n	height: 25px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n	background: #e4e4e4; /* Old browsers */\r\n	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0),(37,'Theme 10 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8E5DB;\r\nborder: 1px solid #007616;\r\nmargin-bottom: 10px;\r\ncolor: #007616;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n	width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n	width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n	padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n	display: none;\r\n	content: url([SITE_ROOT]/images/01/03/next_hoverbg.png) url([SITE_ROOT]/images/01/03/previous_hover.png) url([SITE_ROOT]/images/01/03/next_hover.png);\r\n}\r\n.wdform_grading {\r\n	padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n	display: table;\r\n	border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n	text-align: center;\r\n	display: table-cell;\r\n	padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n	display: table-cell;\r\n	text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n	background: #DFDFDF;\r\n	display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n	background: #E9E9E9;\r\n	display: table-row;\r\n}\r\n.selected-text {\r\n	text-align: left;\r\n}\r\n.wdform-quantity {\r\n	width: 30px;\r\n	margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n	vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n	border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n	border: 0px;\r\n	background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\nui-state-hover {\r\n	background: #006C14 !important;\r\n	color: #fff;\r\n	outline: none;\r\n}\r\n.ui-slider {\r\n	height: 6px;\r\n	background: #fff;\r\n	margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n	border-radius: 10px;\r\n	border: 2px solid #fff;\r\n	background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n	top: -8px !important;\r\n}\r\n.ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n	border: 1px solid #d3d3d3;\r\n	background: #DFDDDD;\r\n	font-weight: normal;\r\n	color: #555555;\r\n}\r\n.ui-slider-range {\r\n	background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n	width: 100%;\r\n	border: 0px !important;\r\n}\r\n.paypal-property {\r\n	display: inline-block;\r\n	margin-right: 15px;\r\n	vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n	display: inline-block;\r\n	vertical-align: middle;\r\n	width:100%;\r\n}\r\n.sel-wrap select {\r\n	position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n	display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n	cursor: pointer;\r\n	position: relative;\r\n	display: inline-block;\r\n	border-radius: 7px;\r\n	padding: 2px 0px 2px 2px;\r\n	font-size: 13px;\r\n	height: 26px;\r\n	line-height: 26px;\r\n	overflow: hidden;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	background-position: right 2px center;\r\n	width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n	background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n	height: 28px;\r\n	width: 32px;\r\n	background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n	position: absolute;\r\n	top: 0px;\r\n	right: 0px;\r\n	padding: 1px;\r\n}\r\n.sel-imul .sel-options {\r\n	background: #fff;\r\n	border: 1px solid #dbdbdb;\r\n	border-top: none;\r\n	position: absolute;\r\n	width: inherit;\r\n	display: none;\r\n	z-index: 10;\r\n	max-height: 200px;\r\n	overflow-y: auto;\r\n	overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n	padding: 3px 4px;\r\n	font-size: 13px;\r\n	border: 1px solid #fff;\r\n	border-right: none;\r\n	border-left: none;\r\n	text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n	border-color: #dbdbdb;\r\n	cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n	background: #dbdbdb;\r\n	border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n	margin: 0px;\r\n}\r\ninput[type=password] {\r\n	margin: 0px;\r\n}\r\ninput[type=url] {\r\n	margin: 0px;\r\n}\r\ninput[type=email] {\r\n	margin: 0px;\r\n}\r\ninput.text {\r\n	margin: 0px;\r\n}\r\ninput.title {\r\n	margin: 0px;\r\n}\r\ntextarea {\r\n	margin: 0px;\r\n}\r\nselect {\r\n	margin: 0px;\r\n}\r\n.form-error {\r\n	border-color: red !important;\r\n}\r\n.form-error:focus {\r\n	border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n	width: 100%;\r\n	content: \"\";\r\n	display: block;\r\n	height: 17px;\r\n	background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n	position: relative;\r\n	background-size: cover;\r\n	top: -17px;\r\n	left: -50px;\r\n	padding-left: 100px;\r\n}\r\n.wdform-field {\r\n	display: table-cell;\r\n	padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n	text-align: left;\r\n	display: table-cell;\r\n}\r\n.wdform-element-section {\r\n	text-align: left;\r\n	display: table-cell;\r\n	min-width: 140px;\r\n}\r\n.file-upload input {\r\n	position: absolute;\r\n	visibility: hidden;\r\n}\r\n.file-upload-status {\r\n	margin-left: 10px;\r\n	max-width: 200px;\r\n	font-weight: bold;\r\n	font-size: 16px;\r\n	color: #888;\r\n	background: #fff;\r\n	position: absolute;\r\n	border-radius: 7px;\r\n	height: 27px;\r\n	border: 1px solid #ccc;\r\n	padding-left: 5px;\r\n	padding-right: 5px;\r\n	white-space: nowrap;\r\n	overflow: hidden;\r\n	direction: rtl;\r\n}\r\n.file-picker {\r\n	width: 38px;\r\n	height: 34px;\r\n	background: url([SITE_ROOT]/images/01/upload.png);\r\n	display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n	color: #414141;\r\n	cursor: pointer;\r\n	display: inline-block;\r\n	height: 36px;\r\n	line-height: 36px;\r\n	background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\n	border-style: solid;\r\n	padding: 0px 15px;\r\n	vertical-align: middle;\r\n	border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n	background: url([SITE_ROOT]/images/01/03/next_hoverbg.png) no-repeat right center;\r\n	-webkit-background-size: cover;\r\n	-moz-background-size: cover;\r\n	-o-background-size: cover;\r\n	background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n	border-width: 0px 18px 0px 0px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n	box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n	content: \"\";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n	border-width: 0px 0px 0px 18px;\r\n	-moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n	box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n	-moz-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n	-webkit-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n	-o-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n	border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n	content: \"\";\r\n	height: 56px;\r\n	vertical-align: middle;\r\n	background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n	background-size: contain;\r\n	width: 7px;\r\n	display: inline-block;\r\n	position: relative;\r\n	left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #006C14 ;\r\nbackground: -moz-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #006C14 ), color-stop(20%, #018819 ), color-stop(80%, #018819 ), color-stop(100%, #006C14 ));\r\nbackground: -webkit-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -o-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -ms-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: linear-gradient(to right, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #0DBB2C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #006C14;\r\nfont-family: Segoe UI;\r\n	}\r\n.button-reset {\r\n	background: transparent;\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 34px;\r\n	color: #787878;\r\n	border: 1px solid #c9c9c9;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n	background: #D8E5DB;\r\n	padding: 15px;\r\n	border-radius: 0px;\r\n	font-family: Segoe UI;\r\n	border-top: 1px solid #006C14;\r\n}\r\n.wdform_column {\r\n	padding-right: 30px !important;\r\n	float: left;\r\n	border-spacing: 2px;\r\n	border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n	background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n	background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n	margin: 16px 10px 16px 0px;\r\n	display: inline-block;\r\n	background: #006312 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #006312 ), color-stop(20%, #047519 ), color-stop(80%, #057C1C ), color-stop(100%, #069140 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* W3C */\r\n	text-align: left;\r\n	padding: 7px 30px 10px 10px;\r\n	border-top-left-radius: 0px;\r\n	border-top-right-radius: 10px;\r\n	border-bottom-right-radius: 10px;\r\n	border-bottom-left-radius: 0px;\r\n	-moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	-webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n	box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n	margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n	display: table-row;\r\n}\r\nselect {\r\n	border-radius: 7px;\r\n	height: 32px;\r\n	overflow: hidden;\r\n	border: 1px solid #ccc;\r\n	padding: 2px;\r\n	outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ntextarea {\r\n	border-radius: 7px;\r\n	height: 30px;\r\n	border: 1px solid #ccc;\r\n	padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n	border-color: #006C14;\r\n	outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n	border-color: #006C14;\r\n	outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n	border-color: #006C14;\r\n	outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n	color: #999999;\r\n	font-style: italic;\r\n}\r\n.input_active {\r\n	color: #000000;\r\n	font-style: normal;\r\n}\r\n.am_pm_select {\r\n	width: 70px;\r\n	vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.checkbox-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.checkbox-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 16px;\r\n	height: 13px;\r\n	background: url([SITE_ROOT]/images/01/checkbox.png);\r\n	border-radius: 2px;\r\n	top: 0px;\r\n	left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n	background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n	border: 0px;\r\n	color: transparent;\r\n	width: 37px;\r\n	height: 30px;\r\n	position: relative;\r\n	left: -35px;\r\n	vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n	outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n	position : absolute;\r\n	z-index: -1;\r\n}\r\n.forlabs {\r\n	float: right;\r\n	margin-right: 20px;\r\n}\r\n.radio-div {\r\n	width: 15px;\r\n	height: 16px;\r\n	background: #fff;\r\n	border: 1px solid #ccc;\r\n	border-radius: 5px;\r\n	position: relative;\r\n	display: inline-block;\r\n}\r\n.radio-div label {\r\n	cursor: pointer;\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n	filter: alpha(opacity=0);\r\n	opacity: 0;\r\n	content: \"\";\r\n	position: absolute;\r\n	width: 9px;\r\n	height: 10px;\r\n	background: #615F60;\r\n	border-radius: 2px;\r\n	top: 3px;\r\n	left: 3px;\r\n}\r\n.radio-div label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n	filter: alpha(opacity=30);\r\n	opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n	filter: alpha(opacity=100);\r\n	opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n	-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n	filter: alpha(opacity=100) !important;\r\n	opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n	display: inline;\r\n	margin: -4px 5px 5px 5px;\r\n	float: left;\r\n	color: #000;\r\n	cursor: pointer\r\n}\r\ntextarea {\r\n	padding-top: 5px;\r\n}\r\n.wdform-date {\r\n  display:inline-block;\r\n	width: 105px\r\n}\r\n.wdform_footer {\r\n	border-top: 1px solid #D8D6D7;\r\n	padding-top: 5px;\r\n	margin-top: 15px;\r\n}\r\n.page-numbers {\r\n	vertical-align: middle;\r\n}\r\n.time_box {\r\n	text-align: right;\r\n	width: 30px;\r\n	vertical-align: middle\r\n}\r\n.mini_label {\r\n	font-size: 10px;\r\n	font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n	color: #000;\r\n}\r\n.wdform-label {\r\n	border: none;\r\n	color: #000;\r\n	vertical-align: top;\r\n	line-height: 17px;\r\n}\r\n.wdform_colon {\r\n	color: #000\r\n}\r\n.wdform_separator {\r\n	font-style: bold;\r\n	vertical-align: middle;\r\n	color: #000;\r\n}\r\n.wdform_line {\r\n	color: #000\r\n}\r\n.wdform-required {\r\n	border: none;\r\n	color: red;\r\n	vertical-align: top;\r\n}\r\n.captcha_img {\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	cursor: pointer;\r\n	border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n	width: 30px;\r\n	height: 30px;\r\n	border-width: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n	cursor: pointer;\r\n	background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n	height: 20px;\r\n	border-width: 1px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	vertical-align: middle;\r\n}\r\n.file_upload {\r\n	border: 0px solid white;\r\n	border-radius: 0px;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	color: black;\r\n	background-color: white;\r\n}\r\n.page_deactive {\r\n	font-size: 12px;\r\n color: #006C14;\r\n	cursor: pointer;\r\n	background-color: #7FB589;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	height: 20px;\r\n	text-align: center;\r\n	vertical-align: bottom;\r\n	padding-top: 5px;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n	color: #fff;\r\n	cursor: pointer;\r\n	background-color: #006C14;\r\n	margin: 1px;\r\n	display: inline-block;\r\n	vertical-align: bottom;\r\n	height: 25px;\r\n	text-align: center;\r\n	padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n	padding: 0px;\r\n	margin: 0px;\r\n	border-spacing: 0px;\r\n	height: 25px;\r\n	line-height: 25px;\r\n	border-top-left-radius: 17px;\r\n	font-size: 15px;\r\n	float: left;\r\n	text-align: right !important;\r\n	z-index: 1;\r\n	position: relative;\r\n	background: #008118 ; /* Old browsers */\r\n	background: -moz-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008118 ), color-stop(67%, #089723 ), color-stop(100%, #069C22 )); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #008118 0%, #089723 67%, #069C22 100%);\r\n	vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n	height: 25px;\r\n	line-height: 25px;\r\n	background-color: #7FB589;\r\n	text-align: left !important;\r\n	margin-bottom: 1px;\r\n	border-top-left-radius: 17px;\r\n	border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n	font-size: 14px;\r\n	color: #000;\r\n}\r\n.phone_area_code {\r\n	width: 50px;\r\n}\r\n.phone_number {\r\n	width: 100px;\r\n}\r\nbutton {\r\n	cursor: pointer;\r\n}\r\n.other_input {\r\n	border-radius: 0px;\r\n	border-width: 1px;\r\n	height: 16px;\r\n	font-size: 12px;\r\n	padding: 1px;\r\n	margin: 1px;\r\n	margin-left: 25px;\r\n	z-index: 100;\r\n	position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n	text-align: right !important;\r\n	margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n	border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #069B22;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n	margin: 3px -14px 3px 9px;\r\n	color: #FFFFFF;\r\n	font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n	color: #000000;\r\n	font-style: italic;\r\n	margin: 0px 0px 0px 40px;\r\n	display: inline-block;\r\n	line-height: 25px;\r\n	height: 25px;\r\n	vertical-align: middle;\r\n}\r\n.wdform_map {\r\n	border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n	background: #e4e4e4; /* Old browsers */\r\n	background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n	background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n	background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n	background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n	background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n	cursor: pointer;\r\n	font-size: 17px;\r\n	border-radius: 7px;\r\n	min-width: 80px;\r\n	min-height: 27px;\r\n	color: #787878;\r\n	border: 0px;\r\n	margin: 5px;\r\n	box-shadow: 0px 0px 2px #c9c9c9;\r\n	font-family: Segoe UI;\r\n}',0);
/*!40000 ALTER TABLE `wp_contactformmaker_themes` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contactformmaker_views` (
  `form_id` int(11) NOT NULL,
  `views` int(50) NOT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_contactformmaker_views` WRITE;
/*!40000 ALTER TABLE `wp_contactformmaker_views` DISABLE KEYS */;
INSERT INTO `wp_contactformmaker_views` VALUES (1,2),(2,1224),(8,1),(9,1),(10,1);
/*!40000 ALTER TABLE `wp_contactformmaker_views` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_duplicator_packages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `hash` (`hash`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
INSERT INTO `wp_duplicator_packages` VALUES (1,'20200214_dds_dev','c6e0d4657238b1669311_20200214182119',20,'2020-02-14 18:22:06','unknown','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-02-14 18:21:19\";s:7:\"Version\";s:6:\"1.3.28\";s:9:\"VersionWP\";s:5:\"5.3.2\";s:9:\"VersionDB\";s:7:\"10.3.22\";s:10:\"VersionPHP\";s:6:\"5.6.40\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:1;s:4:\"Name\";s:16:\"20200214_dds_dev\";s:4:\"Hash\";s:35:\"c6e0d4657238b1669311_20200214182119\";s:8:\"NameHash\";s:52:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/ddsconsu/public_html/dev/wp-snapshots/tmp\";s:8:\"StoreURL\";s:46:\"https://dev.ddsconsultingplus.ca/wp-snapshots/\";s:8:\"ScanFile\";s:62:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";s:4:\"20.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:64:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:30:\"/home/ddsconsu/public_html/dev\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-02-14 18:21:19\";s:7:\"Version\";s:6:\"1.3.28\";s:9:\"VersionWP\";s:5:\"5.3.2\";s:9:\"VersionDB\";s:7:\"10.3.22\";s:10:\"VersionPHP\";s:6:\"5.6.40\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"20200214_dds_dev\";s:4:\"Hash\";s:35:\"c6e0d4657238b1669311_20200214182119\";s:8:\"NameHash\";s:52:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/ddsconsu/public_html/dev/wp-snapshots/tmp\";s:8:\"StoreURL\";s:46:\"https://dev.ddsconsultingplus.ca/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";s:66:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119_installer.php\";s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";s:65:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:39:\"/home/ddsconsu/public_html/dev/wp-admin\";i:1;s:49:\"/home/ddsconsu/public_html/dev/wp-content/uploads\";i:2;s:51:\"/home/ddsconsu/public_html/dev/wp-content/languages\";i:3;s:48:\"/home/ddsconsu/public_html/dev/wp-content/themes\";i:4;s:42:\"/home/ddsconsu/public_html/dev/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:30:\"/home/ddsconsu/public_html/dev\";i:1;s:41:\"/home/ddsconsu/public_html/dev/wp-content\";}}s:9:\"Installer\";r:86;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:128;}');
/*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(127) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_front` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `theme` int(11) NOT NULL,
  `javascript` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `submit_text` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script_mail` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `script_mail_user` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `counter` int(11) NOT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `label_order` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `label_order_current` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `article_id` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL,
  `pagination` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `show_title` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `show_numbers` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `public_key` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `private_key` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `recaptcha_theme` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `paypal_mode` int(2) NOT NULL,
  `checkout_mode` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `paypal_email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payment_currency` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax` float NOT NULL,
  `form_fields` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `savedb` tinyint(4) NOT NULL DEFAULT 1,
  `sendemail` tinyint(4) NOT NULL DEFAULT 1,
  `requiredmark` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '*',
  `from_mail` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reply_to` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `send_to` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `autogen_layout` tinyint(4) NOT NULL DEFAULT 1,
  `custom_front` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_from_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_from_name_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reply_to_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `condition` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_cc` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_cc_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_bcc` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_bcc_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_subject` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_subject_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_mode` tinyint(4) NOT NULL DEFAULT 1,
  `mail_mode_user` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment_user` tinyint(4) NOT NULL DEFAULT 1,
  `user_id_wd` varchar(220) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sortable` int(11) NOT NULL,
  `frontend_submit_fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `frontend_submit_stat_fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_emptyfields` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify_expiretime` float NOT NULL,
  `mail_verification_post_id` int(11) NOT NULL,
  `save_uploads` tinyint(4) NOT NULL DEFAULT 1,
  `header_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_image_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_image_animation` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_hide_image` tinyint(4) NOT NULL DEFAULT 1,
  `jsversion` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker` WRITE;
/*!40000 ALTER TABLE `wp_formmaker` DISABLE KEYS */;
INSERT INTO `wp_formmaker` VALUES (1,'Contact Us','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Subject%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Message%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',1,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',6,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Subject#**label**#type_text#****#5#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','2#**id**#Name#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Subject#**label**#type_text#****#5#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,580,1,'Contact Us','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','','none',0,0),(2,'Client List Form','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - First Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Last Name%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Email%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Phone%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Website%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Address%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',1,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',13,1,'2#**id**#First Name#**label**#type_text#****#3#**id**#Last Name#**label**#type_text#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#Phone#**label**#type_text#****#6#**id**#Website#**label**#type_text#****#7#**id**#Street Address#**label**#type_address#****#8#**id**#Street Address Line 2#**label**#type_address#****#9#**id**#City#**label**#type_address#****#10#**id**#State / Province / Region#**label**#type_address#****#11#**id**#Postal / Zip Code#**label**#type_address#****#12#**id**#Country#**label**#type_address#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#7_street1form_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#7_street2form_id_temp#**id**##**label**##****#7_cityform_id_temp#**id**#undefined#**label**#undefined#****#7_stateform_id_temp#**id**#undefined#**label**#undefined#****#7_postalform_id_temp#**id**#undefined#**label**#undefined#****#7_countryform_id_temp#**id**#undefined#**label**#undefined#****#','2#**id**#First Name#**label**#type_text#****#3#**id**#Last Name#**label**#type_text#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#Phone#**label**#type_text#****#6#**id**#Website#**label**#type_text#****#7#**id**#Street Address#**label**#type_address#****#8#**id**#Street Address Line 2#**label**#type_address#****#9#**id**#City#**label**#type_address#****#10#**id**#State / Province / Region#**label**#type_address#****#11#**id**#Postal / Zip Code#**label**#type_address#****#12#**id**#Country#**label**#type_address#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*First Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Phone*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*6*:*id*:*type_text*:*type*:*Website*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:*http://example.com*:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*7*:*id*:*type_address*:*type*:*Address*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'','','','none',0,0),(3,'Feedback Form','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Name%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Email%</div><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - CMS%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Extension%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Plugin%</div><div wdid=\"2\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%2 - Subject%</div><div wdid=\"8\" class=\"wdform_row\">%8 - Message%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',3,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',9,1,'3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#Text#**label**#type_text#****#','3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'0','','USD',0,'3*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:*First***Last*******:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*CMS*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*hor*:*w_flow*:*Joomla!***Wordpress*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Joomla!***Wordpress*:*w_choices_value*:*****:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_own_select*:*type*:*Extension*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select extension***Form Maker***Gallery WD***Spider Calendar*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Gallery WD***Spider Calendar*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*7*:*id*:*type_own_select*:*type*:*Plugin*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select plugin***Form Maker***Photo Gallery***Ecommerce WD*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Photo Gallery***Ecommerce WD*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*8*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','1*:*show_hide*:*6*:*field_label*:*and*:*all_any*:*5***==***Joomla!*:*next_condition*:**:*new_condition*:*1*:*show_hide*:*7*:*field_label*:*and*:*all_any*:*5***==***Wordpress*:*next_condition*:**:*new_condition*:*','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,110,1,'Feedback Form','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','https://ddsconsultingplus.ca/wp-content/plugins/form-maker/images/demo/2.png','flash',0,0),(4,'Business Demographic Survey','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - What is your employment status?%</div><div wdid=\"3\" class=\"wdform_row\">%3 - What is your level of education?%</div><div wdid=\"4\" class=\"wdform_row\">%4 - In which industry do you work?%</div><div wdid=\"6\" class=\"wdform_row\">%6 - What is the annual revenue of your company?%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Enter characters for verification.%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',4,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',7,1,'2#**id**#What is your employment status?#**label**#type_radio#****#3#**id**#What is your level of education?#**label**#type_radio#****#4#**id**#In which industry do you work?#**label**#type_own_select#****#6#**id**#What is the annual revenue of your company?#**label**#type_radio#****#5#**id**#Enter characters for verification.#**label**#type_captcha#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6_elementform_id_temp0#**id**#What is your employment status?#**label**#type_radio#****#6_elementform_id_temp1#**id**#What is your level of education?#**label**#type_radio#****#6_elementform_id_temp2#**id**#In which industry do you work?#**label**#type_own_select#****#6_elementform_id_temp3#**id**#Enter characters for verification.#**label**#type_captcha#****#6_elementform_id_temp4#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6_elementform_id_temp5#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6_elementform_id_temp6#**id**##**label**##****#6_elementform_id_temp7#**id**#undefined#**label**#undefined#****#6_elementform_id_temp8#**id**#undefined#**label**#undefined#****#6_elementform_id_temp9#**id**#undefined#**label**#undefined#****#6_elementform_id_temp10#**id**#undefined#**label**#undefined#****#6_elementform_id_temp11#**id**#undefined#**label**#undefined#****#6_elementform_id_temp12#**id**#undefined#**label**#undefined#****#6_elementform_id_temp13#**id**#undefined#**label**#undefined#****#6_elementform_id_temp14#**id**#undefined#**label**#undefined#****#6_elementform_id_temp15#**id**#undefined#**label**#undefined#****#6_elementform_id_temp16#**id**#undefined#**label**#undefined#****#6_elementform_id_temp17#**id**#undefined#**label**#undefined#****#6_elementform_id_temp18#**id**#undefined#**label**#undefined#****#6_elementform_id_temp19#**id**#undefined#**label**#undefined#****#6_elementform_id_temp20#**id**#undefined#**label**#undefined#****#6_elementform_id_temp21#**id**#undefined#**label**#undefined#****#6_elementform_id_temp22#**id**#undefined#**label**#undefined#****#6_elementform_id_temp23#**id**#undefined#**label**#undefined#****#6_elementform_id_temp24#**id**#undefined#**label**#undefined#****#6_elementform_id_temp25#**id**#undefined#**label**#undefined#****#6_elementform_id_temp26#**id**#undefined#**label**#undefined#****#6_elementform_id_temp27#**id**#undefined#**label**#undefined#****#6_elementform_id_temp28#**id**#undefined#**label**#undefined#****#6_elementform_id_temp29#**id**#undefined#**label**#undefined#****#6_elementform_id_temp30#**id**#undefined#**label**#undefined#****#6_elementform_id_temp31#**id**#undefined#**label**#undefined#****#6_elementform_id_temp32#**id**#undefined#**label**#undefined#****#6_elementform_id_temp33#**id**#undefined#**label**#undefined#****#6_elementform_id_temp34#**id**#undefined#**label**#undefined#****#6_elementform_id_temp35#**id**#undefined#**label**#undefined#****#6_elementform_id_temp36#**id**#undefined#**label**#undefined#****#6_elementform_id_temp37#**id**#undefined#**label**#undefined#****#6_elementform_id_temp38#**id**#undefined#**label**#undefined#****#6_elementform_id_temp39#**id**#undefined#**label**#undefined#****#6_elementform_id_temp40#**id**#undefined#**label**#undefined#****#6_elementform_id_temp41#**id**#undefined#**label**#undefined#****#6_elementform_id_temp42#**id**#undefined#**label**#undefined#****#6_elementform_id_temp43#**id**#undefined#**label**#undefined#****#6_elementform_id_temp44#**id**#undefined#**label**#undefined#****#6_elementform_id_temp45#**id**#undefined#**label**#undefined#****#6_elementform_id_temp46#**id**#undefined#**label**#undefined#****#6_elementform_id_temp47#**id**#undefined#**label**#undefined#****#6_elementform_id_temp48#**id**#undefined#**label**#undefined#****#6_elementform_id_temp49#**id**#undefined#**label**#undefined#****#','2#**id**#What is your employment status?#**label**#type_radio#****#3#**id**#What is your level of education?#**label**#type_radio#****#4#**id**#In which industry do you work?#**label**#type_own_select#****#6#**id**#What is the annual revenue of your company?#**label**#type_radio#****#5#**id**#Enter characters for verification.#**label**#type_captcha#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_radio*:*type*:*What is your employment status?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Employed full time***Trade or Vocational degree***Not employed, but looking for work***Not employed and not looking for work***Retired***Student***Homemaker***Prefer not to answer*:*w_choices*:*false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Employed full time***Trade or Vocational degree***Not employed, but looking for work***Not employed and not looking for work***Retired***Student***Homemaker***Prefer not to answer*:*w_choices_value*:***********************:*w_choices_params*:**:*w_class*:**:*new_field*:*3*:*id*:*type_radio*:*type*:*What is your level of education?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Some high school***High school graduate or equivalent***Trade or Vocational Degree***Some college***Associate degree***Bachelor\'s degree***Graduate or Professional degree***Prefer not to answer*:*w_choices*:*false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Some high school***High school graduate or equivalent***Trade or Vocational Degree***Some college***Associate degree***Bachelor\'s degree***Graduate or Professional degree***Prefer not to answer*:*w_choices_value*:***********************:*w_choices_params*:**:*w_class*:**:*new_field*:*4*:*id*:*type_own_select*:*type*:*In which industry do you work?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select industry***Agriculture***Engineering***Information Technologies***Media***Local Business*:*w_choices*:*true***false***false***false***false***false*:*w_choices_checked*:*true***false***false***false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:****Agriculture***Engineering***Information Technologies***Media***Local Business*:*w_choices_value*:*****************:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*6*:*id*:*type_radio*:*type*:*What is the annual revenue of your company?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Under $10,000***$10,001 to $50,000***$50,001 to $100,000***$100,001 to $500,000***$500,001 to $1 Million***$1 Million to $10 Million***$10 Million to $50 Million***$50 Million to $100 Million***Over $100 Million*:*w_choices*:*false***false***false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Under $10,000***$10,001 to $50,000***$50,001 to $100,000***$100,001 to $500,000***$500,001 to $1 Million***$1 Million to $10 Million***$10 Million to $50 Million***$50 Million to $100 Million***Over $100 Million*:*w_choices_value*:**************************:*w_choices_params*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter characters for verification.*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*yes*:*w_hide_label*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Business Demographic Survey','Thank you for joining our business demographic survey. Please give us your feedback by filling in the information bellow.','','none',1,0),(5,'Cupcake Order Form','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Date%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Cupcakes Flavors (1 doz. minimum)%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Quantity%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Details (if any)%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',6,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',8,1,'2#**id**#Name#**label**#type_name#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Date#**label**#type_date_new#****#5#**id**#Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#6#**id**#Quantity#**label**#type_spinner#****#7#**id**#Details (if any)#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp0#**id**#Name#**label**#type_name#****#5_elementform_id_temp1#**id**#Email#**label**#type_submitter_mail#****#5_elementform_id_temp2#**id**#Date#**label**#type_date_new#****#5_elementform_id_temp3#**id**#Name:*   Email:* Date* Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#5_elementform_id_temp4#**id**#Quantity#**label**#type_spinner#****#5_elementform_id_temp5#**id**#Details (if any)#**label**#type_textarea#****#5_elementform_id_temp6#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp7#**id**#Name#**label**#type_name#****#5_elementform_id_temp8#**id**#Email#**label**#type_submitter_mail#****#5_elementform_id_temp9#**id**#Date#**label**#type_date_new#****#5_elementform_id_temp10#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp11#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp12#**id**#undefined#**label**#undefined#****#5_elementform_id_temp13#**id**#undefined#**label**#undefined#****#5_elementform_id_temp14#**id**#undefined#**label**#undefined#****#5_elementform_id_temp15#**id**#undefined#**label**#undefined#****#5_elementform_id_temp16#**id**#undefined#**label**#undefined#****#5_elementform_id_temp17#**id**#undefined#**label**#undefined#****#5_elementform_id_temp18#**id**#undefined#**label**#undefined#****#5_elementform_id_temp19#**id**#undefined#**label**#undefined#****#5_elementform_id_temp20#**id**#undefined#**label**#undefined#****#5_elementform_id_temp21#**id**#undefined#**label**#undefined#****#5_elementform_id_temp22#**id**#undefined#**label**#undefined#****#5_elementform_id_temp23#**id**#undefined#**label**#undefined#****#5_elementform_id_temp24#**id**#undefined#**label**#undefined#****#5_elementform_id_temp25#**id**#undefined#**label**#undefined#****#5_elementform_id_temp26#**id**#undefined#**label**#undefined#****#5_elementform_id_temp27#**id**#undefined#**label**#undefined#****#5_elementform_id_temp28#**id**#undefined#**label**#undefined#****#5_elementform_id_temp29#**id**#undefined#**label**#undefined#****#5_elementform_id_temp30#**id**#undefined#**label**#undefined#****#5_elementform_id_temp31#**id**#undefined#**label**#undefined#****#5_elementform_id_temp32#**id**#undefined#**label**#undefined#****#5_elementform_id_temp33#**id**#undefined#**label**#undefined#****#5_elementform_id_temp34#**id**#undefined#**label**#undefined#****#5_elementform_id_temp35#**id**#undefined#**label**#undefined#****#5_elementform_id_temp36#**id**#undefined#**label**#undefined#****#5_elementform_id_temp37#**id**#undefined#**label**#undefined#****#5_elementform_id_temp38#**id**#undefined#**label**#undefined#****#5_elementform_id_temp39#**id**#undefined#**label**#undefined#****#5_elementform_id_temp40#**id**#undefined#**label**#undefined#****#5_elementform_id_temp41#**id**#undefined#**label**#undefined#****#5_elementform_id_temp42#**id**#undefined#**label**#undefined#****#5_elementform_id_temp43#**id**#undefined#**label**#undefined#****#5_elementform_id_temp44#**id**#undefined#**label**#undefined#****#5_elementform_id_temp45#**id**#undefined#**label**#undefined#****#5_elementform_id_temp46#**id**#undefined#**label**#undefined#****#5_elementform_id_temp47#**id**#undefined#**label**#undefined#****#5_elementform_id_temp48#**id**#undefined#**label**#undefined#****#5_elementform_id_temp49#**id**#undefined#**label**#undefined#****#','2#**id**#Name#**label**#type_name#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Date#**label**#type_date_new#****#5#**id**#Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#6#**id**#Quantity#**label**#type_spinner#****#7#**id**#Details (if any)#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_date_new*:*type*:*Date*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_date*:*yes*:*w_required*:*yes*:*w_show_image*:**:*w_class*:*mm/dd/yy*:*w_format*:*0*:*w_start_day*:**:*w_default_date*:**:*w_min_date*:**:*w_max_date*:**:*w_invalid_dates*:*yes***yes***yes***yes***yes***yes***yes*:*w_show_days*:*yes*:*w_hide_time*:*...*:*w_but_val*:*no*:*w_disable_past_days*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*Cupcakes Flavors (1 doz. minimum)*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Red Velvet***Vanilla***Chocolate***Guinness***Coconut***Lemon***Chocolate Mint*:*w_choices*:*false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Red Velvet***Vanilla***Chocolate***Guinness***Coconut***Lemon***Chocolate Mint*:*w_choices_value*:********************:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_spinner*:*type*:*Quantity*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*60*:*w_field_width*:**:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*7*:*id*:*type_textarea*:*type*:*Details (if any)*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Cupcake Order Form','','','none',1,0),(6,'Self Assessment Questionnaire','embedded','{adminemail},areum@mozaiccreative.ca,laurie@ddsconsultingplus.ca,','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','Thank you!','',3,'{all}','{all}',51,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#50#**id**#Select#**label**#type_own_select#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'0','','USD',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','{formtitle}','{formtitle}',1,1,1,1,'administrator,',1,'','',0,0,0,580,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1,1188846096);
/*!40000 ALTER TABLE `wp_formmaker` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_backup` (
  `backup_id` int(11) NOT NULL AUTO_INCREMENT,
  `cur` int(1) NOT NULL,
  `id` int(11) NOT NULL,
  `title` varchar(127) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_front` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `theme` int(11) NOT NULL,
  `javascript` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `submit_text` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `submit_text_type` tinyint(4) NOT NULL,
  `script_mail` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `script_mail_user` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `counter` int(11) NOT NULL,
  `published` int(11) NOT NULL DEFAULT 1,
  `label_order` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `label_order_current` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `article_id` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL,
  `pagination` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `show_title` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `show_numbers` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `public_key` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `private_key` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `recaptcha_theme` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `paypal_mode` int(2) NOT NULL,
  `checkout_mode` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `paypal_email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payment_currency` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax` float NOT NULL,
  `form_fields` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `savedb` tinyint(4) NOT NULL DEFAULT 1,
  `sendemail` tinyint(4) NOT NULL DEFAULT 1,
  `requiredmark` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '*',
  `from_mail` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `from_name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reply_to` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `send_to` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `autogen_layout` tinyint(4) NOT NULL DEFAULT 1,
  `custom_front` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_from_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_from_name_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reply_to_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `condition` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_cc` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_cc_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_bcc` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_bcc_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_subject` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_subject_user` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_mode` tinyint(4) NOT NULL DEFAULT 1,
  `mail_mode_user` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment` tinyint(4) NOT NULL DEFAULT 1,
  `mail_attachment_user` tinyint(4) NOT NULL DEFAULT 1,
  `user_id_wd` varchar(220) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sortable` int(11) NOT NULL,
  `frontend_submit_fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `frontend_submit_stat_fields` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `mail_emptyfields` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify` tinyint(4) NOT NULL DEFAULT 0,
  `mail_verify_expiretime` float NOT NULL,
  `mail_verification_post_id` int(11) NOT NULL,
  `save_uploads` tinyint(4) NOT NULL DEFAULT 1,
  `header_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_image_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_image_animation` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `header_hide_image` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`backup_id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_backup` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_backup` DISABLE KEYS */;
INSERT INTO `wp_formmaker_backup` VALUES (1,1,1,'Contact Us','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Subject%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Message%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',1,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}\r\n// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',6,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Subject#**label**#type_text#****#5#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','2#**id**#Name#**label**#type_text#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Subject#**label**#type_text#****#5#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,580,1,'Contact Us','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','','none',0),(2,1,3,'Feedback Form','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - Name%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Email%</div><div wdid=\"5\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%5 - CMS%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Extension%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Plugin%</div><div wdid=\"2\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%2 - Subject%</div><div wdid=\"8\" class=\"wdform_row\">%8 - Message%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',3,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',9,1,'3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#2_elementform_id_temp#**id**#Text#**label**#type_text#****#','3#**id**#Name#**label**#type_name#****#4#**id**#Email#**label**#type_submitter_mail#****#5#**id**#CMS#**label**#type_radio#****#6#**id**#Extension#**label**#type_own_select#****#7#**id**#Plugin#**label**#type_own_select#****#2#**id**#Subject#**label**#type_text#****#8#**id**#Message#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'0','','USD',0,'3*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:*First***Last*******:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*CMS*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*hor*:*w_flow*:*Joomla!***Wordpress*:*w_choices*:*false***false*:*w_choices_checked*:*1*:*w_rowcol*:*yes*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Joomla!***Wordpress*:*w_choices_value*:*****:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_own_select*:*type*:*Extension*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select extension***Form Maker***Gallery WD***Spider Calendar*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Gallery WD***Spider Calendar*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*7*:*id*:*type_own_select*:*type*:*Plugin*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select plugin***Form Maker***Photo Gallery***Ecommerce WD*:*w_choices*:*true***false***false***false*:*w_choices_checked*:*true***false***false***false*:*w_choices_disabled*:*yes*:*w_required*:*no*:*w_value_disabled*:****Form Maker***Photo Gallery***Ecommerce WD*:*w_choices_value*:***********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Subject*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*8*:*id*:*type_textarea*:*type*:*Message*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','1*:*show_hide*:*6*:*field_label*:*and*:*all_any*:*5***==***Joomla!*:*next_condition*:**:*new_condition*:*1*:*show_hide*:*7*:*field_label*:*and*:*all_any*:*5***==***Wordpress*:*next_condition*:**:*new_condition*:*','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,110,1,'Feedback Form','You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.','https://ddsconsultingplus.ca/wp-content/plugins/form-maker/images/demo/2.png','flash',0),(3,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',2,1,'1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(4,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',3,1,'2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(5,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',3,1,'2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*50*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(6,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',3,1,'2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*70*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(7,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',3,1,'2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(8,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',3,1,'2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(9,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',4,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(10,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',6,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(11,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Custom HTML6%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',7,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#6#**id**#Custom HTML6#**label**#type_editor#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#6#**id**#Custom HTML6#**label**#type_editor#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*Custom HTML6*:*w_field_label*:*<p></p><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves/>\r\n  <w:TrackFormatting/>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF/>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>KO</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n   <w:SplitPgBreakAndParaMark/>\r\n   <w:EnableOpenTypeKerning/>\r\n   <w:DontFlipMirrorIndents/>\r\n   <w:OverrideTableStyleHps/>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"/>\r\n   <m:brkBin m:val=\"before\"/>\r\n   <m:brkBinSub m:val=\"&#45;-\"/>\r\n   <m:smallFrac m:val=\"off\"/>\r\n   <m:dispDef/>\r\n   <m:lMargin m:val=\"0\"/>\r\n   <m:rMargin m:val=\"0\"/>\r\n   <m:defJc m:val=\"centerGroup\"/>\r\n   <m:wrapIndent m:val=\"1440\"/>\r\n   <m:intLim m:val=\"subSup\"/>\r\n   <m:naryLim m:val=\"undOvr\"/>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"382\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 9\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Mention\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Smart Hyperlink\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><p><style>\r\n<!--\r\n /* Font Definitions */\r\n@font-face\r\n	{font-family:\"Cambria Math\";\r\n	panose-1:2 4 5 3 5 4 6 3 2 4;\r\n	mso-font-charset:1;\r\n	mso-generic-font-family:roman;\r\n	mso-font-format:other;\r\n	mso-font-pitch:variable;\r\n	mso-font-signature:0 0 0 0 0 0;}\r\n@font-face\r\n	{font-family:Calibri;\r\n	panose-1:2 15 5 2 2 2 4 3 2 4;\r\n	mso-font-charset:0;\r\n	mso-generic-font-family:auto;\r\n	mso-font-pitch:variable;\r\n	mso-font-signature:-536870145 1073786111 1 0 415 0;}\r\n@font-face\r\n	{font-family:Cambria;\r\n	panose-1:2 4 5 3 5 4 6 3 2 4;\r\n	mso-font-charset:0;\r\n	mso-generic-font-family:auto;\r\n	mso-font-pitch:variable;\r\n	mso-font-signature:-536870145 1073743103 0 0 415 0;}\r\n /* Style Definitions */\r\np.MsoNormal, li.MsoNormal, div.MsoNormal\r\n	{mso-style-unhide:no;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:\"\";\r\n	margin-top:0cm;\r\n	margin-right:0cm;\r\n	margin-bottom:10.0pt;\r\n	margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:Calibri;\r\n	mso-fareast-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:\"Times New Roman\";\r\n	mso-bidi-theme-font:minor-bidi;\r\n	mso-ansi-language:EN-CA;\r\n	mso-fareast-language:EN-US;}\r\n.MsoChpDefault\r\n	{mso-style-type:export-only;\r\n	mso-default-props:yes;\r\n	font-size:11.0pt;\r\n	mso-ansi-font-size:11.0pt;\r\n	mso-bidi-font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:Calibri;\r\n	mso-fareast-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:\"Times New Roman\";\r\n	mso-bidi-theme-font:minor-bidi;\r\n	mso-ansi-language:EN-CA;\r\n	mso-fareast-language:EN-US;}\r\n.MsoPapDefault\r\n	{mso-style-type:export-only;\r\n	margin-bottom:10.0pt;\r\n	line-height:115%;}\r\n@page WordSection1\r\n	{size:612.0pt 792.0pt;\r\n	margin:72.0pt 72.0pt 72.0pt 72.0pt;\r\n	mso-header-margin:36.0pt;\r\n	mso-footer-margin:36.0pt;\r\n	mso-paper-source:0;}\r\ndiv.WordSection1\r\n	{page:WordSection1;}\r\n-->\r\n</style></p><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--><p></p><!--StartFragment--><p></p><p class=\"MsoNormal\" style=\"line-height:normal\"><span lang=\"EN-CA\" style=\"font-size:14.0pt;font-family:Cambria;mso-ascii-theme-font:major-latin;\r\nmso-hansi-theme-font:major-latin\">Practice hours<o:p></o:p></span></p><p></p><!--EndFragment-->*:*w_editor*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(12,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Custom HTML6%</div><div wdid=\"7\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%7 - Monday %</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',9,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*Custom HTML6*:*w_field_label*:*<p></p><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n  <w:View>Normal</w:View>\r\n  <w:Zoom>0</w:Zoom>\r\n  <w:TrackMoves/>\r\n  <w:TrackFormatting/>\r\n  <w:PunctuationKerning/>\r\n  <w:ValidateAgainstSchemas/>\r\n  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n  <w:DoNotPromoteQF/>\r\n  <w:LidThemeOther>EN-CA</w:LidThemeOther>\r\n  <w:LidThemeAsian>KO</w:LidThemeAsian>\r\n  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n  <w:Compatibility>\r\n   <w:BreakWrappedTables/>\r\n   <w:SnapToGridInCell/>\r\n   <w:WrapTextWithPunct/>\r\n   <w:UseAsianBreakRules/>\r\n   <w:DontGrowAutofit/>\r\n   <w:SplitPgBreakAndParaMark/>\r\n   <w:EnableOpenTypeKerning/>\r\n   <w:DontFlipMirrorIndents/>\r\n   <w:OverrideTableStyleHps/>\r\n  </w:Compatibility>\r\n  <m:mathPr>\r\n   <m:mathFont m:val=\"Cambria Math\"/>\r\n   <m:brkBin m:val=\"before\"/>\r\n   <m:brkBinSub m:val=\"&#45;-\"/>\r\n   <m:smallFrac m:val=\"off\"/>\r\n   <m:dispDef/>\r\n   <m:lMargin m:val=\"0\"/>\r\n   <m:rMargin m:val=\"0\"/>\r\n   <m:defJc m:val=\"centerGroup\"/>\r\n   <m:wrapIndent m:val=\"1440\"/>\r\n   <m:intLim m:val=\"subSup\"/>\r\n   <m:naryLim m:val=\"undOvr\"/>\r\n  </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"false\"\r\n  DefSemiHidden=\"false\" DefQFormat=\"false\" DefPriority=\"99\"\r\n  LatentStyleCount=\"382\">\r\n  <w:LsdException Locked=\"false\" Priority=\"0\" QFormat=\"true\" Name=\"Normal\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 7\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 8\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"heading 9\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index 9\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 7\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 8\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"toc 9\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Indent\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"header\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footer\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"index heading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"35\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"caption\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of figures\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope address\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"envelope return\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"footnote reference\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation reference\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"line number\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"page number\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote reference\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"endnote text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"table of authorities\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"macro\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"toa heading\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Bullet 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Number 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"10\" QFormat=\"true\" Name=\"Title\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Closing\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Signature\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Default Paragraph Font\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"List Continue 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Message Header\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"11\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Salutation\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Date\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text First Indent 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Heading\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Body Text Indent 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Block Text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Hyperlink\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"FollowedHyperlink\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"22\" QFormat=\"true\" Name=\"Strong\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"20\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Document Map\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Plain Text\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"E-mail Signature\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Top of Form\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Bottom of Form\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal (Web)\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Acronym\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Address\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Cite\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Code\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Definition\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Keyboard\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Preformatted\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Sample\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Typewriter\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"HTML Variable\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Normal Table\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"annotation subject\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"No List\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Outline List 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Simple 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Classic 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Colorful 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Columns 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Grid 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table List 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table 3D effects 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Contemporary\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Elegant\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Professional\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Subtle 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Web 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Balloon Text\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"Table Grid\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Table Theme\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 2\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 3\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 4\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 5\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 7\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 8\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Note Level 9\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Placeholder Text\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"1\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" Name=\"Revision\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"34\" QFormat=\"true\"\r\n   Name=\"List Paragraph\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"29\" QFormat=\"true\" Name=\"Quote\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"30\" QFormat=\"true\"\r\n   Name=\"Intense Quote\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"60\" Name=\"Light Shading Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"61\" Name=\"Light List Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"62\" Name=\"Light Grid Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"63\" Name=\"Medium Shading 1 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"64\" Name=\"Medium Shading 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"65\" Name=\"Medium List 1 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"66\" Name=\"Medium List 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"67\" Name=\"Medium Grid 1 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"68\" Name=\"Medium Grid 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"69\" Name=\"Medium Grid 3 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"70\" Name=\"Dark List Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"71\" Name=\"Colorful Shading Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"72\" Name=\"Colorful List Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"73\" Name=\"Colorful Grid Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"19\" QFormat=\"true\"\r\n   Name=\"Subtle Emphasis\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"21\" QFormat=\"true\"\r\n   Name=\"Intense Emphasis\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"31\" QFormat=\"true\"\r\n   Name=\"Subtle Reference\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"32\" QFormat=\"true\"\r\n   Name=\"Intense Reference\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"33\" QFormat=\"true\" Name=\"Book Title\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"37\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" Name=\"Bibliography\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"39\" SemiHidden=\"true\"\r\n   UnhideWhenUsed=\"true\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"41\" Name=\"Plain Table 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"42\" Name=\"Plain Table 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"43\" Name=\"Plain Table 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"44\" Name=\"Plain Table 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"45\" Name=\"Plain Table 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"40\" Name=\"Grid Table Light\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"Grid Table 1 Light\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"Grid Table 6 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"Grid Table 7 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"Grid Table 1 Light Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"Grid Table 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"Grid Table 3 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"Grid Table 4 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"Grid Table 5 Dark Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"Grid Table 6 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"Grid Table 7 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\" Name=\"List Table 1 Light\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\" Name=\"List Table 6 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\" Name=\"List Table 7 Colorful\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 1\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 2\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 3\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 4\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 5\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"46\"\r\n   Name=\"List Table 1 Light Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"47\" Name=\"List Table 2 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"48\" Name=\"List Table 3 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"49\" Name=\"List Table 4 Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"50\" Name=\"List Table 5 Dark Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"51\"\r\n   Name=\"List Table 6 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" Priority=\"52\"\r\n   Name=\"List Table 7 Colorful Accent 6\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Mention\"/>\r\n  <w:LsdException Locked=\"false\" SemiHidden=\"true\" UnhideWhenUsed=\"true\"\r\n   Name=\"Smart Hyperlink\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><p><style>\r\n<!--\r\n /* Font Definitions */\r\n@font-face\r\n	{font-family:\"Cambria Math\";\r\n	panose-1:2 4 5 3 5 4 6 3 2 4;\r\n	mso-font-charset:1;\r\n	mso-generic-font-family:roman;\r\n	mso-font-format:other;\r\n	mso-font-pitch:variable;\r\n	mso-font-signature:0 0 0 0 0 0;}\r\n@font-face\r\n	{font-family:Calibri;\r\n	panose-1:2 15 5 2 2 2 4 3 2 4;\r\n	mso-font-charset:0;\r\n	mso-generic-font-family:auto;\r\n	mso-font-pitch:variable;\r\n	mso-font-signature:-536870145 1073786111 1 0 415 0;}\r\n@font-face\r\n	{font-family:Cambria;\r\n	panose-1:2 4 5 3 5 4 6 3 2 4;\r\n	mso-font-charset:0;\r\n	mso-generic-font-family:auto;\r\n	mso-font-pitch:variable;\r\n	mso-font-signature:-536870145 1073743103 0 0 415 0;}\r\n /* Style Definitions */\r\np.MsoNormal, li.MsoNormal, div.MsoNormal\r\n	{mso-style-unhide:no;\r\n	mso-style-qformat:yes;\r\n	mso-style-parent:\"\";\r\n	margin-top:0cm;\r\n	margin-right:0cm;\r\n	margin-bottom:10.0pt;\r\n	margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:Calibri;\r\n	mso-fareast-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:\"Times New Roman\";\r\n	mso-bidi-theme-font:minor-bidi;\r\n	mso-ansi-language:EN-CA;\r\n	mso-fareast-language:EN-US;}\r\n.MsoChpDefault\r\n	{mso-style-type:export-only;\r\n	mso-default-props:yes;\r\n	font-size:11.0pt;\r\n	mso-ansi-font-size:11.0pt;\r\n	mso-bidi-font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-fareast-font-family:Calibri;\r\n	mso-fareast-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-bidi-font-family:\"Times New Roman\";\r\n	mso-bidi-theme-font:minor-bidi;\r\n	mso-ansi-language:EN-CA;\r\n	mso-fareast-language:EN-US;}\r\n.MsoPapDefault\r\n	{mso-style-type:export-only;\r\n	margin-bottom:10.0pt;\r\n	line-height:115%;}\r\n@page WordSection1\r\n	{size:612.0pt 792.0pt;\r\n	margin:72.0pt 72.0pt 72.0pt 72.0pt;\r\n	mso-header-margin:36.0pt;\r\n	mso-footer-margin:36.0pt;\r\n	mso-paper-source:0;}\r\ndiv.WordSection1\r\n	{page:WordSection1;}\r\n-->\r\n</style></p><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\ntable.MsoNormalTable\r\n	{mso-style-name:\"Table Normal\";\r\n	mso-tstyle-rowband-size:0;\r\n	mso-tstyle-colband-size:0;\r\n	mso-style-noshow:yes;\r\n	mso-style-priority:99;\r\n	mso-style-parent:\"\";\r\n	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;\r\n	mso-para-margin-top:0cm;\r\n	mso-para-margin-right:0cm;\r\n	mso-para-margin-bottom:10.0pt;\r\n	mso-para-margin-left:0cm;\r\n	line-height:115%;\r\n	mso-pagination:widow-orphan;\r\n	font-size:11.0pt;\r\n	font-family:Calibri;\r\n	mso-ascii-font-family:Calibri;\r\n	mso-ascii-theme-font:minor-latin;\r\n	mso-hansi-font-family:Calibri;\r\n	mso-hansi-theme-font:minor-latin;\r\n	mso-ansi-language:EN-CA;\r\n	mso-fareast-language:EN-US;}\r\n</style>\r\n<![endif]--><p></p><!--StartFragment--><p></p><p class=\"MsoNormal\" style=\"line-height:normal\"><span lang=\"EN-CA\" style=\"font-size:14.0pt;font-family:Cambria;mso-ascii-theme-font:major-latin;\r\nmso-hansi-theme-font:major-latin\">Practice hours<o:p></o:p></span></p><p></p><!--EndFragment-->*:*w_editor*:**:*new_field*:*7*:*id*:*type_spinner*:*type*:*Monday *:*w_field_label*:*50*:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*60*:*w_field_width*:*0*:*w_field_min_value*:*24*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:*attribute=value*:*w_attr_name*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(13,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',10,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(14,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',11,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*60*:*w_field_width*:**:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(15,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',11,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_field_width*:**:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(16,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',11,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(17,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',11,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:*300*:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(18,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',11,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(19,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',11,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(20,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',16,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select value***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*true***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:****Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(21,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',16,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*70*:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(22,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',16,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:*80*:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*70*:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(23,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',16,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(24,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',17,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(25,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',18,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(26,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - If yes- please share %</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',20,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#If yes- please share #**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#If yes- please share #**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(27,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',28,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(28,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',40,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(29,0,6,'Self Assessment Questionnaire','embedded','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',50,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(30,0,6,'Self Assessment Questionnaire','','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',50,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(31,0,6,'Self Assessment Questionnaire','','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',50,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(32,0,6,'Self Assessment Questionnaire','','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"50\" class=\"wdform_row\">%50 - Select%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',51,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#50#**id**#Select#**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#50#**id**#Select#**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*50*:*id*:*type_own_select*:*type*:*Select*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select value***option 1***option 2*:*w_choices*:*true***false***false*:*w_choices_checked*:*true***false***false*:*w_choices_disabled*:*no*:*w_required*:*no*:*w_value_disabled*:****option 1***option 2*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(33,0,6,'Self Assessment Questionnaire','','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"50\" class=\"wdform_row\">%50 - Select%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',51,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#50#**id**#Select#**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#50#**id**#Select#**label**#type_own_select#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*50*:*id*:*type_own_select*:*type*:*Select*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select value***option 1***option 2*:*w_choices*:*true***false***false*:*w_choices_checked*:*true***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:****option 1***option 2*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(34,1,6,'Self Assessment Questionnaire','','','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Best phone number to reach you%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Practice location%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Practice hours%</div><div wdid=\"10\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%10 - How many weeks of  personal vacation taken annually?%</div><div wdid=\"11\" class=\"wdform_row\">%11 - How many ops for restorative?%</div><div wdid=\"12\" class=\"wdform_row\">%12 - How many ops for hygiene?%</div><div wdid=\"13\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%13 - How long have you been practicing?%</div><div wdid=\"15\" class=\"wdform_row\">%15 - Do you own the practice? %</div><div wdid=\"16\" class=\"wdform_row\">%16 - -If yes, how long?%</div><div wdid=\"17\" class=\"wdform_row\">%17 - -If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?%</div><div wdid=\"18\" class=\"wdform_row\">%18 - Does the practice have a clear VISION Statement? %</div><div wdid=\"19\" class=\"wdform_row\">%19 - - If yes- please share %</div><div wdid=\"20\" class=\"wdform_row\">%20 - Do you have a clear plan to achieve your Vision? %</div><div wdid=\"21\" class=\"wdform_row\">%21 - Rate the ‘Health’ of your Team Culture %</div><div wdid=\"23\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%23 - Rate your External Marketing %</div><div wdid=\"22\" class=\"wdform_row\">%22 - Rate your Internal Marketing %</div><div wdid=\"24\" class=\"wdform_row\">%24 - How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) %</div><div wdid=\"25\" class=\"wdform_row\">%25 - How many New Patients per month on average?%</div><div wdid=\"26\" class=\"wdform_row\">%26 - How many ‘days of hygiene’ (8hr shift) per week? %</div><div wdid=\"27\" class=\"wdform_row\">%27 - List all team members (first name) and position%</div><div wdid=\"28\" class=\"wdform_row\">%28 - When did you last ‘audit’ ALL of the systems/policies in your practice?%</div><div wdid=\"29\" class=\"wdform_row\">%29 - Is your practice assignment? %</div><div wdid=\"30\" class=\"wdform_row\">%30 - Do you conduct daily ‘morning huddles’ that are productive and fun? %</div><div wdid=\"31\" class=\"wdform_row\">%31 - Do you conduct monthly ‘team meetings’ that are productive and fun?   %</div><div wdid=\"33\" class=\"wdform_row\">%33 - Custom HTML33%</div><div wdid=\"34\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%34 - -To increase ‘Case Acceptance’ ? %</div><div wdid=\"35\" class=\"wdform_row\">%35 - -To increase ‘Efficient and Effective Scheduling’?  %</div><div wdid=\"36\" class=\"wdform_row\">%36 - -To handle ‘objections?  %</div><div wdid=\"37\" class=\"wdform_row\">%37 - -To best answer the phone/questions?  %</div><div wdid=\"39\" class=\"wdform_row\">%39 - - To best present ‘report of findings’ at a recall appointment?%</div><div wdid=\"40\" class=\"wdform_row\">%40 - Average Monthly practice production?%</div><div wdid=\"41\" class=\"wdform_row\">%41 - -Doctor production?%</div><div wdid=\"42\" class=\"wdform_row\">%42 - -Hygiene production?%</div><div wdid=\"43\" class=\"wdform_row\">%43 - -Average monthly A/R?%</div><div wdid=\"45\" class=\"wdform_row\">%45 - Is your team able to ‘bonus’ on a monthly basis?  %</div><div wdid=\"46\" class=\"wdform_row\">%46 - List 3 Areas of the practice that you feel work really well%</div><div wdid=\"47\" class=\"wdform_row\">%47 - List 3 Areas of the practice that you feel need attention%</div><div wdid=\"49\" class=\"wdform_row\" style=\"position: relative; left: 0px; top: 0px;\">%49 - Have you ever worked with a dental coach or consultant?  %</div><div wdid=\"48\" class=\"wdform_row\">%48 - Please list anything else that you feel I would benefit from knowing%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',16,'// Occurs before the form is loaded\nfunction before_load() {	\n}	\n// Occurs just before submitting  the form\nfunction before_submit() {\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\n}	\n// Occurs just before resetting the form\nfunction before_reset() {	\n}\n// Occurs after form is submitted and reloaded\nfunction after_submit() {\n  \n}','','',1,'{all}','{all}',51,1,'2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#50#**id**#Select#**label**#type_own_select#****#6#**id**#Custom HTML6#**label**#type_editor#****#7#**id**#Monday #**label**#type_spinner#****##**id**##**label**##****#','2#**id**#Name#**label**#type_text#****#3#**id**#Best phone number to reach you#**label**#type_text#****#5#**id**#Practice location#**label**#type_text#****#9#**id**#Practice hours#**label**#type_matrix#****#10#**id**#How many weeks of  personal vacation taken annually?#**label**#type_spinner#****#11#**id**#How many ops for restorative?#**label**#type_text#****#12#**id**#How many ops for hygiene?#**label**#type_text#****#13#**id**#How long have you been practicing?#**label**#type_text#****#15#**id**#Do you own the practice? #**label**#type_own_select#****#16#**id**#-If yes, how long?#**label**#type_text#****#17#**id**#-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?#**label**#type_text#****#18#**id**#Does the practice have a clear VISION Statement? #**label**#type_own_select#****#19#**id**#- If yes- please share #**label**#type_textarea#****#20#**id**#Do you have a clear plan to achieve your Vision? #**label**#type_own_select#****#21#**id**#Rate the ‘Health’ of your Team Culture #**label**#type_spinner#****#23#**id**#Rate your External Marketing #**label**#type_spinner#****#22#**id**#Rate your Internal Marketing #**label**#type_spinner#****#24#**id**#How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) #**label**#type_text#****#25#**id**#How many New Patients per month on average?#**label**#type_text#****#26#**id**#How many ‘days of hygiene’ (8hr shift) per week? #**label**#type_text#****#27#**id**#List all team members (first name) and position#**label**#type_textarea#****#28#**id**#When did you last ‘audit’ ALL of the systems/policies in your practice?#**label**#type_text#****#29#**id**#Is your practice assignment? #**label**#type_own_select#****#30#**id**#Do you conduct daily ‘morning huddles’ that are productive and fun? #**label**#type_own_select#****#31#**id**#Do you conduct monthly ‘team meetings’ that are productive and fun?   #**label**#type_own_select#****#33#**id**#Custom HTML33#**label**#type_editor#****#34#**id**#-To increase ‘Case Acceptance’ ? #**label**#type_own_select#****#35#**id**#-To increase ‘Efficient and Effective Scheduling’?  #**label**#type_own_select#****#36#**id**#-To handle ‘objections?  #**label**#type_own_select#****#37#**id**#-To best answer the phone/questions?  #**label**#type_own_select#****#39#**id**#- To best present ‘report of findings’ at a recall appointment?#**label**#type_text#****#40#**id**#Average Monthly practice production?#**label**#type_text#****#41#**id**#-Doctor production?#**label**#type_text#****#42#**id**#-Hygiene production?#**label**#type_text#****#43#**id**#-Average monthly A/R?#**label**#type_text#****#45#**id**#Is your team able to ‘bonus’ on a monthly basis?  #**label**#type_own_select#****#46#**id**#List 3 Areas of the practice that you feel work really well#**label**#type_textarea#****#47#**id**#List 3 Areas of the practice that you feel need attention#**label**#type_textarea#****#49#**id**#Have you ever worked with a dental coach or consultant?  #**label**#type_own_select#****#48#**id**#Please list anything else that you feel I would benefit from knowing#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_text*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Best phone number to reach you*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*5*:*id*:*type_text*:*type*:*Practice location*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*9*:*id*:*type_matrix*:*type*:*Practice hours*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*text*:*w_field_input_type*:****Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday*:*w_rows*:****AM***PM*:*w_columns*:*no*:*w_required*:*wdform_matrix*:*w_class*:*100*:*w_textbox_size*:**:*new_field*:*10*:*id*:*type_spinner*:*type*:*How many weeks of  personal vacation taken annually?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*11*:*id*:*type_text*:*type*:*How many ops for restorative?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*12*:*id*:*type_text*:*type*:*How many ops for hygiene?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*13*:*id*:*type_text*:*type*:*How long have you been practicing?*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*300*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*15*:*id*:*type_own_select*:*type*:*Do you own the practice? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*16*:*id*:*type_text*:*type*:*-If yes, how long?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*17*:*id*:*type_text*:*type*:*-If yes, do you feel like a ‘Business Owner’ or ‘Business Operator?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*18*:*id*:*type_own_select*:*type*:*Does the practice have a clear VISION Statement? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*19*:*id*:*type_textarea*:*type*:*- If yes- please share *:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*20*:*id*:*type_own_select*:*type*:*Do you have a clear plan to achieve your Vision? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*21*:*id*:*type_spinner*:*type*:*Rate the ‘Health’ of your Team Culture *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*23*:*id*:*type_spinner*:*type*:*Rate your External Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*22*:*id*:*type_spinner*:*type*:*Rate your Internal Marketing *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:*40*:*w_field_width*:*0*:*w_field_min_value*:*10*:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:*left-label*:*w_class*:**:*new_field*:*24*:*id*:*type_text*:*type*:*How many ‘Active patients’? (Patient has been in for an appointment within  the past 16 months) *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*25*:*id*:*type_text*:*type*:*How many New Patients per month on average?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*26*:*id*:*type_text*:*type*:*How many ‘days of hygiene’ (8hr shift) per week? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*27*:*id*:*type_textarea*:*type*:*List all team members (first name) and position*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*28*:*id*:*type_text*:*type*:*When did you last ‘audit’ ALL of the systems/policies in your practice?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*29*:*id*:*type_own_select*:*type*:*Is your practice assignment? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*30*:*id*:*type_own_select*:*type*:*Do you conduct daily ‘morning huddles’ that are productive and fun? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*31*:*id*:*type_own_select*:*type*:*Do you conduct monthly ‘team meetings’ that are productive and fun?   *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*33*:*id*:*type_editor*:*type*:*Custom HTML33*:*w_field_label*:*Has your team been properly trained with ‘quality communication skills...*:*w_editor*:**:*new_field*:*34*:*id*:*type_own_select*:*type*:*-To increase ‘Case Acceptance’ ? *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*35*:*id*:*type_own_select*:*type*:*-To increase ‘Efficient and Effective Scheduling’?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*36*:*id*:*type_own_select*:*type*:*-To handle ‘objections?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*37*:*id*:*type_own_select*:*type*:*-To best answer the phone/questions?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*39*:*id*:*type_text*:*type*:*- To best present ‘report of findings’ at a recall appointment?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*40*:*id*:*type_text*:*type*:*Average Monthly practice production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*41*:*id*:*type_text*:*type*:*-Doctor production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*42*:*id*:*type_text*:*type*:*-Hygiene production?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*43*:*id*:*type_text*:*type*:*-Average monthly A/R?*:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_regExp_status*:**:*w_regExp_value*:**:*w_regExp_common*:**:*w_regExp_arg*:*Incorrect Value*:*w_regExp_alert*:*no*:*w_unique*:*no*:*w_readonly*:**:*new_field*:*45*:*id*:*type_own_select*:*type*:*Is your team able to ‘bonus’ on a monthly basis?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*46*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel work really well*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*47*:*id*:*type_textarea*:*type*:*List 3 Areas of the practice that you feel need attention*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*49*:*id*:*type_own_select*:*type*:*Have you ever worked with a dental coach or consultant?  *:*w_field_label*:**:*w_field_label_size*:*left*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:*Select***Y***N*:*w_choices*:*true***false***false*:*w_choices_checked*:*false***false***false*:*w_choices_disabled*:*no*:*w_required*:*yes*:*w_value_disabled*:*Select***Y***N*:*w_choices_value*:********:*w_choices_params*:*wdform_select*:*w_class*:**:*new_field*:*48*:*id*:*type_textarea*:*type*:*Please list anything else that you feel I would benefit from knowing*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Self Assessment Questionnaire','','https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png','none',1),(35,1,5,'Cupcake Order Form','embedded','{adminemail}','<div class=\"wdform-page-and-images\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"true\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"2\" class=\"wdform_row\">%2 - Name%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Email%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Date%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Cupcakes Flavors (1 doz. minimum)%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Quantity%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Details (if any)%</div><div wdid=\"1\" class=\"wdform_row\">%1 - type_submit_reset_1%</div></div></div><div valign=\"top\" class=\"wdform_footer wd-width-100\"><div class=\"wd-width-100\"><div class=\"wd-width-100 wd-table\" style=\"padding-top:10px;\"><div class=\"wd-table-group\"><div id=\"form_id_temppage_nav1\" class=\"wd-table-row\"></div></div></div></div></div></div></div>',6,'// Occurs before the form is loaded\r\nfunction before_load() {	\r\n}	\r\n// Occurs just before submitting  the form\r\nfunction before_submit() {\r\n	// IMPORTANT! If you want to interrupt (stop) the submitting of the form, this function should return true. You don\'t need to return any value if you don\'t want to stop the submission.\r\n}	\r\n// Occurs just before resetting the form\r\nfunction before_reset() {	\r\n}// Occurs after form is submitted and reloaded\r\nfunction after_submit() {\r\n  \r\n}','','',1,'{all}','{all}',8,1,'2#**id**#Name#**label**#type_name#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Date#**label**#type_date_new#****#5#**id**#Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#6#**id**#Quantity#**label**#type_spinner#****#7#**id**#Details (if any)#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp0#**id**#Name#**label**#type_name#****#5_elementform_id_temp1#**id**#Email#**label**#type_submitter_mail#****#5_elementform_id_temp2#**id**#Date#**label**#type_date_new#****#5_elementform_id_temp3#**id**#Name:*   Email:* Date* Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#5_elementform_id_temp4#**id**#Quantity#**label**#type_spinner#****#5_elementform_id_temp5#**id**#Details (if any)#**label**#type_textarea#****#5_elementform_id_temp6#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp7#**id**#Name#**label**#type_name#****#5_elementform_id_temp8#**id**#Email#**label**#type_submitter_mail#****#5_elementform_id_temp9#**id**#Date#**label**#type_date_new#****#5_elementform_id_temp10#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp11#**id**#type_submit_reset_1#**label**#type_submit_reset#****#5_elementform_id_temp12#**id**#undefined#**label**#undefined#****#5_elementform_id_temp13#**id**#undefined#**label**#undefined#****#5_elementform_id_temp14#**id**#undefined#**label**#undefined#****#5_elementform_id_temp15#**id**#undefined#**label**#undefined#****#5_elementform_id_temp16#**id**#undefined#**label**#undefined#****#5_elementform_id_temp17#**id**#undefined#**label**#undefined#****#5_elementform_id_temp18#**id**#undefined#**label**#undefined#****#5_elementform_id_temp19#**id**#undefined#**label**#undefined#****#5_elementform_id_temp20#**id**#undefined#**label**#undefined#****#5_elementform_id_temp21#**id**#undefined#**label**#undefined#****#5_elementform_id_temp22#**id**#undefined#**label**#undefined#****#5_elementform_id_temp23#**id**#undefined#**label**#undefined#****#5_elementform_id_temp24#**id**#undefined#**label**#undefined#****#5_elementform_id_temp25#**id**#undefined#**label**#undefined#****#5_elementform_id_temp26#**id**#undefined#**label**#undefined#****#5_elementform_id_temp27#**id**#undefined#**label**#undefined#****#5_elementform_id_temp28#**id**#undefined#**label**#undefined#****#5_elementform_id_temp29#**id**#undefined#**label**#undefined#****#5_elementform_id_temp30#**id**#undefined#**label**#undefined#****#5_elementform_id_temp31#**id**#undefined#**label**#undefined#****#5_elementform_id_temp32#**id**#undefined#**label**#undefined#****#5_elementform_id_temp33#**id**#undefined#**label**#undefined#****#5_elementform_id_temp34#**id**#undefined#**label**#undefined#****#5_elementform_id_temp35#**id**#undefined#**label**#undefined#****#5_elementform_id_temp36#**id**#undefined#**label**#undefined#****#5_elementform_id_temp37#**id**#undefined#**label**#undefined#****#5_elementform_id_temp38#**id**#undefined#**label**#undefined#****#5_elementform_id_temp39#**id**#undefined#**label**#undefined#****#5_elementform_id_temp40#**id**#undefined#**label**#undefined#****#5_elementform_id_temp41#**id**#undefined#**label**#undefined#****#5_elementform_id_temp42#**id**#undefined#**label**#undefined#****#5_elementform_id_temp43#**id**#undefined#**label**#undefined#****#5_elementform_id_temp44#**id**#undefined#**label**#undefined#****#5_elementform_id_temp45#**id**#undefined#**label**#undefined#****#5_elementform_id_temp46#**id**#undefined#**label**#undefined#****#5_elementform_id_temp47#**id**#undefined#**label**#undefined#****#5_elementform_id_temp48#**id**#undefined#**label**#undefined#****#5_elementform_id_temp49#**id**#undefined#**label**#undefined#****#','2#**id**#Name#**label**#type_name#****#3#**id**#Email#**label**#type_submitter_mail#****#4#**id**#Date#**label**#type_date_new#****#5#**id**#Cupcakes Flavors (1 doz. minimum)#**label**#type_radio#****#6#**id**#Quantity#**label**#type_spinner#****#7#**id**#Details (if any)#**label**#type_textarea#****#1#**id**#type_submit_reset_1#**label**#type_submit_reset#****#','0','none','','1','','','',0,'testmode','','',0,'2*:*id*:*type_name*:*type*:*Name*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:***********:*w_first_val*:***********:*w_title*:*Title*********Middle*:*w_mini_labels*:**:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:*no*:*w_autofill*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*Email*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no*:*w_verification*:*Email confirmation*:*w_verification_label*:**:*w_verification_placeholder*:*no*:*w_autofill*:**:*new_field*:*4*:*id*:*type_date_new*:*type*:*Date*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size*:**:*w_date*:*yes*:*w_required*:*yes*:*w_show_image*:**:*w_class*:*mm/dd/yy*:*w_format*:*0*:*w_start_day*:**:*w_default_date*:**:*w_min_date*:**:*w_max_date*:**:*w_invalid_dates*:*yes***yes***yes***yes***yes***yes***yes*:*w_show_days*:*yes*:*w_hide_time*:*...*:*w_but_val*:*no*:*w_disable_past_days*:**:*new_field*:*5*:*id*:*type_radio*:*type*:*Cupcakes Flavors (1 doz. minimum)*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*right*:*w_field_option_pos*:*no*:*w_hide_label*:*ver*:*w_flow*:*Red Velvet***Vanilla***Chocolate***Guinness***Coconut***Lemon***Chocolate Mint*:*w_choices*:*false***false***false***false***false***false***false*:*w_choices_checked*:*1*:*w_rowcol*:*no*:*w_required*:*no*:*w_randomize*:*no*:*w_allow_other*:*0*:*w_allow_other_num*:*no*:*w_value_disabled*:*Red Velvet***Vanilla***Chocolate***Guinness***Coconut***Lemon***Chocolate Mint*:*w_choices_value*:********************:*w_choices_params*:**:*w_class*:**:*new_field*:*6*:*id*:*type_spinner*:*type*:*Quantity*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:*60*:*w_field_width*:**:*w_field_min_value*:**:*w_field_max_value*:*1*:*w_field_step*:*null*:*w_field_value*:*no*:*w_required*:**:*w_class*:**:*new_field*:*7*:*id*:*type_textarea*:*type*:*Details (if any)*:*w_field_label*:**:*w_field_label_size*:*top*:*w_field_label_pos*:*no*:*w_hide_label*:**:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*1*:*id*:*type_submit_reset*:*type*:*type_submit_reset_1*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1,'Cupcake Order Form','','','none',1);
/*!40000 ALTER TABLE `wp_formmaker_backup` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_blocked` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_blocked` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_blocked` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_formmaker_blocked` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_display_options` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `popover_animate_effect` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `popover_loading_delay` int(11) NOT NULL,
  `popover_frequency` int(4) NOT NULL,
  `topbar_position` tinyint(4) NOT NULL,
  `topbar_remain_top` tinyint(4) NOT NULL,
  `topbar_closing` tinyint(4) NOT NULL,
  `topbar_hide_duration` int(4) NOT NULL,
  `scrollbox_position` tinyint(4) NOT NULL,
  `scrollbox_trigger_point` float NOT NULL,
  `scrollbox_hide_duration` int(4) NOT NULL,
  `scrollbox_auto_hide` tinyint(4) NOT NULL,
  `scrollbox_closing` tinyint(4) NOT NULL DEFAULT 1,
  `scrollbox_minimize` tinyint(4) NOT NULL,
  `scrollbox_minimize_text` varchar(300) COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_on` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `posts_include` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pages_include` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_on_categories` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `current_categories` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `scrollbox_loading_delay` tinyint(4) NOT NULL,
  `hide_mobile` tinyint(4) NOT NULL DEFAULT 1,
  `show_for_admin` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_id` (`form_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_display_options` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_display_options` DISABLE KEYS */;
INSERT INTO `wp_formmaker_display_options` VALUES (6,6,'embedded','none',0,0,1,1,1,0,1,20,0,1,1,1,'Self Assessment Questionnaire','page','','4','1,auto_check_new','1',0,0,0);
/*!40000 ALTER TABLE `wp_formmaker_display_options` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_groups` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_groups` DISABLE KEYS */;
INSERT INTO `wp_formmaker_groups` VALUES (1),(2),(3),(4);
/*!40000 ALTER TABLE `wp_formmaker_groups` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_query` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `query` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `details` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_query` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_query` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_formmaker_query` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_sessions` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(20) NOT NULL,
  `group_id` int(20) NOT NULL,
  `ip` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `ord_date` datetime NOT NULL,
  `ord_last_modified` datetime NOT NULL,
  `status` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `full_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mobile_phone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` varchar(300) COLLATE utf8mb4_unicode_ci NOT NULL,
  `paypal_info` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `without_paypal_info` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ipn` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `checkout_method` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax` float NOT NULL,
  `shipping` float NOT NULL,
  `shipping_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `read` int(11) NOT NULL,
  `total` float NOT NULL,
  `currency` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_sessions` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_formmaker_sessions` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_submits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `form_id` int(11) NOT NULL,
  `element_label` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `element_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `group_id` int(11) NOT NULL,
  `date` datetime NOT NULL,
  `ip` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id_wd` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=157 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_submits` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_submits` DISABLE KEYS */;
INSERT INTO `wp_formmaker_submits` VALUES (1,6,'2','AREUM AN',1,'2018-06-25 00:47:13','166.48.34.132',1),(2,6,'3','16477679981',1,'2018-06-25 00:47:13','166.48.34.132',1),(3,6,'5','fff',1,'2018-06-25 00:47:13','166.48.34.132',1),(4,6,'9','7***Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday***2***AM***PM***text***11***1***3***2***4***4***5***5***5***5***5***5***5***5******matrix***',1,'2018-06-25 00:47:13','166.48.34.132',1),(5,6,'10','1',1,'2018-06-25 00:47:13','166.48.34.132',1),(6,6,'11','fsf',1,'2018-06-25 00:47:13','166.48.34.132',1),(7,6,'12','afd',1,'2018-06-25 00:47:13','166.48.34.132',1),(8,6,'13','af',1,'2018-06-25 00:47:13','166.48.34.132',1),(9,6,'15','N',1,'2018-06-25 00:47:13','166.48.34.132',1),(10,6,'16','sf',1,'2018-06-25 00:47:13','166.48.34.132',1),(11,6,'17','asfd',1,'2018-06-25 00:47:13','166.48.34.132',1),(12,6,'18','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(13,6,'19','afd',1,'2018-06-25 00:47:13','166.48.34.132',1),(14,6,'20','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(15,6,'21','1',1,'2018-06-25 00:47:13','166.48.34.132',1),(16,6,'23','2',1,'2018-06-25 00:47:13','166.48.34.132',1),(17,6,'22','8',1,'2018-06-25 00:47:13','166.48.34.132',1),(18,6,'24','asdf',1,'2018-06-25 00:47:13','166.48.34.132',1),(19,6,'25','af',1,'2018-06-25 00:47:13','166.48.34.132',1),(20,6,'26','asf',1,'2018-06-25 00:47:13','166.48.34.132',1),(21,6,'27','safdwerw',1,'2018-06-25 00:47:13','166.48.34.132',1),(22,6,'28','asfasdfas',1,'2018-06-25 00:47:13','166.48.34.132',1),(23,6,'29','N',1,'2018-06-25 00:47:13','166.48.34.132',1),(24,6,'30','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(25,6,'31','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(26,6,'34','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(27,6,'35','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(28,6,'36','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(29,6,'37','N',1,'2018-06-25 00:47:13','166.48.34.132',1),(30,6,'39','asfasf',1,'2018-06-25 00:47:13','166.48.34.132',1),(31,6,'40','afdadf',1,'2018-06-25 00:47:13','166.48.34.132',1),(32,6,'41','asdfwer',1,'2018-06-25 00:47:13','166.48.34.132',1),(33,6,'42','asfd',1,'2018-06-25 00:47:13','166.48.34.132',1),(34,6,'43','qre',1,'2018-06-25 00:47:13','166.48.34.132',1),(35,6,'45','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(36,6,'46','dafsasf\r\nasf\r\nasfd\r\nerw\r\n',1,'2018-06-25 00:47:13','166.48.34.132',1),(37,6,'47','sf\r\n3\r\n32\r\nsf23rf\r\n',1,'2018-06-25 00:47:13','166.48.34.132',1),(38,6,'49','Y',1,'2018-06-25 00:47:13','166.48.34.132',1),(39,6,'48','asfdwae\r\nsfa\r\nsaf\r\ntw\r\n',1,'2018-06-25 00:47:13','166.48.34.132',1),(40,6,'2','sfd',2,'2018-06-25 01:58:10','166.48.34.132',1),(41,6,'3','6477972445',2,'2018-06-25 01:58:10','166.48.34.132',1),(42,6,'5','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(43,6,'9','7***Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday***2***AM***PM***text***11***1***3***2***4***4***5***5***5***5***5***5***5***5******matrix***',2,'2018-06-25 01:58:10','166.48.34.132',1),(44,6,'10','5',2,'2018-06-25 01:58:10','166.48.34.132',1),(45,6,'11','fsf',2,'2018-06-25 01:58:10','166.48.34.132',1),(46,6,'12','afd',2,'2018-06-25 01:58:10','166.48.34.132',1),(47,6,'13','af',2,'2018-06-25 01:58:10','166.48.34.132',1),(48,6,'15','Y',2,'2018-06-25 01:58:10','166.48.34.132',1),(49,6,'16','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(50,6,'17','Dove Printing Co.',2,'2018-06-25 01:58:10','166.48.34.132',1),(51,6,'18','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(52,6,'19','sfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfa\r\n\r\nsfdasdfadfa\r\nsfdasdfadfa\r\n',2,'2018-06-25 01:58:10','166.48.34.132',1),(53,6,'20','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(54,6,'21','2',2,'2018-06-25 01:58:10','166.48.34.132',1),(55,6,'23','2',2,'2018-06-25 01:58:10','166.48.34.132',1),(56,6,'22','1',2,'2018-06-25 01:58:10','166.48.34.132',1),(57,6,'24','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(58,6,'25','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(59,6,'26','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(60,6,'27','sfdasdfadfa\r\nsfdasdfadfa\r\nsfdasdfadfa\r\nsfdasdfadfa\r\nsfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(61,6,'28','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(62,6,'29','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(63,6,'30','Y',2,'2018-06-25 01:58:10','166.48.34.132',1),(64,6,'31','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(65,6,'34','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(66,6,'35','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(67,6,'36','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(68,6,'37','Y',2,'2018-06-25 01:58:10','166.48.34.132',1),(69,6,'39','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(70,6,'40','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(71,6,'41','asdfwer',2,'2018-06-25 01:58:10','166.48.34.132',1),(72,6,'42','asfd',2,'2018-06-25 01:58:10','166.48.34.132',1),(73,6,'43','qre',2,'2018-06-25 01:58:10','166.48.34.132',1),(74,6,'45','N',2,'2018-06-25 01:58:10','166.48.34.132',1),(75,6,'46','sfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(76,6,'47','sfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(77,6,'49','Y',2,'2018-06-25 01:58:10','166.48.34.132',1),(78,6,'48','sfdasdfadfa\r\nsfdasdfadfa\r\nsfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfasfdasdfadfa\r\nsfdasdfadfa\r\nsfdasdfadfa',2,'2018-06-25 01:58:10','166.48.34.132',1),(79,6,'2','af',3,'2018-06-25 02:00:13','166.48.34.132',1),(80,6,'3','asf',3,'2018-06-25 02:00:13','166.48.34.132',1),(81,6,'5','asf',3,'2018-06-25 02:00:13','166.48.34.132',1),(82,6,'9','7***Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday***2***AM***PM***text************************************************matrix***',3,'2018-06-25 02:00:13','166.48.34.132',1),(83,6,'10','',3,'2018-06-25 02:00:13','166.48.34.132',1),(84,6,'11','',3,'2018-06-25 02:00:13','166.48.34.132',1),(85,6,'12','',3,'2018-06-25 02:00:13','166.48.34.132',1),(86,6,'13','',3,'2018-06-25 02:00:13','166.48.34.132',1),(87,6,'15','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(88,6,'16','',3,'2018-06-25 02:00:13','166.48.34.132',1),(89,6,'17','',3,'2018-06-25 02:00:13','166.48.34.132',1),(90,6,'18','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(91,6,'19','',3,'2018-06-25 02:00:13','166.48.34.132',1),(92,6,'20','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(93,6,'21','',3,'2018-06-25 02:00:13','166.48.34.132',1),(94,6,'23','',3,'2018-06-25 02:00:13','166.48.34.132',1),(95,6,'22','',3,'2018-06-25 02:00:13','166.48.34.132',1),(96,6,'24','',3,'2018-06-25 02:00:13','166.48.34.132',1),(97,6,'25','',3,'2018-06-25 02:00:13','166.48.34.132',1),(98,6,'26','',3,'2018-06-25 02:00:13','166.48.34.132',1),(99,6,'27','',3,'2018-06-25 02:00:13','166.48.34.132',1),(100,6,'28','',3,'2018-06-25 02:00:13','166.48.34.132',1),(101,6,'29','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(102,6,'30','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(103,6,'31','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(104,6,'34','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(105,6,'35','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(106,6,'36','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(107,6,'37','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(108,6,'39','',3,'2018-06-25 02:00:13','166.48.34.132',1),(109,6,'40','',3,'2018-06-25 02:00:13','166.48.34.132',1),(110,6,'41','',3,'2018-06-25 02:00:13','166.48.34.132',1),(111,6,'42','',3,'2018-06-25 02:00:13','166.48.34.132',1),(112,6,'43','',3,'2018-06-25 02:00:13','166.48.34.132',1),(113,6,'45','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(114,6,'46','',3,'2018-06-25 02:00:13','166.48.34.132',1),(115,6,'47','',3,'2018-06-25 02:00:13','166.48.34.132',1),(116,6,'49','Select',3,'2018-06-25 02:00:13','166.48.34.132',1),(117,6,'48','',3,'2018-06-25 02:00:13','166.48.34.132',1),(118,6,'2','AREUM AN',4,'2018-06-25 02:01:31','166.48.34.132',1),(119,6,'3','16477679981',4,'2018-06-25 02:01:31','166.48.34.132',1),(120,6,'5','asf',4,'2018-06-25 02:01:31','166.48.34.132',1),(121,6,'9','7***Monday***Tuesday***Wednesday***Thursday***Friday***Saturday***Sunday***2***AM***PM***text************************************************matrix***',4,'2018-06-25 02:01:31','166.48.34.132',1),(122,6,'10','',4,'2018-06-25 02:01:31','166.48.34.132',1),(123,6,'11','',4,'2018-06-25 02:01:31','166.48.34.132',1),(124,6,'12','',4,'2018-06-25 02:01:31','166.48.34.132',1),(125,6,'13','',4,'2018-06-25 02:01:31','166.48.34.132',1),(126,6,'15','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(127,6,'16','',4,'2018-06-25 02:01:31','166.48.34.132',1),(128,6,'17','',4,'2018-06-25 02:01:31','166.48.34.132',1),(129,6,'18','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(130,6,'19','',4,'2018-06-25 02:01:31','166.48.34.132',1),(131,6,'20','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(132,6,'21','',4,'2018-06-25 02:01:31','166.48.34.132',1),(133,6,'23','',4,'2018-06-25 02:01:31','166.48.34.132',1),(134,6,'22','',4,'2018-06-25 02:01:31','166.48.34.132',1),(135,6,'24','',4,'2018-06-25 02:01:31','166.48.34.132',1),(136,6,'25','',4,'2018-06-25 02:01:31','166.48.34.132',1),(137,6,'26','',4,'2018-06-25 02:01:31','166.48.34.132',1),(138,6,'27','',4,'2018-06-25 02:01:31','166.48.34.132',1),(139,6,'28','',4,'2018-06-25 02:01:31','166.48.34.132',1),(140,6,'29','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(141,6,'30','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(142,6,'31','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(143,6,'34','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(144,6,'35','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(145,6,'36','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(146,6,'37','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(147,6,'39','',4,'2018-06-25 02:01:31','166.48.34.132',1),(148,6,'40','',4,'2018-06-25 02:01:31','166.48.34.132',1),(149,6,'41','',4,'2018-06-25 02:01:31','166.48.34.132',1),(150,6,'42','',4,'2018-06-25 02:01:31','166.48.34.132',1),(151,6,'43','',4,'2018-06-25 02:01:31','166.48.34.132',1),(152,6,'45','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(153,6,'46','',4,'2018-06-25 02:01:31','166.48.34.132',1),(154,6,'47','',4,'2018-06-25 02:01:31','166.48.34.132',1),(155,6,'49','Select',4,'2018-06-25 02:01:31','166.48.34.132',1),(156,6,'48','',4,'2018-06-25 02:01:31','166.48.34.132',1);
/*!40000 ALTER TABLE `wp_formmaker_submits` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_themes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `default` tinyint(4) NOT NULL,
  `version` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_themes` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_themes` DISABLE KEYS */;
INSERT INTO `wp_formmaker_themes` VALUES (1,'Default Theme','{\"AGPWidth\":\"70\",\"AGPSPWidth\":\"30\",\"HPAlign\":\"top\",\"HTPWidth\":\"40\",\"HPTextAlign\":\"center\",\"HTPFontSize\":\"24\",\"HDPFontSize\":\"15\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"SPAlign\":\"left\",\"PSAPAlign\":\"right\",\"PPAPWidth\":\"100%\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"PSAPBGColor\":\"#7f7f7f\",\"PSAPPadding\":\"8px\",\"PSDPBGColor\":\"#999999\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 10px 0\",\"FPMargin\":\"15px 0 0 0\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPPadding\":\"6px 10px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"2\",\"GPMLFontSize\":\"12\",\"GPMLFontWeight\":\"normal\",\"OPRColor\":\"#FF0000\"}',1,2),(2,'Theme 1','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#96afab\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"24\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#607370\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#607370\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#868686\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#868686\",\"IPPadding\":\"6px 10px\",\"IPMargin\":\"0\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#e74c3c\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#e74c3c\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#701e16\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#701e16\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#96afab\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#8a8a8a\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#5a7784\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#5a7784\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#e74c3c\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 1px 0 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#e74c3c\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#ededed\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#737373\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"3px 5px\",\"PSDPMargin\":\"0 1px 0 0 \",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#ededed\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#607370\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#96afab\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#607370\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#96afab\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"20\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#777777\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#e74c3c\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#96afab\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#96afab\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#96afab\",\"MBHPColor\":\"#607370\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#96afab\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(3,'Theme 2','{\"GPFontFamily\":\"Roboto Condensed\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#16afbf\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"16\",\"HDPColor\":\"#387185\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ededed\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#387185\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#777777\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ededed\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#777777\",\"IPPadding\":\"5px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#777777\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#777777\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#a3aa44\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"8px 8px\",\"SPMargin\":\"0 5px 0 0 \",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#a3aa44\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#c2d852\",\"SHPColor\":\"#445d71\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#c2d852\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#16afbf\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"8px 8px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#16afbf\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#435c71\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#a3aa44\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#a3aa44\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#16afbf\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#16afbf\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#16afbf\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#387185\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"22\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#387185\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#a3aa44\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#16afbf\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#387185\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#16afbf\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#387185\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(4,'Theme 3','{\"GPFontFamily\":\"Droid Sans\",\"AGPWidth\":\"80\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#b7b7b7\",\"HPWidth\":\"100\",\"HTPWidth\":\"35\",\"HPPadding\":\"10px 13px 25px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"16\",\"HDPColor\":\"#354f5d\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ededed\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"65\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#627781\",\"GPPadding\":\"10px\",\"GPMargin\":\"-25px 0 0 \",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#627781\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f3f3f3\",\"SEPPadding\":\"10px 15px\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#627781\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#627781\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#627781\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#676767\",\"SPWidth\":\"\",\"SPHeight\":\"40\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0px\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#676767\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#ededed\",\"SHPColor\":\"#676767\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#676767\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f3f3f3\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#777777\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0px\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#ededed\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#ededed\",\"BHPColor\":\"#777777\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#ededed\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#354f5d\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#354f5d\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#b7b7b7\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#b7b7b7\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#838383\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#387185\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#838383\",\"CBPPadding\":\"3px 5px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"30\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#ffffff\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#f3f3f3\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#354f5d\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#354f5d\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#b7b7b7\",\"MBHPColor\":\"#354f5d\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#354f5d\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(5,'Theme 4','{\"GPFontFamily\":\"Patrick Hand\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"30\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderTop\":\"top\",\"AGPBorderRight\":\"right\",\"AGPBorderBottom\":\"bottom\",\"AGPBorderLeft\":\"left\",\"AGPBorderColor\":\"#606060\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"30\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"26\",\"HTPWeight\":\"\",\"HTPColor\":\"#930912\",\"HDPFontSize\":\"17\",\"HDPColor\":\"#666666\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#d8d8d8\",\"GPFontSize\":\"16\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"70\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#2d4d5f\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#2d4d5f\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#d8d8d8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"30\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#9c9c9c\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#777777\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#777777\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#777777\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#930912\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#e8e8e8\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#930912\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"1px 1px 2px #ccc\",\"SHPBGColor\":\"#51030b\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#51030b\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#666666\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#666666\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"1px 1px 2px #ccc\",\"BHPBGColor\":\"#2d4d5f\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#2d4d5f\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#930912\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#930912\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#2d4d5f\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#2d4d5f\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#666666\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#930912\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#666666\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#930912\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"-10px\",\"CBPRight\":\"5px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"#ffffff\",\"CBPFontSize\":\"12\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#930912\",\"CBPPadding\":\"5px 7px\",\"CBPMargin\":\"0px\",\"CBPBorderTop\":\"top\",\"CBPBorderRight\":\"right\",\"CBPBorderBottom\":\"bottom\",\"CBPBorderLeft\":\"left\",\"CBPBorderColor\":\"#606060\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"15\",\"CBHPBGColor\":\"#ffffff\",\"CBHPColor\":\"#2d4d5f\",\"CBHPBorderTop\":\"top\",\"CBHPBorderRight\":\"right\",\"CBHPBorderBottom\":\"bottom\",\"CBHPBorderLeft\":\"left\",\"CBHPBorderColor\":\"#606060\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#ffffff\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#930912\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#606060\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#666666\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#930912\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(6,'Theme 5','{\"GPFontFamily\":\"cursive\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#aee2de\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#042325\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#518a88\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#214555\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#d4d4d4\",\"GPPadding\":\"10px 20px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#d4d4d4\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#214555\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"16\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#518a88\",\"IPPadding\":\"5px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#dfdfdf\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#518a88\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#518a88\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#518a88\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f46322\",\"SPWidth\":\"130\",\"SPHeight\":\"40\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#f46322\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#f46322\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#f46322\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#bababa\",\"BPWidth\":\"\",\"BPHeight\":\"40\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#454545\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#bababa\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#bababa\",\"BHPColor\":\"#454545\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#bababa\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f46322\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#bababa\",\"PSDPFontSize\":\"13\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#518a88\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"left\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#f46322\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d4d4d4\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#d4d4d4\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#f46322\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"6px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#f46322\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#214555\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#aee2de\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#000000\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#518a88\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#518a88\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#518a88\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(7,'Theme 6','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"27\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#1d6d69\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#808080\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#3a9391\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#3a9391\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#a0a0a0\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#d6d6d6\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#ffffff\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"8\",\"SCCPHeight\":\"8\",\"SCCPMargin\":\"3\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#ffffff\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"10\",\"MCCPHeight\":\"10\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#ffb33a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderColor\":\"#1d6d69\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #1d6d69\",\"SHPBGColor\":\"#f60c5b\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#1d6d69\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderColor\":\"#357773\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #1d6d69\",\"BHPBGColor\":\"#35a098\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#ffb33a\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#ffb33a\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#1d6d69\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#1d6d69\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#ffffff\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#018c8b\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#ffffff\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#ffb33a\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f60c5b\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#1d6d69\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#1d6d69\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#1d6d69\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#1d6d69\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ffffff\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(8,'Theme 7','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#ffffff\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 0\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"27\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#3596d4\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#808080\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#2d4d5f\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#2d4d5f\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#a0a0a0\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#d6d6d6\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#ffffff\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"8\",\"SCCPHeight\":\"8\",\"SCCPMargin\":\"3\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#ffffff\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"10\",\"MCCPHeight\":\"10\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#ffb33a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0 \",\"SPBorderColor\":\"#ffffff\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #1f3c4c\",\"SHPBGColor\":\"#ba9911\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#44acf0\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #1f3c4c\",\"BHPBGColor\":\"#44acf0\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#44acf0\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#44acf0\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#808080\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#808080\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#ffffff\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#ba9911\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#ffffff\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#ba9911\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#808080\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#ffb33a\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#ffffff\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#3596d4\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#2d4d5f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#3596d4\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#2d4d5f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ffb33a\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(9,'Theme 8','{\"GPFontFamily\":\"PT Sans\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#435c71\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"30\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#e6c41b\",\"HDPFontSize\":\"15\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"right\",\"HIPWidth\":\"40\",\"HIPHeight\":\"26\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#3b3b3b\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"11\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#3b3b3b\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"40\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"6px 10px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f05e22\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"0 15px 0 0 \",\"SPBorderColor\":\"#9eaab1\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #9eaab1\",\"SHPBGColor\":\"#d82534\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f1cb15\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#424242\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #9eaab1\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#e6c41b\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f05e22\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f05e22\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"bold\",\"PSDPColor\":\"#435c71\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#435c71\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d82534\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#e6c41b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#d82534\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#435c71\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#e6c41b\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#435c71\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#e6c41b\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#435c71\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f05e22\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(10,'Theme 9','{\"GPFontFamily\":\"Open Sans Condensed\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"left\",\"HPBGColor\":\"#4d4d4d\",\"HPWidth\":\"50\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"26\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#b95d3c\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#f8f8f8\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"bold\",\"GPWidth\":\"50\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#3b3b3b\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#3b3b3b\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#f8f8f8\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"26\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#989898\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#989898\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#989898\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f05e22\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"6px 10px\",\"SPMargin\":\"\",\"SPBorderColor\":\"#9eaab1\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"2px 2px 2px #9eaab1\",\"SHPBGColor\":\"#d82534\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f1cb15\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#424242\",\"BPPadding\":\"6px 10px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #9eaab1\",\"BHPBGColor\":\"#435c71\",\"BHPColor\":\"#e6c41b\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f05e22\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#ffffff\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"bold\",\"PSDPColor\":\"#435c71\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#435c71\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#d82534\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#d82534\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#e6c41b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#d82534\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#4d4d4d\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#4d4d4d\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#f05e22\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#f05e22\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f05e22\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(11,'Theme 10','{\"GPFontFamily\":\"arial\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"35\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderTop\":\"top\",\"AGPBorderRight\":\"right\",\"AGPBorderBottom\":\"bottom\",\"AGPBorderLeft\":\"left\",\"AGPBorderColor\":\"#00bff3\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#00bff3\",\"HPWidth\":\"100\",\"HTPWidth\":\"30\",\"HPPadding\":\"10px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"25\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"41\",\"HIPHeight\":\"31\",\"GPBGColor\":\"#ffffff\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"100\",\"GPAlign\":\"left\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#494949\",\"GPPadding\":\"15px 15px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#494949\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ffffff\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px 20px 10px 10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"80\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"30\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#6e6e6e\",\"IPPadding\":\"6px 6px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#00bff3\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/3.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#00bff3\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#989898\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"14\",\"MCPHeight\":\"14\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#00bff3\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/3.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0 0 2px 0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#000000\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"15\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 10px\",\"SPMargin\":\"\",\"SPBorderColor\":\"#b0b5b8\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"6\",\"SPBoxShadow\":\"2px 2px 2px #b0b5b8\",\"SHPBGColor\":\"#000000\",\"SHPColor\":\"#ffffff\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#dfc97a\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#272727\",\"BPPadding\":\"15px 20px\",\"BPMargin\":\"0 15px 0 0 \",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"2px 2px 2px #b0b5b8\",\"BHPBGColor\":\"#2d4d5f\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#139e92\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#f8f8f8\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#272727\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#dfc97a\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"1\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#3b3b3b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#137065\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#3b3b3b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#137065\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"16\",\"CBPFontWeight\":\"lighter\",\"CBPColor\":\"#757575\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#139e92\",\"CBHPBorderColor\":\"#ffffff\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#139e92\",\"MBPFontSize\":\"16\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#139e92\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#137065\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#137065\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#f82c2c\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"div[type=\\\"type_section_break\\\"] {\\r\\n  display: none !important;\\r\\n}\\r\\ndiv[wdid=\\\"12\\\"] {\\r\\n    border: 1px solid #00bff3;\\r\\n    padding: 10px 30px 0px;\\r\\n}\\r\\ninput.time_box {\\r\\n  width: 40px;\\r\\n}\"}',0,2),(12,'Theme 11','{\"GPFontFamily\":\"Roboto\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#f2ecde\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 15px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderTop\":\"top\",\"HPBorderColor\":\"#7a134b\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"4\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#042325\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#8a877f\",\"HIPAlign\":\"right\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#d8d5c6\",\"GPFontSize\":\"14\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#37352f\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#37352f\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#d8d5c6\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#b7b3a7\",\"IPColor\":\"#ffffff\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#b7b3a7\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#7a134b\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#7a134b\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"12\",\"MCPHeight\":\"12\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#7a134b\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#7a134b\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"8\",\"MCCPHeight\":\"8\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#7a134b\",\"SPWidth\":\"130\",\"SPHeight\":\"28\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 10px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#7a134b\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#630538\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#630538\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#f2ecde\",\"BPWidth\":\"60\",\"BPHeight\":\"28\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#37352f\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#f2ecde\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#f2ecde\",\"BHPColor\":\"#37352f\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#f2ecde\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#7a134b\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 -2px  0\",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#7a134b\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"3\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#f2ecde\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#000000\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"8px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"\",\"PSAPAlign\":\"left\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#7a134b\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#630538\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#7a134b\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#630538\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"6px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#7a134b\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#630538\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#f2ecde\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#000000\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderColor\":\"#7a134b\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#f2ecde\",\"MBHPColor\":\"#7a134b\",\"MBHPBorderTop\":\"top\",\"MBHPBorderColor\":\"#7a134b\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#ffffff\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(13,'Theme 12','{\"GPFontFamily\":\"trebuchet ms\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#5d98b1\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"10px 15px\",\"HPMargin\":\"\",\"HPTextAlign\":\"left\",\"HPBorderTop\":\"top\",\"HPBorderColor\":\"#ffffff\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"5\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"22\",\"HTPWeight\":\"bold\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"14\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#36748e\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"10px\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#36748e\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"10px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#204a5c\",\"IPColor\":\"#ffffff\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#204a5c\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#204a5c\",\"SCPWidth\":\"14\",\"SCPHeight\":\"14\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#204a5c\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#ffffff\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"4\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#204a5c\",\"MCPWidth\":\"12\",\"MCPHeight\":\"12\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#204a5c\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"#ffffff\",\"MCCPBackground\":\"\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"8\",\"MCCPHeight\":\"8\",\"MCCPMargin\":\"2\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#1e6466\",\"SPWidth\":\"130\",\"SPHeight\":\"28\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"0px 5px\",\"SPMargin\":\"0 10px 0 0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#1e6466\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#268285\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#268285\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#d4d4d4\",\"BPWidth\":\"60\",\"BPHeight\":\"28\",\"BPFontSize\":\"15\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#11393a\",\"BPPadding\":\"0px 5px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#d4d4d4\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#f2ecde\",\"BHPColor\":\"#37352f\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#f2ecde\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#268285\",\"PSAPFontSize\":\"14\",\"PSAPFontWeight\":\"bold\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"10px\",\"PSAPMargin\":\"0\",\"PSAPBorderColor\":\"\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"4\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#d4d4d4\",\"PSDPFontSize\":\"14\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#100e0e\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"8px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"\",\"PSAPAlign\":\"center\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#132d39\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#132d39\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#132d39\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#132d39\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"6px\",\"CBPRight\":\"6px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#1e6466\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#204a5c\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#204a5c\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#204a5c\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#5d98b1\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#5d98b1\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#ffffff\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#ff1313\",\"OPDPIcon\":\"images/themes/date-pickers/5.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(14,'Theme 13','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"20\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#43aeab\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px 0\",\"HPMargin\":\"0\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"20\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"#ffffff\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#676767\",\"GPPadding\":\"10px 0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#9c9c9c\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ffffff\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#e4e4e4\",\"IPColor\":\"#9a9a9a\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#e4e4e4\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"left\",\"SPBGColor\":\"#f38989\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#f38989\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#c17777\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#c17777\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#ffffff\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#8c8c8c\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#43aeab\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#43aeab\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#787878\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f38989\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f38989\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"2px 4px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#43aeab\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#777777\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#43aeab\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#777777\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f38989\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#b7b7b7\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#8f8f8f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#8f8f8f\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#8f8f8f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#aeaeae\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#cf1515\",\"OPDPIcon\":\"images/themes/date-pickers/5.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\".mwd-header-text { padding: 15px 15px 0; }\"}',0,2),(15,'Theme 14','{\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"100\",\"AGPSPWidth\":\"40\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"top\",\"HPBGColor\":\"#386f74\",\"HPWidth\":\"100\",\"HTPWidth\":\"26\",\"HPPadding\":\"0 20px\",\"HPMargin\":\"\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"19\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"left\",\"HIPWidth\":\"40\",\"HIPHeight\":\"\",\"GPBGColor\":\"#5dbac2\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"100\",\"GTPWidth\":\"74\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#ffffff\",\"GPPadding\":\"0\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#ffffff\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#5dbac2\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"15px 20px\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"13\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"#ffffff\",\"IPColor\":\"#868686\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#ffffff\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SBPBGPos1\":\"95%\",\"SBPBGPos2\":\"50%\",\"SBPBGSize1\":\"8%\",\"SBPBGSize2\":\"32%\",\"SCPBGColor\":\"#ffffff\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPMargin\":\"0px 3px\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"#ffffff\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPMargin\":\"0px 3px\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"right\",\"SPBGColor\":\"#f6c37a\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"14\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 15px\",\"SPMargin\":\"0 15px 0 0\",\"SPBorderBottom\":\"bottom\",\"SPBorderColor\":\"#ffffff\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"3\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#f4b459\",\"SHPColor\":\"#ffffff\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderColor\":\"#ffffff\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"3\",\"BPBGColor\":\"#5dbac2\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"14\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#ffffff\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderColor\":\"#ffffff\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"3\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#5dbac2\",\"BHPColor\":\"#ffffff\",\"BHPBorderColor\":\"#ffffff\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#e74c3c\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"8px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#e74c3c\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"3\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"4px 6px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"3\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#e74c3c\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#2d4d5f\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#9c9c9c\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#2d4d5f\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"22px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"20\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#f6c37a\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f6c37a\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"#386f74\",\"MBPFontSize\":\"15\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#ffffff\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"10px\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#386f74\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#5dbac2\",\"MBHPColor\":\"#ffffff\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#5dbac2\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#afafaf\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#386f74\",\"OPDPIcon\":\"images/themes/date-pickers/2.png\",\"OPDPRepeat\":\"no-repeat\",\"OPDPPos1\":\"0%\",\"OPDPPos2\":\"10%\",\"OPDPMargin\":\"3px 0 0 -23px\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\"\"}',0,2),(16,'dds','{\"title\":\"dds\",\"params\":\"\",\"default\":\"0\",\"active_tab\":\"header\",\"version\":\"754164848\",\"GPFontFamily\":\"tahoma\",\"AGPWidth\":\"\",\"AGPSPWidth\":\"20\",\"AGPPadding\":\"\",\"AGPMargin\":\"10px auto\",\"AGPBorderColor\":\"#ffffff\",\"AGPBorderType\":\"solid\",\"AGPBorderWidth\":\"1\",\"AGPBorderRadius\":\"0\",\"AGPBoxShadow\":\"\",\"HPAlign\":\"\",\"HPBGColor\":\"#0054b0\",\"HPWidth\":\"100\",\"HTPWidth\":\"40\",\"HPPadding\":\"20px 0\",\"HPMargin\":\"0\",\"HPTextAlign\":\"center\",\"HPBorderColor\":\"#b7b7b7\",\"HPBorderType\":\"solid\",\"HPBorderWidth\":\"1\",\"HPBorderRadius\":\"0\",\"HTPFontSize\":\"20\",\"HTPWeight\":\"normal\",\"HTPColor\":\"#ffffff\",\"HDPFontSize\":\"13\",\"HDPColor\":\"#ffffff\",\"HIPAlign\":\"top\",\"HIPWidth\":\"80\",\"HIPHeight\":\"\",\"GPBGColor\":\"\",\"GPFontSize\":\"15\",\"GPFontWeight\":\"normal\",\"GPWidth\":\"80\",\"GTPWidth\":\"60\",\"GPAlign\":\"center\",\"GPBackground\":\"\",\"GPBackgroundRepeat\":\"no-repeat\",\"GPBGPosition1\":\"\",\"GPBGPosition2\":\"\",\"GPBGSize1\":\"\",\"GPBGSize2\":\"\",\"GPColor\":\"#676767\",\"GPPadding\":\"\",\"GPMargin\":\"\",\"GPBorderColor\":\"#ffffff\",\"GPBorderType\":\"solid\",\"GPBorderWidth\":\"1\",\"GPBorderRadius\":\"0\",\"GPMLFontSize\":\"14\",\"GPMLFontWeight\":\"normal\",\"GPMLColor\":\"#9c9c9c\",\"GPMLPadding\":\"0px 5px 0px 0px\",\"GPMLMargin\":\"0px\",\"SEPBGColor\":\"#ffffff\",\"SEPPadding\":\"\",\"SEPMargin\":\"\",\"COPPadding\":\"\",\"COPMargin\":\"0px\",\"FPWidth\":\"70\",\"FPPadding\":\"15px 0 0 0\",\"FPMargin\":\"0 auto\",\"IPHeight\":\"28\",\"IPFontSize\":\"14\",\"IPFontWeight\":\"normal\",\"IPBGColor\":\"\",\"IPColor\":\"#9a9a9a\",\"IPPadding\":\"0px 5px\",\"IPMargin\":\"0px\",\"IPBorderTop\":\"top\",\"IPBorderRight\":\"right\",\"IPBorderBottom\":\"bottom\",\"IPBorderLeft\":\"left\",\"IPBorderColor\":\"#e4e4e4\",\"IPBorderType\":\"solid\",\"IPBorderWidth\":\"1\",\"IPBorderRadius\":\"0\",\"IPBoxShadow\":\"\",\"SBPAppearance\":\"none\",\"SBPBackground\":\"images/themes/drop-downs/2.png\",\"SBPBGRepeat\":\"no-repeat\",\"SCPBGColor\":\"\",\"SCPWidth\":\"16\",\"SCPHeight\":\"16\",\"SCPMargin\":\"0px 3px\",\"SCPBorderTop\":\"top\",\"SCPBorderRight\":\"right\",\"SCPBorderBottom\":\"bottom\",\"SCPBorderLeft\":\"left\",\"SCPBorderColor\":\"#868686\",\"SCPBorderType\":\"solid\",\"SCPBorderWidth\":\"1\",\"SCPBorderRadius\":\"15\",\"SCPBoxShadow\":\"\",\"SCCPBGColor\":\"#868686\",\"SCCPWidth\":\"6\",\"SCCPHeight\":\"6\",\"SCCPMargin\":\"5\",\"SCCPBorderRadius\":\"10\",\"MCPBGColor\":\"\",\"MCPWidth\":\"16\",\"MCPHeight\":\"16\",\"MCPMargin\":\"0px 3px\",\"MCPBorderTop\":\"top\",\"MCPBorderRight\":\"right\",\"MCPBorderBottom\":\"bottom\",\"MCPBorderLeft\":\"left\",\"MCPBorderColor\":\"#868686\",\"MCPBorderType\":\"solid\",\"MCPBorderWidth\":\"1\",\"MCPBorderRadius\":\"0\",\"MCPBoxShadow\":\"\",\"MCCPBGColor\":\"\",\"MCCPBackground\":\"images/themes/checkboxes/1.png\",\"MCCPBGRepeat\":\"no-repeat\",\"MCCPBGPos1\":\"\",\"MCCPBGPos2\":\"\",\"MCCPWidth\":\"16\",\"MCCPHeight\":\"16\",\"MCCPMargin\":\"0\",\"MCCPBorderRadius\":\"0\",\"SPAlign\":\"center\",\"SPBGColor\":\"#0054b0\",\"SPWidth\":\"\",\"SPHeight\":\"\",\"SPFontSize\":\"16\",\"SPFontWeight\":\"normal\",\"SPColor\":\"#ffffff\",\"SPPadding\":\"5px 8px\",\"SPMargin\":\"0\",\"SPBorderTop\":\"top\",\"SPBorderRight\":\"right\",\"SPBorderBottom\":\"bottom\",\"SPBorderLeft\":\"left\",\"SPBorderColor\":\"#0054b0\",\"SPBorderType\":\"solid\",\"SPBorderWidth\":\"1\",\"SPBorderRadius\":\"0\",\"SPBoxShadow\":\"\",\"SHPBGColor\":\"#43aeab\",\"SHPColor\":\"#ffffff\",\"SHPBorderTop\":\"top\",\"SHPBorderRight\":\"right\",\"SHPBorderBottom\":\"bottom\",\"SHPBorderLeft\":\"left\",\"SHPBorderColor\":\"#43aeab\",\"SHPBorderType\":\"solid\",\"SHPBorderWidth\":\"1\",\"BPBGColor\":\"#ffffff\",\"BPWidth\":\"\",\"BPHeight\":\"\",\"BPFontSize\":\"16\",\"BPFontWeight\":\"normal\",\"BPColor\":\"#0054b0\",\"BPPadding\":\"5px 8px\",\"BPMargin\":\"0 15px 0 0\",\"BPBorderTop\":\"top\",\"BPBorderRight\":\"right\",\"BPBorderBottom\":\"bottom\",\"BPBorderLeft\":\"left\",\"BPBorderColor\":\"#0054b0\",\"BPBorderType\":\"solid\",\"BPBorderWidth\":\"1\",\"BPBorderRadius\":\"0\",\"BPBoxShadow\":\"\",\"BHPBGColor\":\"#43aeab\",\"BHPColor\":\"#ffffff\",\"BHPBorderTop\":\"top\",\"BHPBorderRight\":\"right\",\"BHPBorderBottom\":\"bottom\",\"BHPBorderLeft\":\"left\",\"BHPBorderColor\":\"#0054b0\",\"BHPBorderType\":\"solid\",\"BHPBorderWidth\":\"1\",\"PSAPBGColor\":\"#f38989\",\"PSAPFontSize\":\"16\",\"PSAPFontWeight\":\"normal\",\"PSAPColor\":\"#ffffff\",\"PSAPHeight\":\"\",\"PSAPLineHeight\":\"\",\"PSAPPadding\":\"6px\",\"PSAPMargin\":\"0 0 4px 0 \",\"PSAPBorderTop\":\"top\",\"PSAPBorderRight\":\"right\",\"PSAPBorderBottom\":\"bottom\",\"PSAPBorderLeft\":\"left\",\"PSAPBorderColor\":\"#f38989\",\"PSAPBorderType\":\"solid\",\"PSAPBorderWidth\":\"2\",\"PSAPBorderRadius\":\"0\",\"PSDPBGColor\":\"#a5a5a5\",\"PSDPFontSize\":\"16\",\"PSDPFontWeight\":\"normal\",\"PSDPColor\":\"#ffffff\",\"PSDPHeight\":\"\",\"PSDPLineHeight\":\"\",\"PSDPPadding\":\"2px 4px\",\"PSDPMargin\":\"0 0 0 -3px\",\"PSDPBorderTop\":\"top\",\"PSDPBorderRight\":\"right\",\"PSDPBorderBottom\":\"bottom\",\"PSDPBorderLeft\":\"left\",\"PSDPBorderColor\":\"#a3a3a3\",\"PSDPBorderType\":\"solid\",\"PSDPBorderWidth\":\"2\",\"PSDPBorderRadius\":\"0\",\"PSAPAlign\":\"right\",\"PSAPWidth\":\"\",\"PPAPWidth\":\"100%\",\"NBPBGColor\":\"\",\"NBPWidth\":\"\",\"NBPHeight\":\"\",\"NBPLineHeight\":\"\",\"NBPColor\":\"#0054b0\",\"NBPPadding\":\"4px 10px\",\"NBPMargin\":\"0px\",\"NBPBorderColor\":\"#777777\",\"NBPBorderType\":\"solid\",\"NBPBorderWidth\":\"1\",\"NBPBorderRadius\":\"0\",\"NBPBoxShadow\":\"\",\"NBHPBGColor\":\"\",\"NBHPColor\":\"#777777\",\"NBHPBorderColor\":\"#787878\",\"NBHPBorderType\":\"solid\",\"NBHPBorderWidth\":\"1\",\"PBPBGColor\":\"\",\"PBPWidth\":\"100\",\"PBPHeight\":\"\",\"PBPLineHeight\":\"\",\"PBPColor\":\"#0054b0\",\"PBPPadding\":\"\",\"PBPMargin\":\"0px\",\"PBPBorderColor\":\"#777777\",\"PBPBorderType\":\"solid\",\"PBPBorderWidth\":\"1\",\"PBPBorderRadius\":\"0\",\"PBPBoxShadow\":\"\",\"PBHPBGColor\":\"\",\"PBHPColor\":\"#777777\",\"PBHPBorderColor\":\"#787878\",\"PBHPBorderType\":\"solid\",\"PBHPBorderWidth\":\"1\",\"CBPPosition\":\"absolute\",\"CBPTop\":\"10px\",\"CBPRight\":\"10px\",\"CBPBottom\":\"\",\"CBPLeft\":\"\",\"CBPBGColor\":\"\",\"CBPFontSize\":\"18\",\"CBPFontWeight\":\"normal\",\"CBPColor\":\"#ffffff\",\"CBPPadding\":\"0px\",\"CBPMargin\":\"0px\",\"CBPBorderColor\":\"#ffffff\",\"CBPBorderType\":\"solid\",\"CBPBorderWidth\":\"1\",\"CBPBorderRadius\":\"0\",\"CBHPBGColor\":\"\",\"CBHPColor\":\"#f38989\",\"CBHPBorderColor\":\"#737373\",\"CBHPBorderType\":\"solid\",\"CBHPBorderWidth\":\"1\",\"MBPBGColor\":\"\",\"MBPFontSize\":\"17\",\"MBPFontWeight\":\"normal\",\"MBPColor\":\"#020202\",\"MBPTextAlign\":\"center\",\"MBPPadding\":\"\",\"MBPMargin\":\"\",\"MBPBorderTop\":\"top\",\"MBPBorderRight\":\"right\",\"MBPBorderBottom\":\"bottom\",\"MBPBorderLeft\":\"left\",\"MBPBorderColor\":\"#8f8f8f\",\"MBPBorderType\":\"solid\",\"MBPBorderWidth\":\"2\",\"MBPBorderRadius\":\"0\",\"MBHPBGColor\":\"#ffffff\",\"MBHPColor\":\"#8f8f8f\",\"MBHPBorderTop\":\"top\",\"MBHPBorderRight\":\"right\",\"MBHPBorderBottom\":\"bottom\",\"MBHPBorderLeft\":\"left\",\"MBHPBorderColor\":\"#8f8f8f\",\"MBHPBorderType\":\"solid\",\"MBHPBorderWidth\":\"2\",\"OPDeInputColor\":\"#aeaeae\",\"OPFontStyle\":\"normal\",\"OPRColor\":\"#cf1515\",\"OPFBgUrl\":\"images/themes/file-uploads/2.png\",\"OPFBGRepeat\":\"no-repeat\",\"OPFPos1\":\"0%\",\"OPFPos2\":\"10%\",\"OPGWidth\":\"100\",\"CUPCSS\":\".mwd-header-text { padding: 15px 15px 0; }\\r\\n\\r\\n\\r\\n.wdform-label-section.wd-width-30 {width: 70% !important;}\\r\\n\\r\\n.wdform-label-section.wd-width-70 { width: 30% !important;}\\r\\n\\r\\n\\r\\nselect.wd-width-100{\\r\\npadding: 0px 10px !important;\\r\\n}\",\"nonce_fm\":\"7bc0afca53\",\"task\":\"\",\"current_id\":\"16\"}',0,2);
/*!40000 ALTER TABLE `wp_formmaker_themes` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_formmaker_views` (
  `form_id` int(11) NOT NULL,
  `views` int(50) NOT NULL,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_formmaker_views` WRITE;
/*!40000 ALTER TABLE `wp_formmaker_views` DISABLE KEYS */;
INSERT INTO `wp_formmaker_views` VALUES (6,672),(5,1);
/*!40000 ALTER TABLE `wp_formmaker_views` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_jet_post_types` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `slug` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `labels` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `args` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_fields` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_jet_post_types` WRITE;
/*!40000 ALTER TABLE `wp_jet_post_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_jet_post_types` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_jet_taxonomies` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `slug` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_type` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `status` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `labels` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `args` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_fields` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_jet_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_jet_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_jet_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 */;

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mk_components` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL,
  `name` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL,
  `added_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `wp_mk_components_type` (`type`),
  KEY `wp_mk_components_status` (`status`),
  KEY `wp_mk_components_name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=3556 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_mk_components` WRITE;
/*!40000 ALTER TABLE `wp_mk_components` DISABLE KEYS */;
INSERT INTO `wp_mk_components` VALUES (3553,'short_code',1,'mk_button','2020-02-13 01:13:15','2020-02-13 01:13:15'),(3554,'short_code',1,'mk_audio','2020-02-13 01:13:15','2020-02-13 01:13:15'),(3555,'short_code',1,'mk_swipe_slideshow','2020-02-13 01:13:15','2020-02-13 01:13:15');
/*!40000 ALTER TABLE `wp_mk_components` ENABLE KEYS */;
UNLOCK TABLES;
/*!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`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=66049 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://dev.ddsconsultingplus.ca','yes'),(2,'home','https://dev.ddsconsultingplus.ca','yes'),(3,'blogname','DDS','yes'),(4,'blogdescription','DDS consultingplus - Toronto dental consultant','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','martin.leyne@entirelydigital.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:14:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:60:\"cf7-conditional-fields/contact-form-7-conditional-fields.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:45:\"contact-form-builder/contact-form-builder.php\";i:4;s:39:\"custom-css-js-php/custom-css-js-php.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:25:\"duplicator/duplicator.php\";i:7;s:23:\"elementor/elementor.php\";i:8;s:25:\"form-maker/form-maker.php\";i:9;s:33:\"js_composer_theme/js_composer.php\";i:10;s:31:\"jupiterx-core/jupiterx-core.php\";i:11;s:26:\"premium-seo-pack/index.php\";i:12;s:23:\"revslider/revslider.php\";i:13;s:25:\"wd-manager/wd-manager.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','a:4:{i:0;s:63:\"/home/ddsconsu/public_html/wp-content/themes/jupiter5/style.css\";i:2;s:71:\"/home/ddsconsu/public_html/wp-content/plugins/wd-manager/wd-manager.php\";i:4;s:85:\"/home/ddsconsu/public_html/wp-content/plugins/custom-css-js-php/custom-css-js-php.php\";i:5;s:106:\"/home/ddsconsu/public_html/wp-content/plugins/cf7-conditional-fields/contact-form-7-conditional-fields.php\";}','no'),(41,'template','jupiterx','yes'),(42,'stylesheet','jupiterx','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','45805','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','0','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:117:\"<div class=\"footer-left\"><img src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png\"></div>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:155:\"<div class=\"footer-right\"><span class=\"footer-title\">CONTACT</span><br><span class=\"footer-detail\">647-223-3678<br>laurie@ddsconsultingplus.ca</span></div>\";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:3:{s:52:\"wonderplugin-gridgallery/wonderplugingridgallery.php\";s:34:\"wonderplugin_gridgallery_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','900','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:69:{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:19:\"wcjp_admin_overview\";b:1;s:16:\"wcjp_addcss_code\";b:1;s:19:\"wcjp_managecss_code\";b:1;s:15:\"wcjp_addjs_code\";b:1;s:18:\"wcjp_managejs_code\";b:1;s:16:\"wcjp_addphp_code\";b:1;s:19:\"wcjp_managephp_code\";b:1;s:17:\"wcjp_how_overview\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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: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:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar_primary\";a:0:{}s:17:\"sidebar_secondary\";a:1:{i:0;s:6:\"text-2\";}s:23:\"footer_widgets_column_1\";a:0:{}s:23:\"footer_widgets_column_2\";a:0:{}s:23:\"footer_widgets_column_3\";a:0:{}s:23:\"footer_widgets_column_4\";a:0:{}s:23:\"footer_widgets_column_5\";a:0:{}s:23:\"footer_widgets_column_6\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(98,'cron','a:8:{i:1581706821;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1581708026;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:1581708034;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:1581713411;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;}}}i:1581782420;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581782444;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1581787095;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(108,'_transient_random_seed','898c60e85edd9f40a0525cd10b818ebc','yes'),(113,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"areum@mozaiccreative.ca\";s:7:\"version\";s:6:\"4.3.22\";s:9:\"timestamp\";i:1576221648;}','yes'),(130,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1523992847;s:4:\"data\";a:2:{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\";}}}}','yes'),(131,'current_theme','JupiterX','yes'),(132,'theme_mods_jupiter5','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1581613809;s:4:\"data\";a:18:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:7:{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\";i:6;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:0:{}s:10:\"sidebar-12\";a:0:{}s:10:\"sidebar-13\";a:0:{}s:10:\"sidebar-14\";a:0:{}s:10:\"sidebar-15\";a:0:{}s:10:\"sidebar-16\";a:0:{}s:10:\"sidebar-17\";a:0:{}}}}','yes'),(133,'theme_switched','','yes'),(134,'woocommerce_enable_lightbox','no','yes'),(135,'theme_options','theme-options-production.css','yes'),(136,'global_assets_filename','components-production','yes'),(137,'Jupiter_options_build','5e44a2a263b19','yes'),(138,'jupiter_db_version','5.0.7','yes'),(139,'jupiter_theme_version','5.0.7','yes'),(140,'Jupiter_options_imported','false','yes'),(142,'Jupiter_options','a:395:{s:10:\"grid_width\";s:4:\"1140\";s:13:\"content_width\";s:2:\"73\";s:18:\"content_responsive\";s:3:\"960\";s:20:\"responsive_nav_width\";s:4:\"1140\";s:13:\"loggedin_menu\";s:12:\"primary-menu\";s:9:\"analytics\";s:0:\"\";s:10:\"typekit_id\";s:0:\"\";s:17:\"mailchimp_api_key\";s:0:\"\";s:18:\"disable_breadcrumb\";s:4:\"true\";s:12:\"smoothscroll\";s:4:\"true\";s:20:\"image_resize_quality\";s:3:\"100\";s:14:\"pages_comments\";s:5:\"false\";s:9:\"go_to_top\";s:4:\"true\";s:14:\"custom_favicon\";s:71:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/dds_favicon.png\";s:4:\"logo\";s:66:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/05/header.png\";s:17:\"light_header_logo\";s:96:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\";s:18:\"sticky_header_logo\";s:0:\"\";s:15:\"responsive_logo\";s:71:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/dds_favicon.png\";s:11:\"footer_logo\";s:0:\"\";s:11:\"iphone_icon\";s:0:\"\";s:18:\"iphone_icon_retina\";s:0:\"\";s:9:\"ipad_icon\";s:0:\"\";s:16:\"ipad_icon_retina\";s:0:\"\";s:18:\"enable_header_date\";s:5:\"false\";s:22:\"header_toolbar_tagline\";s:0:\"\";s:20:\"header_toolbar_phone\";s:0:\"\";s:20:\"header_toolbar_email\";s:0:\"\";s:20:\"header_toolbar_login\";s:5:\"false\";s:24:\"header_toolbar_subscribe\";s:5:\"false\";s:20:\"mailchimp_action_url\";s:0:\"\";s:18:\"theme_header_style\";s:1:\"2\";s:18:\"theme_header_align\";s:6:\"center\";s:20:\"theme_toolbar_toggle\";s:4:\"true\";s:14:\"secondary_menu\";s:10:\"fullscreen\";s:18:\"header_burger_size\";s:3:\"big\";s:23:\"seondary_header_for_all\";s:5:\"false\";s:18:\"vertical_menu_anim\";s:1:\"1\";s:26:\"vertical_header_logo_align\";s:6:\"center\";s:28:\"vertical_header_logo_padding\";s:2:\"10\";s:21:\"vertical_header_align\";s:4:\"left\";s:23:\"vertical_menu_copyright\";s:37:\"Copyright All Rights Reserved © 2015\";s:11:\"header_grid\";s:4:\"true\";s:16:\"hide_header_logo\";s:4:\"true\";s:15:\"hide_header_nav\";s:4:\"true\";s:14:\"logo_in_middle\";s:5:\"false\";s:13:\"header_height\";s:3:\"150\";s:20:\"header_scroll_height\";s:2:\"55\";s:17:\"res_header_height\";s:2:\"90\";s:19:\"header_sticky_style\";s:5:\"fixed\";s:20:\"sticky_header_offset\";s:6:\"header\";s:22:\"header_search_location\";s:7:\"disable\";s:22:\"header_start_tour_text\";s:0:\"\";s:22:\"header_start_tour_page\";s:0:\"\";s:22:\"header_social_location\";s:7:\"toolbar\";s:28:\"header_social_networks_style\";s:6:\"circle\";s:16:\"header_icon_size\";s:5:\"small\";s:26:\"header_social_sites_select\";s:0:\"\";s:17:\"header_social_url\";s:0:\"\";s:27:\"header_social_networks_site\";s:0:\"\";s:26:\"header_social_networks_url\";s:0:\"\";s:9:\"preloader\";s:5:\"false\";s:14:\"preloader_logo\";s:0:\"\";s:20:\"preloader_icon_color\";s:7:\"#7c7c7c\";s:5:\"alpha\";s:3:\"100\";s:18:\"preloader_bg_color\";s:7:\"#ffffff\";s:19:\"preloader_animation\";s:10:\"ball_pulse\";s:23:\"section_preloader_color\";s:7:\"#ffffff\";s:11:\"add_sidebar\";s:0:\"\";s:8:\"sidebars\";s:0:\"\";s:14:\"disable_footer\";s:4:\"true\";s:12:\"boxed_footer\";s:4:\"true\";s:21:\"footer_disable_mobile\";s:5:\"false\";s:13:\"footer_gutter\";s:1:\"2\";s:22:\"footer_wrapper_padding\";s:2:\"30\";s:27:\"footer_widget_margin_bottom\";s:2:\"40\";s:11:\"footer_type\";s:1:\"1\";s:14:\"footer_columns\";s:1:\"2\";s:18:\"disable_sub_footer\";s:4:\"true\";s:17:\"enable_footer_nav\";s:5:\"false\";s:9:\"copyright\";s:56:\"Copyright 2018 DDS CONSULTING PLUS | All Rights Reserved\";s:21:\"disable_quick_contact\";s:5:\"false\";s:23:\"quick_contact_on_single\";s:4:\"true\";s:19:\"quick_contact_title\";s:10:\"Contact Us\";s:19:\"quick_contact_email\";s:23:\"areum@mozaiccreative.ca\";s:18:\"quick_contact_desc\";s:89:\"We\'re not around right now. But you can send us an email and we\'ll get back to you, asap.\";s:21:\"captcha_quick_contact\";s:4:\"true\";s:10:\"skin_color\";s:7:\"#1e73be\";s:15:\"body_text_color\";s:7:\"#1e73be\";s:7:\"p_color\";s:7:\"#1e73be\";s:7:\"a_color\";s:7:\"#2e2e2e\";s:13:\"a_color_hover\";s:7:\"#1e73be\";s:12:\"strong_color\";s:7:\"#1e73be\";s:8:\"h1_color\";s:7:\"#404040\";s:8:\"h2_color\";s:7:\"#404040\";s:8:\"h3_color\";s:7:\"#404040\";s:8:\"h4_color\";s:7:\"#404040\";s:8:\"h5_color\";s:7:\"#404040\";s:8:\"h6_color\";s:7:\"#404040\";s:31:\"background_selector_orientation\";s:17:\"full_width_layout\";s:24:\"boxed_layout_shadow_size\";s:1:\"0\";s:29:\"boxed_layout_shadow_intensity\";s:1:\"0\";s:20:\"bg_panel_color_style\";s:6:\"single\";s:14:\"bg_panel_color\";s:0:\"\";s:16:\"bg_panel_color_2\";s:0:\"\";s:21:\"grandient_color_style\";s:6:\"linear\";s:21:\"grandient_color_angle\";s:8:\"vertical\";s:15:\"bg_panel_upload\";s:0:\"\";s:16:\"bg_panel_stretch\";s:5:\"false\";s:10:\"body_color\";s:4:\"#fff\";s:19:\"body_color_gradient\";s:6:\"single\";s:12:\"body_color_2\";s:0:\"\";s:25:\"body_color_gradient_style\";s:6:\"linear\";s:25:\"body_color_gradient_angle\";s:8:\"vertical\";s:10:\"body_image\";s:0:\"\";s:9:\"body_size\";s:5:\"false\";s:13:\"body_position\";s:0:\"\";s:15:\"body_attachment\";s:0:\"\";s:11:\"body_repeat\";s:0:\"\";s:11:\"body_source\";s:8:\"no-image\";s:10:\"page_color\";s:4:\"#fff\";s:19:\"page_color_gradient\";s:6:\"single\";s:12:\"page_color_2\";s:0:\"\";s:25:\"page_color_gradient_style\";s:6:\"linear\";s:25:\"page_color_gradient_angle\";s:8:\"vertical\";s:10:\"page_image\";s:0:\"\";s:9:\"page_size\";s:5:\"false\";s:13:\"page_position\";s:0:\"\";s:15:\"page_attachment\";s:0:\"\";s:11:\"page_repeat\";s:0:\"\";s:11:\"page_source\";s:8:\"no-image\";s:12:\"header_color\";s:4:\"#fff\";s:21:\"header_color_gradient\";s:6:\"single\";s:14:\"header_color_2\";s:0:\"\";s:27:\"header_color_gradient_style\";s:6:\"linear\";s:27:\"header_color_gradient_angle\";s:8:\"vertical\";s:12:\"header_image\";s:0:\"\";s:11:\"header_size\";s:5:\"false\";s:15:\"header_position\";s:0:\"\";s:17:\"header_attachment\";s:0:\"\";s:13:\"header_repeat\";s:0:\"\";s:13:\"header_source\";s:8:\"no-image\";s:12:\"banner_color\";s:7:\"#f7f7f7\";s:21:\"banner_color_gradient\";s:6:\"single\";s:14:\"banner_color_2\";s:0:\"\";s:27:\"banner_color_gradient_style\";s:6:\"linear\";s:27:\"banner_color_gradient_angle\";s:8:\"vertical\";s:12:\"banner_image\";s:0:\"\";s:11:\"banner_size\";s:4:\"true\";s:15:\"banner_position\";s:0:\"\";s:17:\"banner_attachment\";s:0:\"\";s:13:\"banner_repeat\";s:0:\"\";s:13:\"banner_source\";s:8:\"no-image\";s:12:\"footer_color\";s:7:\"#000000\";s:21:\"footer_color_gradient\";s:6:\"single\";s:14:\"footer_color_2\";s:7:\"#3d4045\";s:27:\"footer_color_gradient_style\";s:6:\"linear\";s:27:\"footer_color_gradient_angle\";s:8:\"vertical\";s:12:\"footer_image\";s:0:\"\";s:11:\"footer_size\";s:5:\"false\";s:15:\"footer_position\";s:0:\"\";s:17:\"footer_attachment\";s:0:\"\";s:13:\"footer_repeat\";s:0:\"\";s:13:\"footer_source\";s:8:\"no-image\";s:14:\"header_opacity\";s:1:\"1\";s:21:\"header_sticky_opacity\";s:1:\"1\";s:27:\"header_btn_border_thickness\";s:1:\"1\";s:19:\"header_border_color\";s:7:\"#ededed\";s:26:\"sticky_header_border_color\";s:0:\"\";s:16:\"start_tour_color\";s:7:\"#333333\";s:19:\"header_burger_color\";s:7:\"#000000\";s:19:\"header_social_color\";s:7:\"#999999\";s:25:\"header_social_hover_color\";s:7:\"#cccccc\";s:26:\"header_social_border_color\";s:7:\"#999999\";s:27:\"header_social_bg_main_color\";s:7:\"#232323\";s:22:\"header_social_bg_color\";s:7:\"#232323\";s:14:\"main_nav_hover\";s:1:\"2\";s:17:\"main_nav_bg_color\";s:7:\"#000000\";s:23:\"main_nav_top_text_color\";s:7:\"#ffffff\";s:23:\"main_nav_top_hover_skin\";s:7:\"#1e73be\";s:28:\"main_nav_top_hover_txt_color\";s:7:\"#dd3333\";s:18:\"main_nav_sub_width\";s:3:\"230\";s:29:\"main_nav_sub_border_top_color\";s:7:\"#1e73be\";s:21:\"main_nav_sub_bg_color\";s:7:\"#333333\";s:23:\"main_nav_sub_text_color\";s:7:\"#b3b3b3\";s:29:\"main_nav_sub_text_color_hover\";s:7:\"#1e73be\";s:23:\"main_nav_sub_icon_color\";s:7:\"#e0e0e0\";s:27:\"main_nav_sub_hover_bg_color\";s:0:\"\";s:25:\"main_nav_mega_title_color\";s:7:\"#ffffff\";s:14:\"nav_sub_shadow\";s:5:\"false\";s:26:\"sub_level_box_border_color\";s:0:\"\";s:23:\"mega_menu_divider_color\";s:0:\"\";s:26:\"responsive_icon_text_color\";s:0:\"\";s:20:\"responsive_nav_color\";s:7:\"#ffffff\";s:24:\"responsive_nav_txt_color\";s:7:\"#444444\";s:17:\"header_toolbar_bg\";s:7:\"#ffffff\";s:27:\"header_toolbar_border_color\";s:0:\"\";s:24:\"header_toolbar_txt_color\";s:7:\"#999999\";s:25:\"header_toolbar_link_color\";s:7:\"#999999\";s:35:\"header_toolbar_social_network_color\";s:7:\"#999999\";s:30:\"header_toolbar_search_input_bg\";s:0:\"\";s:31:\"header_toolbar_search_input_txt\";s:7:\"#c7c7c7\";s:16:\"page_title_color\";s:7:\"#4d4d4d\";s:17:\"page_title_shadow\";s:5:\"false\";s:19:\"page_subtitle_color\";s:7:\"#a3a3a3\";s:15:\"breadcrumb_skin\";s:4:\"dark\";s:19:\"banner_border_color\";s:7:\"#ededed\";s:13:\"dash_bg_color\";s:7:\"#444444\";s:16:\"dash_title_color\";s:7:\"#ffffff\";s:15:\"dash_text_color\";s:7:\"#eeeeee\";s:16:\"dash_links_color\";s:7:\"#fafafa\";s:22:\"dash_links_hover_color\";s:0:\"\";s:19:\"dash_nav_link_color\";s:7:\"#ffffff\";s:25:\"dash_nav_link_hover_color\";s:7:\"#ffffff\";s:23:\"dash_nav_bg_hover_color\";s:0:\"\";s:19:\"fullscreen_nav_logo\";s:4:\"dark\";s:23:\"fullscreen_nav_bg_color\";s:7:\"#444444\";s:25:\"fullscreen_nav_link_color\";s:7:\"#ffffff\";s:29:\"fullscreen_nav_link_hov_color\";s:7:\"#444444\";s:32:\"fullscreen_nav_link_hov_bg_color\";s:7:\"#ffffff\";s:19:\"sidebar_title_color\";s:7:\"#333333\";s:18:\"sidebar_text_color\";s:7:\"#999999\";s:19:\"sidebar_links_color\";s:7:\"#999999\";s:25:\"sidebar_links_hover_color\";s:0:\"\";s:20:\"footer_top_thickness\";s:1:\"0\";s:23:\"footer_top_border_color\";s:0:\"\";s:18:\"footer_title_color\";s:7:\"#999999\";s:17:\"footer_text_color\";s:7:\"#999999\";s:18:\"footer_links_color\";s:7:\"#999999\";s:24:\"footer_links_hover_color\";s:0:\"\";s:19:\"sub_footer_bg_color\";s:7:\"#000000\";s:25:\"sub_footer_nav_copy_color\";s:7:\"#d1d1d1\";s:15:\"blog_body_color\";s:0:\"\";s:17:\"blog_body_a_color\";s:0:\"\";s:23:\"blog_body_a_color_hover\";s:0:\"\";s:26:\"blog_body_strong_tag_color\";s:0:\"\";s:18:\"blog_heading_color\";s:0:\"\";s:18:\"blog_body_h1_color\";s:0:\"\";s:18:\"blog_body_h2_color\";s:0:\"\";s:18:\"blog_body_h3_color\";s:0:\"\";s:18:\"blog_body_h4_color\";s:0:\"\";s:18:\"blog_body_h5_color\";s:0:\"\";s:18:\"blog_body_h6_color\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:20:\"special_fonts_list_1\";s:5:\"Amiri\";s:20:\"special_fonts_type_1\";s:6:\"google\";s:20:\"google_font_subset_1\";s:0:\"\";s:18:\"special_elements_1\";a:1:{i:0;s:4:\"body\";}s:20:\"special_fonts_list_2\";s:4:\"none\";s:20:\"special_fonts_type_2\";s:0:\"\";s:20:\"google_font_subset_2\";s:0:\"\";s:21:\"typekit_font_family_1\";s:0:\"\";s:21:\"typekit_font_family_2\";s:0:\"\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:4:\"1.66\";s:11:\"body_weight\";s:3:\"400\";s:6:\"p_size\";s:2:\"16\";s:13:\"p_line_height\";s:4:\"1.66\";s:7:\"h1_size\";s:2:\"36\";s:9:\"h1_weight\";s:3:\"600\";s:12:\"h1_transform\";s:9:\"uppercase\";s:7:\"h2_size\";s:2:\"30\";s:9:\"h2_weight\";s:3:\"600\";s:12:\"h2_transform\";s:9:\"uppercase\";s:7:\"h3_size\";s:2:\"24\";s:9:\"h3_weight\";s:3:\"600\";s:12:\"h3_transform\";s:9:\"uppercase\";s:7:\"h4_size\";s:2:\"18\";s:9:\"h4_weight\";s:3:\"600\";s:12:\"h4_transform\";s:9:\"uppercase\";s:7:\"h5_size\";s:2:\"16\";s:9:\"h5_weight\";s:3:\"600\";s:12:\"h5_transform\";s:9:\"uppercase\";s:7:\"h6_size\";s:2:\"14\";s:9:\"h6_weight\";s:3:\"600\";s:12:\"h6_transform\";s:9:\"uppercase\";s:15:\"start_tour_size\";s:2:\"14\";s:19:\"main_nav_item_space\";s:2:\"18\";s:17:\"main_nav_top_size\";s:2:\"16\";s:19:\"main_menu_transform\";s:4:\"none\";s:19:\"main_nav_top_weight\";s:6:\"bolder\";s:17:\"main_nav_sub_size\";s:2:\"12\";s:22:\"main_nav_sub_transform\";s:9:\"uppercase\";s:19:\"main_nav_sub_weight\";s:3:\"400\";s:27:\"main_nav_top_letter_spacing\";s:1:\"0\";s:27:\"main_nav_sub_letter_spacing\";s:1:\"1\";s:25:\"page_introduce_title_size\";s:2:\"20\";s:35:\"page_introduce_title_letter_spacing\";s:1:\"2\";s:21:\"page_introduce_weight\";s:3:\"400\";s:20:\"page_title_transform\";s:9:\"uppercase\";s:28:\"page_introduce_subtitle_size\";s:2:\"14\";s:33:\"page_introduce_subtitle_transform\";s:4:\"none\";s:15:\"dash_title_size\";s:2:\"14\";s:17:\"dash_title_weight\";s:6:\"bolder\";s:20:\"dash_title_transform\";s:9:\"uppercase\";s:14:\"dash_text_size\";s:2:\"12\";s:16:\"dash_text_weight\";s:3:\"400\";s:26:\"fullscreen_nav_logo_margin\";s:3:\"125\";s:26:\"fullscreen_nav_menu_gutter\";s:2:\"25\";s:29:\"fullscreen_nav_menu_font_size\";s:2:\"16\";s:31:\"fullscreen_nav_menu_font_weight\";s:6:\"bolder\";s:34:\"fullscreen_nav_menu_text_transform\";s:9:\"uppercase\";s:34:\"fullscreen_nav_menu_letter_spacing\";s:1:\"0\";s:18:\"sidebar_title_size\";s:2:\"14\";s:20:\"sidebar_title_weight\";s:6:\"bolder\";s:23:\"sidebar_title_transform\";s:9:\"uppercase\";s:17:\"sidebar_text_size\";s:2:\"14\";s:19:\"sidebar_text_weight\";s:3:\"400\";s:17:\"footer_title_size\";s:2:\"14\";s:19:\"footer_title_weight\";s:6:\"bolder\";s:22:\"footer_title_transform\";s:9:\"uppercase\";s:16:\"footer_text_size\";s:2:\"14\";s:18:\"footer_text_weight\";s:3:\"400\";s:14:\"copyright_size\";s:2:\"11\";s:24:\"copyright_letter_spacing\";s:1:\"1\";s:19:\"blog_body_font_size\";s:1:\"0\";s:21:\"blog_body_line_height\";s:1:\"0\";s:16:\"blog_body_weight\";s:3:\"400\";s:17:\"blog_heading_size\";s:1:\"0\";s:19:\"blog_heading_weight\";s:3:\"600\";s:22:\"blog_heading_transform\";s:0:\"\";s:14:\"portfolio_slug\";s:15:\"portfolio-posts\";s:23:\"portfolio_single_layout\";s:4:\"full\";s:29:\"Portfolio_single_image_height\";s:3:\"500\";s:21:\"single_portfolio_cats\";s:5:\"false\";s:23:\"single_portfolio_social\";s:4:\"true\";s:30:\"enable_portfolio_similar_posts\";s:4:\"true\";s:19:\"portfolio_next_prev\";s:4:\"true\";s:24:\"enable_portfolio_comment\";s:5:\"false\";s:24:\"archive_portfolio_layout\";s:5:\"right\";s:23:\"archive_portfolio_style\";s:7:\"classic\";s:24:\"archive_portfolio_column\";s:1:\"3\";s:30:\"archive_portfolio_image_height\";s:3:\"400\";s:34:\"archive_portfolio_pagination_style\";s:1:\"1\";s:17:\"single_blog_style\";s:7:\"compact\";s:13:\"single_layout\";s:4:\"full\";s:28:\"single_featured_image_height\";s:3:\"300\";s:29:\"single_disable_featured_image\";s:4:\"true\";s:20:\"blog_single_img_crop\";s:4:\"true\";s:17:\"blog_single_title\";s:4:\"true\";s:19:\"single_meta_section\";s:4:\"true\";s:18:\"single_blog_social\";s:4:\"true\";s:14:\"blog_prev_next\";s:4:\"true\";s:18:\"enable_blog_author\";s:4:\"true\";s:18:\"diable_single_tags\";s:4:\"true\";s:27:\"enable_single_related_posts\";s:4:\"true\";s:20:\"blog_single_comments\";s:4:\"true\";s:19:\"archive_page_layout\";s:5:\"right\";s:18:\"archive_loop_style\";s:6:\"modern\";s:18:\"archive_page_title\";s:8:\"Archives\";s:24:\"archive_disable_subtitle\";s:4:\"true\";s:25:\"archive_blog_image_height\";s:3:\"350\";s:17:\"archive_blog_meta\";s:4:\"true\";s:24:\"archive_pagination_style\";s:1:\"1\";s:18:\"search_page_layout\";s:5:\"right\";s:17:\"search_page_title\";s:6:\"Search\";s:23:\"search_disable_subtitle\";s:4:\"true\";s:9:\"news_slug\";s:10:\"news-posts\";s:26:\"news_featured_image_height\";s:3:\"340\";s:19:\"woocommerce_catalog\";s:5:\"false\";s:19:\"woo_loop_img_height\";s:3:\"300\";s:17:\"woo_image_quality\";s:0:\"\";s:19:\"woo_loop_image_size\";s:4:\"crop\";s:31:\"woocommerce_category_page_title\";s:4:\"Shop\";s:13:\"shopping_cart\";s:4:\"true\";s:26:\"woocommerce_loop_show_desc\";s:5:\"false\";s:25:\"woocommerce_single_layout\";s:4:\"full\";s:32:\"woocommerce_single_product_title\";s:4:\"true\";s:33:\"woocommerce_single_social_network\";s:4:\"true\";s:22:\"pagespeed-optimization\";s:5:\"false\";s:9:\"minify-js\";s:5:\"false\";s:10:\"minify-css\";s:4:\"true\";s:17:\"remove-js-css-ver\";s:4:\"true\";s:19:\"portfolio-post-type\";s:4:\"true\";s:14:\"news-post-type\";s:4:\"true\";s:13:\"faq-post-type\";s:4:\"true\";s:18:\"timeline-post-type\";s:4:\"true\";s:21:\"photo_album-post-type\";s:4:\"true\";s:17:\"pricing-post-type\";s:4:\"true\";s:17:\"clients-post-type\";s:4:\"true\";s:19:\"employees-post-type\";s:4:\"true\";s:21:\"testimonial-post-type\";s:4:\"true\";s:19:\"slideshow-post-type\";s:5:\"false\";s:14:\"edge-post-type\";s:4:\"true\";s:24:\"banner_builder-post-type\";s:5:\"false\";s:20:\"tab_slider-post-type\";s:4:\"true\";s:26:\"animated-columns-post-type\";s:4:\"true\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:20:\"twitter_access_token\";s:0:\"\";s:27:\"twitter_access_token_secret\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:20:\"theme_import_options\";s:0:\"\";s:16:\"_wp_http_referer\";s:38:\"/wp-admin/admin.php?page=theme_options\";s:14:\"button_clicked\";s:22:\"save_theme_options_top\";}','yes'),(145,'theme-options-production.css_sha1','1709b715acdd1fae037f8136e739befcb45103cc','yes'),(146,'global_assets_timestamp','1581556395','yes'),(150,'Jupiter_options_backup','a:395:{s:10:\"grid_width\";s:4:\"1140\";s:13:\"content_width\";s:2:\"73\";s:18:\"content_responsive\";s:3:\"960\";s:20:\"responsive_nav_width\";s:4:\"1140\";s:13:\"loggedin_menu\";s:12:\"primary-menu\";s:9:\"analytics\";s:0:\"\";s:10:\"typekit_id\";s:0:\"\";s:17:\"mailchimp_api_key\";s:0:\"\";s:18:\"disable_breadcrumb\";s:4:\"true\";s:12:\"smoothscroll\";s:4:\"true\";s:20:\"image_resize_quality\";s:3:\"100\";s:14:\"pages_comments\";s:5:\"false\";s:9:\"go_to_top\";s:4:\"true\";s:14:\"custom_favicon\";s:71:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/dds_favicon.png\";s:4:\"logo\";s:66:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/05/header.png\";s:17:\"light_header_logo\";s:96:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\";s:18:\"sticky_header_logo\";s:0:\"\";s:15:\"responsive_logo\";s:71:\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/dds_favicon.png\";s:11:\"footer_logo\";s:0:\"\";s:11:\"iphone_icon\";s:0:\"\";s:18:\"iphone_icon_retina\";s:0:\"\";s:9:\"ipad_icon\";s:0:\"\";s:16:\"ipad_icon_retina\";s:0:\"\";s:18:\"enable_header_date\";s:5:\"false\";s:22:\"header_toolbar_tagline\";s:0:\"\";s:20:\"header_toolbar_phone\";s:0:\"\";s:20:\"header_toolbar_email\";s:0:\"\";s:20:\"header_toolbar_login\";s:5:\"false\";s:24:\"header_toolbar_subscribe\";s:5:\"false\";s:20:\"mailchimp_action_url\";s:0:\"\";s:18:\"theme_header_style\";s:1:\"2\";s:18:\"theme_header_align\";s:6:\"center\";s:20:\"theme_toolbar_toggle\";s:4:\"true\";s:14:\"secondary_menu\";s:10:\"fullscreen\";s:18:\"header_burger_size\";s:3:\"big\";s:23:\"seondary_header_for_all\";s:5:\"false\";s:18:\"vertical_menu_anim\";s:1:\"1\";s:26:\"vertical_header_logo_align\";s:6:\"center\";s:28:\"vertical_header_logo_padding\";s:2:\"10\";s:21:\"vertical_header_align\";s:4:\"left\";s:23:\"vertical_menu_copyright\";s:37:\"Copyright All Rights Reserved © 2015\";s:11:\"header_grid\";s:4:\"true\";s:16:\"hide_header_logo\";s:4:\"true\";s:15:\"hide_header_nav\";s:4:\"true\";s:14:\"logo_in_middle\";s:5:\"false\";s:13:\"header_height\";s:3:\"150\";s:20:\"header_scroll_height\";s:2:\"55\";s:17:\"res_header_height\";s:2:\"90\";s:19:\"header_sticky_style\";s:5:\"fixed\";s:20:\"sticky_header_offset\";s:6:\"header\";s:22:\"header_search_location\";s:7:\"disable\";s:22:\"header_start_tour_text\";s:0:\"\";s:22:\"header_start_tour_page\";s:0:\"\";s:22:\"header_social_location\";s:7:\"toolbar\";s:28:\"header_social_networks_style\";s:6:\"circle\";s:16:\"header_icon_size\";s:5:\"small\";s:26:\"header_social_sites_select\";s:0:\"\";s:17:\"header_social_url\";s:0:\"\";s:27:\"header_social_networks_site\";s:0:\"\";s:26:\"header_social_networks_url\";s:0:\"\";s:9:\"preloader\";s:5:\"false\";s:14:\"preloader_logo\";s:0:\"\";s:20:\"preloader_icon_color\";s:7:\"#7c7c7c\";s:5:\"alpha\";s:3:\"100\";s:18:\"preloader_bg_color\";s:7:\"#ffffff\";s:19:\"preloader_animation\";s:10:\"ball_pulse\";s:23:\"section_preloader_color\";s:7:\"#ffffff\";s:11:\"add_sidebar\";s:0:\"\";s:8:\"sidebars\";s:0:\"\";s:14:\"disable_footer\";s:4:\"true\";s:12:\"boxed_footer\";s:4:\"true\";s:21:\"footer_disable_mobile\";s:5:\"false\";s:13:\"footer_gutter\";s:1:\"2\";s:22:\"footer_wrapper_padding\";s:2:\"30\";s:27:\"footer_widget_margin_bottom\";s:2:\"40\";s:11:\"footer_type\";s:1:\"1\";s:14:\"footer_columns\";s:1:\"2\";s:18:\"disable_sub_footer\";s:4:\"true\";s:17:\"enable_footer_nav\";s:5:\"false\";s:9:\"copyright\";s:56:\"Copyright 2018 DDS CONSULTING PLUS | All Rights Reserved\";s:21:\"disable_quick_contact\";s:5:\"false\";s:23:\"quick_contact_on_single\";s:4:\"true\";s:19:\"quick_contact_title\";s:10:\"Contact Us\";s:19:\"quick_contact_email\";s:23:\"areum@mozaiccreative.ca\";s:18:\"quick_contact_desc\";s:89:\"We\'re not around right now. But you can send us an email and we\'ll get back to you, asap.\";s:21:\"captcha_quick_contact\";s:4:\"true\";s:10:\"skin_color\";s:7:\"#1e73be\";s:15:\"body_text_color\";s:7:\"#1e73be\";s:7:\"p_color\";s:7:\"#1e73be\";s:7:\"a_color\";s:7:\"#2e2e2e\";s:13:\"a_color_hover\";s:7:\"#1e73be\";s:12:\"strong_color\";s:7:\"#1e73be\";s:8:\"h1_color\";s:7:\"#404040\";s:8:\"h2_color\";s:7:\"#404040\";s:8:\"h3_color\";s:7:\"#404040\";s:8:\"h4_color\";s:7:\"#404040\";s:8:\"h5_color\";s:7:\"#404040\";s:8:\"h6_color\";s:7:\"#404040\";s:31:\"background_selector_orientation\";s:17:\"full_width_layout\";s:24:\"boxed_layout_shadow_size\";s:1:\"0\";s:29:\"boxed_layout_shadow_intensity\";s:1:\"0\";s:20:\"bg_panel_color_style\";s:6:\"single\";s:14:\"bg_panel_color\";s:0:\"\";s:16:\"bg_panel_color_2\";s:0:\"\";s:21:\"grandient_color_style\";s:6:\"linear\";s:21:\"grandient_color_angle\";s:8:\"vertical\";s:15:\"bg_panel_upload\";s:0:\"\";s:16:\"bg_panel_stretch\";s:5:\"false\";s:10:\"body_color\";s:4:\"#fff\";s:19:\"body_color_gradient\";s:6:\"single\";s:12:\"body_color_2\";s:0:\"\";s:25:\"body_color_gradient_style\";s:6:\"linear\";s:25:\"body_color_gradient_angle\";s:8:\"vertical\";s:10:\"body_image\";s:0:\"\";s:9:\"body_size\";s:5:\"false\";s:13:\"body_position\";s:0:\"\";s:15:\"body_attachment\";s:0:\"\";s:11:\"body_repeat\";s:0:\"\";s:11:\"body_source\";s:8:\"no-image\";s:10:\"page_color\";s:4:\"#fff\";s:19:\"page_color_gradient\";s:6:\"single\";s:12:\"page_color_2\";s:0:\"\";s:25:\"page_color_gradient_style\";s:6:\"linear\";s:25:\"page_color_gradient_angle\";s:8:\"vertical\";s:10:\"page_image\";s:0:\"\";s:9:\"page_size\";s:5:\"false\";s:13:\"page_position\";s:0:\"\";s:15:\"page_attachment\";s:0:\"\";s:11:\"page_repeat\";s:0:\"\";s:11:\"page_source\";s:8:\"no-image\";s:12:\"header_color\";s:4:\"#fff\";s:21:\"header_color_gradient\";s:6:\"single\";s:14:\"header_color_2\";s:0:\"\";s:27:\"header_color_gradient_style\";s:6:\"linear\";s:27:\"header_color_gradient_angle\";s:8:\"vertical\";s:12:\"header_image\";s:0:\"\";s:11:\"header_size\";s:5:\"false\";s:15:\"header_position\";s:0:\"\";s:17:\"header_attachment\";s:0:\"\";s:13:\"header_repeat\";s:0:\"\";s:13:\"header_source\";s:8:\"no-image\";s:12:\"banner_color\";s:7:\"#f7f7f7\";s:21:\"banner_color_gradient\";s:6:\"single\";s:14:\"banner_color_2\";s:0:\"\";s:27:\"banner_color_gradient_style\";s:6:\"linear\";s:27:\"banner_color_gradient_angle\";s:8:\"vertical\";s:12:\"banner_image\";s:0:\"\";s:11:\"banner_size\";s:4:\"true\";s:15:\"banner_position\";s:0:\"\";s:17:\"banner_attachment\";s:0:\"\";s:13:\"banner_repeat\";s:0:\"\";s:13:\"banner_source\";s:8:\"no-image\";s:12:\"footer_color\";s:7:\"#000000\";s:21:\"footer_color_gradient\";s:6:\"single\";s:14:\"footer_color_2\";s:7:\"#3d4045\";s:27:\"footer_color_gradient_style\";s:6:\"linear\";s:27:\"footer_color_gradient_angle\";s:8:\"vertical\";s:12:\"footer_image\";s:0:\"\";s:11:\"footer_size\";s:5:\"false\";s:15:\"footer_position\";s:0:\"\";s:17:\"footer_attachment\";s:0:\"\";s:13:\"footer_repeat\";s:0:\"\";s:13:\"footer_source\";s:8:\"no-image\";s:14:\"header_opacity\";s:1:\"1\";s:21:\"header_sticky_opacity\";s:1:\"1\";s:27:\"header_btn_border_thickness\";s:1:\"1\";s:19:\"header_border_color\";s:7:\"#ededed\";s:26:\"sticky_header_border_color\";s:0:\"\";s:16:\"start_tour_color\";s:7:\"#333333\";s:19:\"header_burger_color\";s:7:\"#000000\";s:19:\"header_social_color\";s:7:\"#999999\";s:25:\"header_social_hover_color\";s:7:\"#cccccc\";s:26:\"header_social_border_color\";s:7:\"#999999\";s:27:\"header_social_bg_main_color\";s:7:\"#232323\";s:22:\"header_social_bg_color\";s:7:\"#232323\";s:14:\"main_nav_hover\";s:1:\"2\";s:17:\"main_nav_bg_color\";s:7:\"#000000\";s:23:\"main_nav_top_text_color\";s:7:\"#ffffff\";s:23:\"main_nav_top_hover_skin\";s:7:\"#1e73be\";s:28:\"main_nav_top_hover_txt_color\";s:7:\"#dd3333\";s:18:\"main_nav_sub_width\";s:3:\"230\";s:29:\"main_nav_sub_border_top_color\";s:7:\"#1e73be\";s:21:\"main_nav_sub_bg_color\";s:7:\"#333333\";s:23:\"main_nav_sub_text_color\";s:7:\"#b3b3b3\";s:29:\"main_nav_sub_text_color_hover\";s:7:\"#1e73be\";s:23:\"main_nav_sub_icon_color\";s:7:\"#e0e0e0\";s:27:\"main_nav_sub_hover_bg_color\";s:0:\"\";s:25:\"main_nav_mega_title_color\";s:7:\"#ffffff\";s:14:\"nav_sub_shadow\";s:5:\"false\";s:26:\"sub_level_box_border_color\";s:0:\"\";s:23:\"mega_menu_divider_color\";s:0:\"\";s:26:\"responsive_icon_text_color\";s:0:\"\";s:20:\"responsive_nav_color\";s:7:\"#ffffff\";s:24:\"responsive_nav_txt_color\";s:7:\"#444444\";s:17:\"header_toolbar_bg\";s:7:\"#ffffff\";s:27:\"header_toolbar_border_color\";s:0:\"\";s:24:\"header_toolbar_txt_color\";s:7:\"#999999\";s:25:\"header_toolbar_link_color\";s:7:\"#999999\";s:35:\"header_toolbar_social_network_color\";s:7:\"#999999\";s:30:\"header_toolbar_search_input_bg\";s:0:\"\";s:31:\"header_toolbar_search_input_txt\";s:7:\"#c7c7c7\";s:16:\"page_title_color\";s:7:\"#4d4d4d\";s:17:\"page_title_shadow\";s:5:\"false\";s:19:\"page_subtitle_color\";s:7:\"#a3a3a3\";s:15:\"breadcrumb_skin\";s:4:\"dark\";s:19:\"banner_border_color\";s:7:\"#ededed\";s:13:\"dash_bg_color\";s:7:\"#444444\";s:16:\"dash_title_color\";s:7:\"#ffffff\";s:15:\"dash_text_color\";s:7:\"#eeeeee\";s:16:\"dash_links_color\";s:7:\"#fafafa\";s:22:\"dash_links_hover_color\";s:0:\"\";s:19:\"dash_nav_link_color\";s:7:\"#ffffff\";s:25:\"dash_nav_link_hover_color\";s:7:\"#ffffff\";s:23:\"dash_nav_bg_hover_color\";s:0:\"\";s:19:\"fullscreen_nav_logo\";s:4:\"dark\";s:23:\"fullscreen_nav_bg_color\";s:7:\"#444444\";s:25:\"fullscreen_nav_link_color\";s:7:\"#ffffff\";s:29:\"fullscreen_nav_link_hov_color\";s:7:\"#444444\";s:32:\"fullscreen_nav_link_hov_bg_color\";s:7:\"#ffffff\";s:19:\"sidebar_title_color\";s:7:\"#333333\";s:18:\"sidebar_text_color\";s:7:\"#999999\";s:19:\"sidebar_links_color\";s:7:\"#999999\";s:25:\"sidebar_links_hover_color\";s:0:\"\";s:20:\"footer_top_thickness\";s:1:\"0\";s:23:\"footer_top_border_color\";s:0:\"\";s:18:\"footer_title_color\";s:7:\"#999999\";s:17:\"footer_text_color\";s:7:\"#999999\";s:18:\"footer_links_color\";s:7:\"#999999\";s:24:\"footer_links_hover_color\";s:0:\"\";s:19:\"sub_footer_bg_color\";s:7:\"#000000\";s:25:\"sub_footer_nav_copy_color\";s:7:\"#d1d1d1\";s:15:\"blog_body_color\";s:0:\"\";s:17:\"blog_body_a_color\";s:0:\"\";s:23:\"blog_body_a_color_hover\";s:0:\"\";s:26:\"blog_body_strong_tag_color\";s:0:\"\";s:18:\"blog_heading_color\";s:0:\"\";s:18:\"blog_body_h1_color\";s:0:\"\";s:18:\"blog_body_h2_color\";s:0:\"\";s:18:\"blog_body_h3_color\";s:0:\"\";s:18:\"blog_body_h4_color\";s:0:\"\";s:18:\"blog_body_h5_color\";s:0:\"\";s:18:\"blog_body_h6_color\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:20:\"special_fonts_list_1\";s:5:\"Amiri\";s:20:\"special_fonts_type_1\";s:6:\"google\";s:20:\"google_font_subset_1\";s:0:\"\";s:18:\"special_elements_1\";a:1:{i:0;s:4:\"body\";}s:20:\"special_fonts_list_2\";s:4:\"none\";s:20:\"special_fonts_type_2\";s:0:\"\";s:20:\"google_font_subset_2\";s:0:\"\";s:21:\"typekit_font_family_1\";s:0:\"\";s:21:\"typekit_font_family_2\";s:0:\"\";s:14:\"body_font_size\";s:2:\"14\";s:16:\"body_line_height\";s:4:\"1.66\";s:11:\"body_weight\";s:3:\"400\";s:6:\"p_size\";s:2:\"16\";s:13:\"p_line_height\";s:4:\"1.66\";s:7:\"h1_size\";s:2:\"36\";s:9:\"h1_weight\";s:3:\"600\";s:12:\"h1_transform\";s:9:\"uppercase\";s:7:\"h2_size\";s:2:\"30\";s:9:\"h2_weight\";s:3:\"600\";s:12:\"h2_transform\";s:9:\"uppercase\";s:7:\"h3_size\";s:2:\"24\";s:9:\"h3_weight\";s:3:\"600\";s:12:\"h3_transform\";s:9:\"uppercase\";s:7:\"h4_size\";s:2:\"18\";s:9:\"h4_weight\";s:3:\"600\";s:12:\"h4_transform\";s:9:\"uppercase\";s:7:\"h5_size\";s:2:\"16\";s:9:\"h5_weight\";s:3:\"600\";s:12:\"h5_transform\";s:9:\"uppercase\";s:7:\"h6_size\";s:2:\"14\";s:9:\"h6_weight\";s:3:\"600\";s:12:\"h6_transform\";s:9:\"uppercase\";s:15:\"start_tour_size\";s:2:\"14\";s:19:\"main_nav_item_space\";s:2:\"18\";s:17:\"main_nav_top_size\";s:2:\"16\";s:19:\"main_menu_transform\";s:4:\"none\";s:19:\"main_nav_top_weight\";s:6:\"bolder\";s:17:\"main_nav_sub_size\";s:2:\"12\";s:22:\"main_nav_sub_transform\";s:9:\"uppercase\";s:19:\"main_nav_sub_weight\";s:3:\"400\";s:27:\"main_nav_top_letter_spacing\";s:1:\"0\";s:27:\"main_nav_sub_letter_spacing\";s:1:\"1\";s:25:\"page_introduce_title_size\";s:2:\"20\";s:35:\"page_introduce_title_letter_spacing\";s:1:\"2\";s:21:\"page_introduce_weight\";s:3:\"400\";s:20:\"page_title_transform\";s:9:\"uppercase\";s:28:\"page_introduce_subtitle_size\";s:2:\"14\";s:33:\"page_introduce_subtitle_transform\";s:4:\"none\";s:15:\"dash_title_size\";s:2:\"14\";s:17:\"dash_title_weight\";s:6:\"bolder\";s:20:\"dash_title_transform\";s:9:\"uppercase\";s:14:\"dash_text_size\";s:2:\"12\";s:16:\"dash_text_weight\";s:3:\"400\";s:26:\"fullscreen_nav_logo_margin\";s:3:\"125\";s:26:\"fullscreen_nav_menu_gutter\";s:2:\"25\";s:29:\"fullscreen_nav_menu_font_size\";s:2:\"16\";s:31:\"fullscreen_nav_menu_font_weight\";s:6:\"bolder\";s:34:\"fullscreen_nav_menu_text_transform\";s:9:\"uppercase\";s:34:\"fullscreen_nav_menu_letter_spacing\";s:1:\"0\";s:18:\"sidebar_title_size\";s:2:\"14\";s:20:\"sidebar_title_weight\";s:6:\"bolder\";s:23:\"sidebar_title_transform\";s:9:\"uppercase\";s:17:\"sidebar_text_size\";s:2:\"14\";s:19:\"sidebar_text_weight\";s:3:\"400\";s:17:\"footer_title_size\";s:2:\"14\";s:19:\"footer_title_weight\";s:6:\"bolder\";s:22:\"footer_title_transform\";s:9:\"uppercase\";s:16:\"footer_text_size\";s:2:\"14\";s:18:\"footer_text_weight\";s:3:\"400\";s:14:\"copyright_size\";s:2:\"11\";s:24:\"copyright_letter_spacing\";s:1:\"1\";s:19:\"blog_body_font_size\";s:1:\"0\";s:21:\"blog_body_line_height\";s:1:\"0\";s:16:\"blog_body_weight\";s:3:\"400\";s:17:\"blog_heading_size\";s:1:\"0\";s:19:\"blog_heading_weight\";s:3:\"600\";s:22:\"blog_heading_transform\";s:0:\"\";s:14:\"portfolio_slug\";s:15:\"portfolio-posts\";s:23:\"portfolio_single_layout\";s:4:\"full\";s:29:\"Portfolio_single_image_height\";s:3:\"500\";s:21:\"single_portfolio_cats\";s:5:\"false\";s:23:\"single_portfolio_social\";s:4:\"true\";s:30:\"enable_portfolio_similar_posts\";s:4:\"true\";s:19:\"portfolio_next_prev\";s:4:\"true\";s:24:\"enable_portfolio_comment\";s:5:\"false\";s:24:\"archive_portfolio_layout\";s:5:\"right\";s:23:\"archive_portfolio_style\";s:7:\"classic\";s:24:\"archive_portfolio_column\";s:1:\"3\";s:30:\"archive_portfolio_image_height\";s:3:\"400\";s:34:\"archive_portfolio_pagination_style\";s:1:\"1\";s:17:\"single_blog_style\";s:7:\"compact\";s:13:\"single_layout\";s:4:\"full\";s:28:\"single_featured_image_height\";s:3:\"300\";s:29:\"single_disable_featured_image\";s:4:\"true\";s:20:\"blog_single_img_crop\";s:4:\"true\";s:17:\"blog_single_title\";s:4:\"true\";s:19:\"single_meta_section\";s:4:\"true\";s:18:\"single_blog_social\";s:4:\"true\";s:14:\"blog_prev_next\";s:4:\"true\";s:18:\"enable_blog_author\";s:4:\"true\";s:18:\"diable_single_tags\";s:4:\"true\";s:27:\"enable_single_related_posts\";s:4:\"true\";s:20:\"blog_single_comments\";s:4:\"true\";s:19:\"archive_page_layout\";s:5:\"right\";s:18:\"archive_loop_style\";s:6:\"modern\";s:18:\"archive_page_title\";s:8:\"Archives\";s:24:\"archive_disable_subtitle\";s:4:\"true\";s:25:\"archive_blog_image_height\";s:3:\"350\";s:17:\"archive_blog_meta\";s:4:\"true\";s:24:\"archive_pagination_style\";s:1:\"1\";s:18:\"search_page_layout\";s:5:\"right\";s:17:\"search_page_title\";s:6:\"Search\";s:23:\"search_disable_subtitle\";s:4:\"true\";s:9:\"news_slug\";s:10:\"news-posts\";s:26:\"news_featured_image_height\";s:3:\"340\";s:19:\"woocommerce_catalog\";s:5:\"false\";s:19:\"woo_loop_img_height\";s:3:\"300\";s:17:\"woo_image_quality\";s:0:\"\";s:19:\"woo_loop_image_size\";s:4:\"crop\";s:31:\"woocommerce_category_page_title\";s:4:\"Shop\";s:13:\"shopping_cart\";s:4:\"true\";s:26:\"woocommerce_loop_show_desc\";s:5:\"false\";s:25:\"woocommerce_single_layout\";s:4:\"full\";s:32:\"woocommerce_single_product_title\";s:4:\"true\";s:33:\"woocommerce_single_social_network\";s:4:\"true\";s:22:\"pagespeed-optimization\";s:5:\"false\";s:9:\"minify-js\";s:5:\"false\";s:10:\"minify-css\";s:4:\"true\";s:17:\"remove-js-css-ver\";s:4:\"true\";s:19:\"portfolio-post-type\";s:4:\"true\";s:14:\"news-post-type\";s:4:\"true\";s:13:\"faq-post-type\";s:4:\"true\";s:18:\"timeline-post-type\";s:4:\"true\";s:21:\"photo_album-post-type\";s:4:\"true\";s:17:\"pricing-post-type\";s:4:\"true\";s:17:\"clients-post-type\";s:4:\"true\";s:19:\"employees-post-type\";s:4:\"true\";s:21:\"testimonial-post-type\";s:4:\"true\";s:19:\"slideshow-post-type\";s:5:\"false\";s:14:\"edge-post-type\";s:4:\"true\";s:24:\"banner_builder-post-type\";s:5:\"false\";s:20:\"tab_slider-post-type\";s:4:\"true\";s:26:\"animated-columns-post-type\";s:4:\"true\";s:20:\"twitter_consumer_key\";s:0:\"\";s:23:\"twitter_consumer_secret\";s:0:\"\";s:20:\"twitter_access_token\";s:0:\"\";s:27:\"twitter_access_token_secret\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:20:\"theme_import_options\";s:0:\"\";s:16:\"_wp_http_referer\";s:38:\"/wp-admin/admin.php?page=theme_options\";s:14:\"button_clicked\";s:22:\"save_theme_options_top\";}','yes'),(165,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(166,'mk_detect-post-var-count','895','yes'),(209,'recently_activated','a:7:{s:15:\"raven/raven.php\";i:1581704415;s:27:\"js_composer/js_composer.php\";i:1581630214;s:21:\"jet-tabs/jet-tabs.php\";i:1581628339;s:39:\"jet-smart-filters/jet-smart-filters.php\";i:1581628335;s:23:\"jet-popup/jet-popup.php\";i:1581628330;s:25:\"jet-engine/jet-engine.php\";i:1581628324;s:29:\"jet-elements/jet-elements.php\";i:1581628318;}','yes'),(214,'revslider-update-check-short','1581612460','yes'),(215,'revslider-templates-check','1581436488','yes'),(216,'rs-templates-new','','yes'),(217,'rs-templates','a:2:{s:6:\"slider\";a:407:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:23:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:28;a:23:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:23:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:23:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:26:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:330:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:23:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:23:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:26:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:246;a:23:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:247;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:26:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:250;a:26:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:251;a:26:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:252;a:26:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:253;a:26:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:254;a:26:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:255;a:26:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:256;a:26:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:257;a:23:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:258;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:259;a:23:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:260;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:264;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:265;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:23:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:296;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:26:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:302;a:26:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:303;a:26:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:304;a:26:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:305;a:26:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:306;a:26:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:307;a:26:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:308;a:26:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:309;a:26:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:310;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:314;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:321;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:322;a:26:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:323;a:26:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:324;a:26:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:325;a:26:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:326;a:26:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:327;a:26:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:328;a:23:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:329;a:23:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:330;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:331;a:26:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:332;a:26:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:333;a:26:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:334;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:335;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:347;a:26:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:348;a:26:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:349;a:26:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:350;a:26:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:351;a:26:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:352;a:26:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:353;a:26:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:354;a:26:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:355;a:26:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:356;a:26:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:357;a:26:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:358;a:26:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:359;a:26:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:360;a:26:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:361;a:26:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:362;a:26:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:363;a:26:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:364;a:26:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:365;a:26:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:376;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:384;a:26:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:385;a:26:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:386;a:26:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:387;a:26:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:388;a:26:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:389;a:26:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:390;a:26:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:391;a:26:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:392;a:26:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:393;a:26:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:394;a:26:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:395;a:26:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:396;a:26:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:397;a:26:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:398;a:26:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:399;a:26:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:400;a:26:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:401;a:26:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:402;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:407;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:411;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:412;a:23:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"Real-Estate-Showcase-Slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"4b0ddbe1928115f4b040f6ad4a01a583\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:413;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:416;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:427;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:428;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:429;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:437;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:438;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:439;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:447;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:448;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:451;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:452;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:461;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"Real-Estate-Showcase-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','yes'),(220,'vc_version','6.0.5','yes'),(221,'revslider_checktables','1','yes'),(222,'revslider_table_version','1.0.8','yes'),(228,'revslider-global-settings','{\"version\":\"6.0.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":1240,\"notebook\":1024,\"tablet\":778,\"mobile\":480}}','yes'),(230,'revslider_update_version','6.1.6','yes'),(237,'wpb_js_content_types','a:13:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"clients\";i:3;s:16:\"animated-columns\";i:4;s:4:\"edge\";i:5;s:9:\"employees\";i:6;s:3:\"faq\";i:7;s:4:\"news\";i:8;s:9:\"portfolio\";i:9;s:7:\"pricing\";i:10;s:10:\"tab_slider\";i:11;s:11:\"testimonial\";i:12;s:11:\"photo_album\";}','yes'),(238,'wpb_js_groups_access_rules','a:4:{s:13:\"administrator\";a:1:{s:4:\"show\";s:3:\"all\";}s:6:\"editor\";a:1:{s:4:\"show\";s:3:\"all\";}s:6:\"author\";a:1:{s:4:\"show\";s:3:\"all\";}s:11:\"contributor\";a:1:{s:4:\"show\";s:3:\"all\";}}','yes'),(239,'wpb_js_not_responsive_css','','yes'),(240,'wpb_js_google_fonts_subsets','a:0:{}','yes'),(245,'components-production.min.js_sha1','45b1635176df3e98ae3304c89f3fe41a9489b9c3','yes'),(246,'components-production.min.css_sha1','9daabc4c306e50a8c07e9ae20cc47a2e928778f9','yes'),(478,'revslider-connection','1','yes'),(479,'revslider-latest-version','6.1.8','yes'),(480,'revslider-stable-version','4.2','yes'),(481,'revslider-notices','a:0:{}','yes'),(482,'revslider-dashboard','a:0:{}','yes'),(604,'revslider-notices-dc','a:8:{i:0;s:10:\"TPRS515-01\";i:1;s:10:\"TPRS540-01\";i:2;s:10:\"TPRS545-01\";i:3;s:10:\"TPRS546-01\";i:4;s:11:\"TPRS5452-01\";i:5;s:10:\"TPRS530-01\";i:6;s:10:\"TPRS548-01\";i:7;s:10:\"TPRS600-01\";}','yes'),(669,'wonderplugin_gridgallery_userrole','manage_options','yes'),(670,'wonderplugin_gridgallery_thumbnailsize','medium','yes'),(671,'wonderplugin-gridgallery-engine','WordPress Portfolio','yes'),(748,'wonderplugin_gridgallery_information','s:21290:\"O:8:\"stdClass\":16:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:51:\"https://www.wonderplugin.com/wordpress-gridgallery/\";s:4:\"name\";s:29:\"Wonder Portfolio Grid Gallery\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:1:{s:7:\"default\";s:41:\"https://www.wonderplugin.com/icon-128.png\";}s:7:\"version\";s:4:\"15.8\";s:11:\"new_version\";s:4:\"15.8\";s:12:\"last_updated\";s:10:\"2019-11-07\";s:8:\"sections\";a:1:{s:10:\"change log\";s:20616:\"<h4>Version 15.8 - November 7, 2019</h4>\n<ul>\n<li>Support PDF</li>\n</ul>\n<h4>Version 15.7 - September 9, 2019</h4>\n<ul>\n<li>Fix a bug in the skin Circular Image</li>\n</ul>\n<h4>Version 15.6 - September 9, 2019</h4>\n<ul>\n<li>Create <a href=\"https://www.wonderplugin.com/wordpress-gridgallery/examples/wordpress-justified-gallery-id42/\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress justified gallery</a></li>\n<li>Change to use CSS3 for image hover over effect</li>\n</ul>\n<h4>Version 15.5 - August 29, 2019</h4>\n<ul>\n<li>Change gallery editor UI color</li>\n</ul>\n<h4>Version 15.4 - July 26, 2019</h4>\n<ul>\n<li>Add an option to place lightbox navigation arrows inside of the popup, outside of the popup or on sides of the web browser</li>\n<li>Add enter and exit animation for lightbox popup</li>\n<li>Fix a bug in lightbox navigation arrows</li>\n</ul>\n<h4>Version 15.3 - July 23, 2019</h4>\n<ul>\n<li>Change all PHP line endings to the same</li>\n</ul>\n<h4>Version 15.2 - July 17, 2019</h4>\n<ul>\n<li>Create grid gallery for WooCommerce on sale products</li>\n</ul>\n<h4>Version 15.1 - July 8, 2019</h4>\n<ul>\n<li>Add a new grid template layout to create one column list view</li>\n<li>Add a new skin List View to display image and text side by side in the grid view</li>\n<li>Fix a bug when dragging to resize the web browser</li>\n</ul>\n<h4>Version 15.0 - June 12, 2019</h4>\n<ul>\n<li>Add options to add extra attributes to A and IMG elements</li>\n<li>Add a function to display PHP info</li>\n</ul>\n<h4>Version 14.9 - May 9, 2019</h4>\n<ul>\n<li>Fix a bug under multilingual website</li>\n<li>Add options to specify different thumbnail sizes in mobile and tablet devices</li>\n</ul>\n<h4>Version 14.8 - April 4, 2019</h4>\n<ul>\n<li>Do not throw JavaScript error when there is a multiple jQuery issue on the webpage</li>\n</ul>\n<h4>Version 14.7 - March 10, 2019</h4>\n<ul>\n<li>Lightbox: add an option to place the text outside of the image box</li>\n<li>Lightbox: fix a bug when the text is placed on the right or left of the image box</li>\n<li>WPML Support: fix an issue when the dashboard is not the default language</li>\n</ul>\n<h4>Version 14.6 - March 6, 2019</h4>\n<ul>\n<li>Support multilingual plugin WPML (Version 3.2 and above)</li>\n</ul>\n<h4>Version 14.5 - February 21, 2019</h4>\n<ul>\n<li>Add an option to not directly add CSS code to the webpage HTML source code. This update will fix an issue with W3C validation.</li>\n</ul>\n<h4>Version 14.4 - February 14, 2019</h4>\n<ul>\n<li>Skin Hover: align the text to vertical middle by default</li>\n<li>Add an option to activate the weblink or lightbox only when clicking on the text overlay</li>\n</ul>\n<h4>Version 14.3 - February 13, 2019</h4>\n<ul>\n<li>Fix a bug of W3C validation</li>\n</ul>\n<h4>Version 14.2 - November 30, 2018</h4>\n<ul>\n<li>Fix a bug with WooCommerce/Custom Post type carousel</li>\n</ul>\n<h4>Version 14.1 - November 29, 2018</h4>\n<ul>\n<li>Support displaying a muted HTML5 video as thumbnail in the grid gallery</li>\n<li>Add a function \"Add Web Link\" to link thumbnail to web address</li>\n<li>Fix an issue with Jetpack image lazy loading</li>\n</ul>\n<h4>Version 14.0 - November 5, 2018</h4>\n<ul>\n<li>Remove HTML tags from alt attribute</li>\n</ul>\n<h4>Version 13.9 - October 10, 2018</h4>\n<ul>\n<li>Add support for description, category, image alt when loading images and videos from a JSON web service: <a href=\"https://www.wonderplugin.com/wordpress-tutorials/how-to-load-image-and-video-list-from-a-json-web-service-in-wonderplugin-portfolio-plugin/\" rel=\"noopener noreferrer\" target=\"_blank\">How to load image and video list from a json web service</a></li>\n</ul>\n<h4>Version 13.8 - September 25, 2018</h4>\n<ul>\n<li>Fix a bug in video lightbox</li>\n</ul>\n<h4>Version 13.7 - September 19, 2018</h4>\n<ul>\n<li>Add an option to export the gallery media file list to an XML file</li>\n</ul>\n<h4>Version 13.6 - August 31, 2018</h4>\n<ul>\n<li>Support creating a WordPress gallery from an XML file: <a href=\"https://www.wonderplugin.com/wordpress-grid-gallery/how-to-create-a-wordpress-gallery-from-an-xml-file/\" target=\"_blank\" rel=\"noopener noreferrer\">How to create a WordPress gallery from an XML file</a></li>\n<li>Add an option to use a regular drop down list for category selection</li>\n<li>Fix an issue in search and replace</li>\n</ul>\n<h4>Version 13.5 - August 17, 2018</h4>\n<ul>\n<li>Add an option to create full width gallery</li>\n</ul>\n<h4>Version 13.4 - August 10, 2018</h4>\n<ul>\n<li>Add a button \"Quick Edit\" to edit the title, description, alt, weblink and categories of all images and videos in one page</li>\n<li>Retrieve alt text when adding images from WordPress Media Library</li>\n<li>Add an option to trigger a Windows resize event after the gallery is inited</li>\n<li>Use an XML file <code>list.xml</code> to define extra information for images and videos when creating a WordPress folder gallery</li>\n<li>Add an option to configure whether to use the image title as alt attribute for all images in Global Settings dialog</li>\n</ul>\n<h4>Version 13.3 - July 27, 2018</h4>\n<ul>\n<li>Add a new option \"cross fade\" to the lightbox transition effect</li>\n</ul>\n<h4>Version 13.2 - June 29, 2018</h4>\n<ul>\n<li>Add two WordPress filters to customise the value of post gallery and custom post galley</li>\n</ul>\n<h4>Version 13.1 - June 21, 2018</h4>\n<ul>\n<li>Fix a bug when supporting shortcodes in title and description</li>\n</ul>\n<h4>Version 13.0 - June 15, 2018</h4>\n<ul>\n<li>Add an option to support shortcodes in title and description</li>\n<li>Fix a bug when combining the gallery js files</li>\n</ul>\n<h4>Version 12.9 - June 8, 2018</h4>\n<ul>\n<li>Add an option to not zoom in gallery grids</li>\n</ul>\n<h4>Version 12.8 - June 1, 2018</h4>\n<ul>\n<li>Add a data option <code>centerlastrow</code>: adding the text <code>data-centerlastrow=\"true\"</code> to the plugin, step 4 Options tab, Advanced Options, Data Option input box will center align the last row in the gallery</li>\n<li>Add a data option <code>centeronerow</code>: adding the text <code>data-centeronerow=\"true\"</code> to the plugin, step 4 Options tab, Advanced Options, Data Option input box will center align the row when there is only one row displayed in the gallery</li>\n</ul>\n<h4>Version 12.7 - May 25, 2018</h4>\n<ul>\n<li>In the plugin, step 1, add a button <code>Global Settings</code> to apply options to all items in the gallery</li>\n</ul>\n<h4>Version 12.6 - May 23, 2018</h4>\n<ul>\n<li>Fix a bug when creating post galleries</li>\n</ul>\n<h4>Version 12.5 - May 17, 2018</h4>\n<ul>\n<li>Fix minor bugs</li>\n</ul>\n<h4>Version 12.4 - May 1, 2018</h4>\n<ul>\n<li>Fix a bug when creating WordPress custom post type galleries</li>\n</ul>\n<h4>Version 12.3 - April 8, 2018</h4>\n<ul>\n<li>Embed Soundcloud in the grid gallery</li>\n</ul>\n<h4>Version 12.2 - April 4, 2018</h4>\n<ul>\n<li>Add custom filters for allowed HTML tag and CSS attributes</li>\n</ul>\n<h4>Version 12.1 - March 29, 2018</h4>\n<ul>\n<li>Customise allowed HTML tags and CSS attributes</li>\n</ul>\n<h4>Version 12.0 - March 28, 2018</h4>\n<ul>\n<li>Create image/video galleries from folders on the web server</li>\n<li>Add an option to defer loading all images and the gallery</li>\n<li>Fix the bug when the category slug only contains digits</li>\n<li>Fix the bug of video controls not working in full screen mode under the latest Chrome</li>\n<li>Change to use native video controls on iPhone, iPad and Android devices</li>\n<li>Remove the video download button in the native video controls by default</li>\n</ul>\n<h4>Version 11.9 - March 22, 2018</h4>\n<ul>\n<li>Add an option to load all remaining images on click the \"Load More\" button</li>\n</ul>\n<h4>Version 11.8 - February 17, 2018</h4>\n<ul>\n<li>Support WooCommerce</li>\n<li>Support custom post type</li>\n<li>Specify lightbox image fade in effect duration</li>\n<li>Support sliding transition effect for lightbox</li>\n<li>Specify lightbox title and description CSS in fullscreen mode</li>\n</ul>\n<h4>Version 11.7 - February 2, 2018</h4>\n<ul>\n<li>\nAdd options to switch the lightbox to fullscreen mode on small screen devices</li>\n</ul>\n<h4>Version 11.6 - October 31, 2017</h4>\n<ul>\n<li>WordPress post gallery: order posts by title, date, ID, author, modified date and number of comments </li>\n<li>WordPress post gallery: display posts in ascending or descending order</li>\n<li>WordPress post gallery: select posts by tags</li>\n<li>WordPress post gallery: specify date range when selecting posts</li>\n</ul>\n<h4>Version 11.5 - October 30, 2017</h4>\n<ul>\n<li>\nFix the watermark issue in version 11.4</li>\n</ul>\n<h4>Version 11.4 - October 29, 2017</h4>\n<ul>\n<li>\nAdd two new skins: 3D Flip with Title, Circular 3D Flip</li>\n</ul>\n<h4>Version 11.3 - October 23, 2017</h4>\n<ul>\n<li>\nFix a compatibility issue with WPTouch</li>\n</ul>\n<h4>Version 11.2 - August 29, 2017</h4>\n<ul>\n<li>\nSupport automatically alignment for masonry galleries </li>\n</ul>\n<h4>Version 11.1 - August 25, 2017</h4>\n<ul>\n<li>\nFix a bug in lightbox popup\n</li>\n</ul>\n<h4>Version 11.0 - August 15, 2017</h4>\n<ul>\n<li>\nFix the warnings when checking the compatibility with PHP 7 with the plugin PHP Compatibility Checker\n</li>\n</ul>\n<h4>Version 10.9 - August 10, 2017</h4>\n<ul>\n<li>\nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.</li>\n</ul>\n<h4>Version 10.8 - August 6, 2017</h4>\n<ul>\n<li>Display social media buttons in the gallery grids</li>\n<li>Add a new skin <a href=\"https://www.wonderplugin.com/wordpress-gridgallery/examples/wordpress-team-members-with-departments-id34/\" target=\"_blank\" rel=\"noopener noreferrer\">Team Members with Social Media</a> to display team members information</li>\n</ul>\n<h4>Version 10.7 - August 5, 2017</h4>\n<ul>\n<li>Add an option to create a drop down menu for category selection</li>\n<li>Support using a template for text hover overlay content and grid content</li>\n</ul>\n<h4>Version 10.6 - August 2, 2017</h4>\n<ul>\n<li>Support displaying HTML/shortcode in the gallery grid</li>\n</ul>\n<h4>Version 10.5 - August 1, 2017</h4>\n<ul>\n<li>Fix a bug when changing the category order with drag and drop</li>\n</ul>\n<h4>Version 10.4 - July 15, 2017</h4>\n<ul>\n<li>Add an option to display an email share button in lightbox</li>\n<li>Support an advanced lightbox option <i>data-swipedistance</i> to define the minimum swipe distance (in pixels) for lightbox</li>\n</ul>\n<h4>Version 10.3 - June 22, 2017</h4>\n<ul>\n<li>Fix a bug in version 10.2</li>\n</ul>\n<h4>Version 10.2 - June 19, 2017</h4>\n<ul>\n<li>Move the jQuery plugin inside the jQuery document ready event handler</li>\n</ul>\n<h4>Version 10.1 - June 13, 2017</h4>\n<ul>\n<li>Fix a bug of touch swiping the lightbox gallery on legacy Android version 5 and below</li>\n</ul>\n<h4>Version 10.0 - June 6, 2017</h4>\n<ul>\n<li>Fix a bug with the skin 3D Flip under Firefox</li>\n</ul>\n<h4>Version 9.9 - June 6, 2017</h4>\n<ul>\n<li>Fix a minor bug in the skin 3D Flip</li>\n</ul>\n<h4>Version 9.8 - June 6, 2017</h4>\n<ul>\n<li>Add a new skin 3D Flip to create <a href=\"https://www.wonderplugin.com/wordpress-gridgallery/\" target=\"_blank\" rel=\"noopener noreferrer\">3D flip grid galleries</a></li>\n</ul>\n<h4>Version 9.7 - April 2, 2017</h4>\n<ul>\n<li>Fix a bug when creating a lightbox gallery</li>\n</ul>\n<h4>Version 9.6 - April 2, 2017</h4>\n<ul>\n<li>Fix the bug in lightbox when images belong to multiple categories</li>\n</ul>\n<h4>Version 9.5 - March 21, 2017</h4>\n<ul>\n<li>Add an option to save the gallery with post method by default</li>\n</ul>\n<h4>Version 9.4 - March 20, 2017</h4>\n<ul>\n<li>Add an option to support the tabindex attribute: use Tab key to navigate through images</li>\n</ul>\n<h4>Version 9.3 - February 24, 2017</h4>\n<ul>\n<li>Import/export gallery configurations from/to an xml file</li>\n<li>Add an option in the Settings menu to show the title in step 1, the images and videos list</li>\n<li>Fix a bug with the masonry gallery when the \"Load More or Pagination\" lazy mode is enabled</li>\n</ul>\n<h4>Version 9.2 - February 13, 2017</h4>\n<ul>\n<li>Add an option to add custom JavaScript code</li>\n</ul>\n<h4>Version 9.1</h4>\n<ul>\n<li>Add a button to lightbox to show/hide the thumbnails</li>\n</ul>\n<h4>Version 9.0</h4>\n<ul>\n<li>Setup a default value for grid template if it does not have a valid value</li>\n</ul>\n<h4>Version 8.9</h4>\n<ul>\n<li>Fix a problem with the latest version Jetpack</li>\n</ul>\n<h4>Version 8.8</h4>\n<ul>\n<li>Fix a bug in version 8.7</li>\n</ul>\n<h4>Version 8.7</h4>\n<ul>\n<li>Support JavaScript onClick handler for images in the grid</li>\n<li>Disable the hover over tooltip popup of images in the grid</li>\n</ul>\n<h4>Version 8.6</h4>\n<ul>\n<li>Change lightbox fullscreen mode default to false on small screen devices</li>\n</ul>\n<h4>Version 8.5</h4>\n<ul>\n<li>Fix the bug when the category name slug is a digital number</li>\n</ul>\n<h4>Version 8.4</h4>\n<ul>\n<li>Fix a bug when pagination or load more button is enabled for multiple-category gallery</li>\n<li>Add a new skin to create <a href=\"https://www.wonderplugin.com/wordpress-gridgallery/wordpress-masonry-gallery-id28/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress masonry gallery</a>. In masonry mode, images are not cut off and all images are fitted together. </li>\n</ul>\n<h4>Version 8.3</h4>\n<ul>\n<li>Fix a minor issue in gallery editor</li>\n</ul>\n<h4>Version 8.2</h4>\n<ul>\n<li>Support iFrame video</li>\n</ul>\n<h4>Version 8.1</h4>\n<ul>\n<li>Compatible with jQuery 3</li>\n</ul>\n<h4>Version 8.0</h4>\n<ul>\n<li>Fix a bug of re-ordering categories by using drag-and-drop</li>\n</ul>\n<h4>Version 7.9</h4>\n<ul>\n<li>Use the grid image as the lightbox HTML5 video poster image</li>\n<li>Add an option to show all images/videos in the lightbox when \"Show All\" is selected</li>\n</ul>\n<h4>Version 7.8</h4>\n<ul>\n<li>Support data options in shortcode</li>\n</ul>\n<h4>Version 7.7</h4>\n<ul>\n<li>Fix a bug of icon name conflict</li>\n</ul>\n<h4>Version 7.6</h4>\n<ul>\n<li>Fix a bug of image resizing</li>\n</ul>\n<h4>Version 7.5</h4>\n<ul>\n<li>Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest</li>\n<li>Rearrange lightbox options to tabs</li>\n</ul>\n<h4>Version 7.4</h4>\n<ul>\n<li>Support playing videos inside the grid</li>\n</ul>\n<h4>Version 7.3</h4>\n<ul>\n<li>Hide text overlay when there is no title, description and button</li>\n<li>Show the mouse pointer as an arrow when a web link is not specified or the lightbox option is not enabled</li>\n</ul>\n<h4>Version 7.2</h4>\n<ul>\n<li>Support adjusting category orders by drag and drop</li>\n</ul>\n<h4>Version 7.1</h4>\n<ul>\n<li>Fix a bug of image resizing</li>\n</ul>\n<h4>Version 7.0</h4>\n<ul>\n<li>Add a button to sort images in the gallery editor. You can sort images by the URL, image filename or title.</li>\n</ul>\n<h4>Version 6.9</h4>\n<ul>\n<li>Fix a responsive bug with image lightbox</li>\n<li>Support advanced options for lightbox</li>\n</ul>\n<h4>Version 6.8</h4>\n<ul>\n<li>Fix a bug when both lightbox and web link are not configured</li>\n<li>Only display videos in the Media Library Selection Dialog when selecting a video file</li>\n</ul>\n<h4>Version 6.7</h4>\n<ul>\n<li>Fix the bug of adding video play button to text area</li>\n</ul>\n<h4>Version 6.6</h4>\n<ul>\n<li>Fix the bug of text not showing up when both lightbox and web link are not configured</li>\n</ul>\n<h4>Version 6.5</h4>\n<ul>\n<li>Fix the bug of when there are upper case letters in table name</li>\n<li>Add an advanced options to trigger window resize event</li>\n</ul>\n<h4>Version 6.4</h4>\n<ul>\n<li>Support Load More button</li>\n<li>Support pagination</li>\n<li>Support URL parameter wpgalleryitemid to open a lightbox on page load. The parameter starts from 0. For example, the following URL will open the third item in lightbox on page load: <a href=\"https://www.wonderplugin.com/wordpress-gridgallery/?wpgalleryitemid=2\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.wonderplugin.com/wordpress-gridgallery/?wpgalleryitemid=2</a></li>\n<li>Support advanced option data-remote to load image/video list from a JSON service</li>\n</ul>\n<h4>Version 6.3</h4>\n<ul>\n<li>Fix the bug of categories being reset when page refreshes</li>\n</ul>\n<h4>Version 6.2</h4>\n<ul>\n<li>Add responsive options for lightbox on mobile landscape orientation mode</li>\n</ul>\n<h4>Version 6.1</h4>\n<ul>\n<li>WordPress Posts Gallery: add an option to link title to the post page</li>\n<li>WordPress Posts Gallery: add an option to open the featured image in lightbox</li>\n</ul>\n<h4>Version 6.0</h4>\n<ul>\n<li>Fix a minor issue when resizing images</li>\n</ul>\n<h4>Version 5.9</h4>\n<ul>\n<li>Support selecting multiple categories</li>\n<li>Add a new category button style: blue button with tick</li>\n</ul>\n<h4>Version 5.8</h4>\n<ul>\n<li>Fix a bug in plugin update</li>\n</ul>\n<h4>Version 5.7</h4>\n<ul>\n<li>Add an option to center images when the aspect ratio of images is different with that of the grid cell</li>\n</ul>\n<h4>Version 5.6</h4>\n<ul>\n<li>Support trash in gallery management. The deleted gallery will be moved to the trash in which you can restore or permanently delete it.</li>\n</ul>\n<h4>Version 5.5</h4>\n<ul>\n<li>Support lightbox auto slideshow</li>\n<li>Add an option to always show the previous and next navigation arrows on lightbox</li>\n<li>Display error notice on the WordPress Updates page if the free upgrade period is expired.</li>\n</ul>\n<h4>Version 5.4</h4>\n<ul>\n<li>Add text to img alt tag\n</li>\n</ul>\n<h4>Version 5.3</h4>\n<ul>\n<li>Add an option to support adding the new item to the beginning of the list\n</li>\n<li>Add a function to reverse the media list</li>\n</ul>\n<h4>Version 5.2</h4>\n<ul>\n<li>Add an option to hide the play button of video thumbnails</li>\n<li>Add an option to hide MP4/WebM video play control bar on lightbox</li>\n<li>Add an option to display text on bottom, inside, left or right of the lightbox</li>\n<li>Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser</li>\n<li>Add an option to add prefix to title when the lightbox is displayed in gallery mode</li>\n<li>Add an option to enable or disable closing lightbox when clicking on the overlay background</li>\n<li>Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.</li>\n</ul>\n<h4>Version 5.1</h4>\n<ul>\n<li>Fix the bug when the category buttons are placed at the position of left top and right top\n</li>\n</ul>\n<h4>Version 5.0</h4>\n<ul>\n<li>Support categories\n</li>\n</ul>\n<h4>Version 4.9</h4>\n<ul>\n<li>Fix the bug of playing MP4 video on iPad iOS 9.1\n</li>\n</ul>\n<h4>Version 4.8</h4>\n<ul>\n<li>Fix the bug of video lightbox in iPad 2\n</li>\n</ul>\n<h4>Version 4.7</h4>\n<ul>\n<li>Fix the bug when there is no link and lightbox popup for gallery items</li>\n</ul>\n<h4>Version 4.6</h4>\n<ul>\n<li>Add options to change the lightbox background color, overlay color and overlay opacity</li>\n</ul>\n<h4>Version 4.5</h4>\n<ul>\n<li>Support WordPress posts gallery: create galleries from recent posts or specified post categories</li>\n</ul>\n<h4>Version 4.4</h4>\n<ul>\n<li>Add an option to open lightbox when clicking the button</li>\n<li>Add an option to open the web link or lightbox when clicking on the hover text overlay</li>\n</ul>\n<h4>Version 4.3</h4>\n<ul>\n<li>Add an option to support Ajax page loading</li>\n<li>Add an option to not initialise the gallery on page load</li>\n<li>Display detailed error message if the gallery can not be created</li>\n</ul>\n<h4>Version 4.2</h4>\n<ul>\n<li>Add an option to remove all texts from the gallery HTML code</li>\n<li>Fix a minor issue of lightbox under Android Chrome and Firefox</li>\n</ul>\n<h4>Version 4.1</h4>\n<ul>\n<li>Support iframe scrolling in lightbox on iPhone and iPad</li>\n</ul>\n<h4>Version 4.0</h4>\n<ul>\n<li>Fix bugs</li>\n</ul>\n<h4>Version 3.8</h4>\n<ul>\n<li>Fix a bug of Lightbox effect under Internet Explorer</li>\n</ul>\n<h4>Version 3.7</h4>\n<ul>\n<li>Fix bugs</li>\n</ul>\n<h4>Version 3.6</h4>\n<ul>\n<li>Resize grid after the image is loaded</li>\n</ul>\n<h4>Version 3.5</h4>\n<ul>\n<li>Fix a minor bug in responsive</li>\n</ul>\n<h4>Version 3.4</h4>\n<ul>\n<li>Add an option to load plugin js files to the footer</li>\n<li>Add an option to display galleries in text widgets</li>\n<li>Add a new skin Hover</li>\n<li>Add an option to only zoom images on mouse hover</li>\n<li>Display description and button in grids</li>\n<li>Open web links in lightbox</li>\n<li>Add an option to not display lightbox images as a group</li>\n</ul>\n<h4>Version 3.3</h4>\n<ul>\n<li>Support version check and update</li>\n</ul>\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:24:\"wonderplugin-gridgallery\";s:6:\"plugin\";s:52:\"wonderplugin-gridgallery/wonderplugingridgallery.php\";s:12:\"last_checked\";i:1580920260;}\";','yes'),(1174,'duplicate_page_options','a:5:{s:25:\"duplicatepage_nonce_field\";s:10:\"cd431c1dd0\";s:16:\"_wp_http_referer\";s:62:\"/dds/wp-admin/options-general.php?page=duplicate_page_settings\";s:21:\"duplicate_post_status\";s:7:\"publish\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";}','yes'),(1177,'duplicatepage_email_verified_1','yes','yes'),(1184,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1185,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1186,'widget_contact_form','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1187,'widget_contact_info','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1188,'widget_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1189,'widget_gmap','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1190,'widget_instagram','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1191,'widget_mini_slidshow_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1192,'widget_news_feed_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1193,'widget_popular_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1194,'widget_recent_portfolio','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1195,'widget_recent_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1196,'widget_related_posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1197,'widget_social','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1198,'widget_subnav','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1199,'widget_testimonial_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1200,'widget_twitter','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1201,'widget_video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1202,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1203,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1205,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1405,'wd_contact_form_maker_version','1.0.71','no'),(1406,'fmc_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"11/7/2018\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}}','yes'),(1407,'fmc_subscribe_done','1','yes'),(1420,'cfm_settings','a:3:{s:10:\"public_key\";s:40:\"6LdJnVYUAAAAACeYeTTHEu2qdZ3u-fp1c0AqJfku\";s:11:\"private_key\";s:40:\"6LdJnVYUAAAAAPsw2OIEdINx_ewGwwYE9j7jZCxV\";s:7:\"map_key\";s:0:\"\";}','yes'),(2191,'revslider-valid-notice','false','yes'),(2232,'WPLANG','','yes'),(2237,'_psp_options','{\"psp_ver\":0,\"psp_api\":\"8bf109a031b73d6a2704278dea9c1d2a\",\"psp_separator\":\"|\",\"psp_remove_duplicates_opt\":1,\"psp_import_opt\":1,\"psp_title_opt\":1,\"psp_description_opt\":1,\"psp_keywords_opt\":1,\"psp_canonical_opt\":1,\"psp_prevnext_opt\":1,\"psp_sitemap_opt\":0,\"psp_media_opt\":0,\"psp_og_opt\":1,\"psp_fb_admin\":\"\",\"psp_tw_opt\":1,\"psp_tw_account\":\"\",\"psp_jsonld_opt\":1,\"psp_noindex_opt\":1,\"psp_jsonld_type\":\"Organization\",\"psp_jsonld\":{\"Organization\":{\"name\":\"\",\"logo\":\"\",\"telephone\":\"\",\"contactType\":\"\",\"description\":\"\"},\"Person\":{\"name\":\"\",\"logo\":\"\",\"telephone\":\"\",\"jobTitle\":\"\",\"description\":\"\"}},\"socials\":{\"fb_admins\":[],\"fbconnectkey\":\"\",\"fbadminapp\":\"\",\"facebook_site\":\"\",\"twitter_site\":\"\",\"twitter\":\"\",\"instagram_url\":\"\",\"linkedin_url\":\"\",\"myspace_url\":\"\",\"pinterest_url\":\"\",\"youtube_url\":\"\",\"google_plus_url\":\"\",\"twitter_card_type\":\"\",\"plus_publisher\":\"\"},\"codes\":{\"google_wt\":\"\",\"google_analytics\":\"\",\"facebook_pixel\":\"\",\"bing_wt\":\"\",\"pinterest_verify\":\"\",\"alexa_verify\":\"\"},\"psp_metas\":{\"title_maxlength\":75,\"description_maxlength\":320,\"og_title_maxlength\":75,\"og_description_maxlength\":110,\"tw_title_maxlength\":75,\"tw_description_maxlength\":280,\"jsonld_title_maxlength\":75,\"jsonld_description_maxlength\":110},\"patterns\":{\"home\":{\"sep\":\"|\",\"title\":\"{{sitename}} {{page}} {{sep}} {{sitedesc}}\",\"description\":\"{{excerpt}} {{page}} {{sep}} {{sitename}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"post\":{\"sep\":\"|\",\"title\":\"{{title}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"page\":{\"sep\":\"|\",\"title\":\"{{title}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"category\":{\"sep\":\"|\",\"title\":\"{{category}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{category_description}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tag\":{\"sep\":\"|\",\"title\":\"{{tag}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tax-post_format\":{\"sep\":\"|\",\"title\":\"{{term_title}} Format {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tax-category\":{\"sep\":\"|\",\"title\":\"{{term_title}} Category {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tax-post_tag\":{\"sep\":\"|\",\"title\":\"{{term_title}} Tag {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tax-product_cat\":{\"sep\":\"|\",\"title\":\"{{term_title}} Category {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tax-product_tag\":{\"sep\":\"|\",\"title\":\"{{term_title}} Tag {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"tax-product_shipping_class\":{\"sep\":\"|\",\"title\":\"{{term_title}} Shipping Option {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"profile\":{\"sep\":\"|\",\"title\":\"{{name}}, Author at {{sitename}} {{page}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"shop\":{\"sep\":\"|\",\"title\":\"{{title}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"product\":{\"sep\":\"|\",\"title\":\"{{title}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"archive\":{\"sep\":\"|\",\"title\":\"{{date}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"search\":{\"sep\":\"|\",\"title\":\"You searched for {{searchphrase}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":1,\"nofollow\":0,\"disable\":0},\"attachment\":{\"sep\":\"|\",\"title\":\"{{title}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0},\"404\":{\"sep\":\"|\",\"title\":\"Page not found {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":1,\"nofollow\":1,\"disable\":0},\"custom\":{\"sep\":\"|\",\"title\":\"{{title}} {{page}} {{sep}} {{sitename}}\",\"description\":\"{{excerpt}}\",\"noindex\":0,\"nofollow\":0,\"disable\":0}},\"importList\":false}','yes'),(2238,'psp_backup','','yes'),(2784,'wd_form_maker_version','2.12.30','no'),(2785,'fm_settings','a:6:{s:10:\"public_key\";s:40:\"6LfyBmAUAAAAADx_I8SHZVHITEHt4VnxZ7-Em3J6\";s:11:\"private_key\";s:40:\"6LfyBmAUAAAAAJCpScsK53qZa920YiVX-HSKKkcf\";s:13:\"csv_delimiter\";s:1:\",\";s:7:\"map_key\";s:0:\"\";s:12:\"fm_shortcode\";s:0:\"\";s:18:\"fm_advanced_layout\";s:1:\"0\";}','yes'),(2787,'fm_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:9:\"11/7/2018\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}}','yes'),(2788,'fm_subscribe_done','1','yes'),(3393,'wdd_version','1.4.3','no'),(3436,'wdd_user_hash','04300e618c6ab26549033a9044dea4a5','yes'),(3437,'wdd_user_full_name','YOUNG IL LEE','yes'),(3438,'wdd_activate','1529599182','yes'),(3453,'wdd_server_time_diff','14399','no'),(3454,'wdd_offers_date','','yes'),(3455,'wdd_all_pro_plugins','a:2:{s:25:\"form-maker/form-maker.php\";a:1:{s:8:\"zip_name\";s:23:\"FormMaker_WordPress.zip\";}s:25:\"wd-manager/wd-manager.php\";a:1:{s:8:\"zip_name\";s:14:\"WD-manager.zip\";}}','no'),(3456,'wdd_all_pro_themes','a:0:{}','yes'),(3457,'wdd_special_offers','1','no'),(3458,'wdd_notices','a:0:{}','no'),(3603,'wdd_first_gift','0','yes'),(4576,'wdd_coupons','[]','yes'),(54184,'rewrite_rules','a:172:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:12:\"portfolio/?$\";s:29:\"index.php?post_type=portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=portfolio&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:47:\"fmemailverification/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"fmemailverification/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"fmemailverification/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"fmemailverification/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"fmemailverification/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"fmemailverification/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"fmemailverification/([^/]+)/embed/?$\";s:52:\"index.php?fmemailverification=$matches[1]&embed=true\";s:40:\"fmemailverification/([^/]+)/trackback/?$\";s:46:\"index.php?fmemailverification=$matches[1]&tb=1\";s:48:\"fmemailverification/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?fmemailverification=$matches[1]&paged=$matches[2]\";s:55:\"fmemailverification/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?fmemailverification=$matches[1]&cpage=$matches[2]\";s:44:\"fmemailverification/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?fmemailverification=$matches[1]&page=$matches[2]\";s:36:\"fmemailverification/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"fmemailverification/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"fmemailverification/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"fmemailverification/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"fmemailverification/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"fmemailverification/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"form-maker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"form-maker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"form-maker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"form-maker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"form-maker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"form-maker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"form-maker/([^/]+)/embed/?$\";s:43:\"index.php?form-maker=$matches[1]&embed=true\";s:31:\"form-maker/([^/]+)/trackback/?$\";s:37:\"index.php?form-maker=$matches[1]&tb=1\";s:39:\"form-maker/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?form-maker=$matches[1]&paged=$matches[2]\";s:46:\"form-maker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?form-maker=$matches[1]&cpage=$matches[2]\";s:35:\"form-maker/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?form-maker=$matches[1]&page=$matches[2]\";s:27:\"form-maker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"form-maker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"form-maker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"form-maker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"form-maker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"form-maker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio_tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio_tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio_tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio_tag=$matches[1]\";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:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=900&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s: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'),(65460,'_transient_timeout_plugin_slugs','1581790862','no'),(65461,'_transient_plugin_slugs','a:23:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:60:\"cf7-conditional-fields/contact-form-7-conditional-fields.php\";i:3;s:39:\"custom-css-js-php/custom-css-js-php.php\";i:4;s:32:\"duplicate-page/duplicatepage.php\";i:5;s:25:\"duplicator/duplicator.php\";i:6;s:23:\"elementor/elementor.php\";i:7;s:34:\"envato-wordpress-toolkit/index.php\";i:8;s:25:\"form-maker/form-maker.php\";i:9;s:29:\"jet-elements/jet-elements.php\";i:10;s:25:\"jet-engine/jet-engine.php\";i:11;s:23:\"jet-popup/jet-popup.php\";i:12;s:39:\"jet-smart-filters/jet-smart-filters.php\";i:13;s:21:\"jet-tabs/jet-tabs.php\";i:14;s:31:\"jupiterx-core/jupiterx-core.php\";i:15;s:26:\"premium-seo-pack/index.php\";i:16;s:15:\"raven/raven.php\";i:17;s:23:\"revslider/revslider.php\";i:18;s:45:\"contact-form-builder/contact-form-builder.php\";i:19;s:25:\"wd-manager/wd-manager.php\";i:20;s:52:\"wonderplugin-gridgallery/wonderplugingridgallery.php\";i:21;s:27:\"js_composer/js_composer.php\";i:22;s:33:\"js_composer_theme/js_composer.php\";}','no'),(65486,'_site_transient_timeout_browser_d939080b114a7b9883f6459477dce21a','1582041498','yes'),(65487,'_site_transient_browser_d939080b114a7b9883f6459477dce21a','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"72.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(65488,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65489,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65490,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65491,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65492,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65493,'widget_contact_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65494,'widget_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65496,'recovery_keys','a:1:{s:22:\"9Wp4FA894IHS1nshVURkq9\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BuyHiCutAOSwXFw/Y4plwzt/iI9ClW.\";s:10:\"created_at\";i:1581620035;}}','yes'),(65498,'site_icon','199','yes'),(65499,'medium_large_size_w','768','yes'),(65500,'medium_large_size_h','0','yes'),(65501,'wp_page_for_privacy_policy','0','yes'),(65502,'show_comments_cookies_opt_in','1','yes'),(65503,'admin_email_lifespan','1596988841','yes'),(65504,'db_upgraded','','yes'),(65505,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.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-5.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1581704442;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(65507,'can_compress_scripts','1','no'),(65513,'wpcf7cf_options','a:4:{s:9:\"animation\";s:3:\"yes\";s:16:\"animation_intime\";i:200;s:17:\"animation_outtime\";i:200;s:16:\"notice_dismissed\";b:0;}','yes'),(65518,'recovery_mode_email_last_sent','1581620035','yes'),(65519,'_site_transient_timeout_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','1582042007','no'),(65520,'_site_transient_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(65541,'revslider-update-check','1581546614','yes'),(65604,'classic-editor-replace','classic','yes'),(65605,'classic-editor-allow-users','allow','yes'),(65621,'wpb_js_composer_license_activation_notified','yes','yes'),(65622,'fresh_site','0','yes'),(65632,'license_key_token','','yes'),(65633,'wpb_js_js_composer_purchase_code','2b6ba2d1-150a-4e09-b789-74570ab2274d','yes'),(65641,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(65642,'revslider_server_refresh','1581469926','yes'),(65643,'revslider-library-check','1581469926','yes'),(65644,'revslider-library-hash','182cddf4eb7341b26304629033cbbb48','yes'),(65645,'rs-library','a:3:{s:4:\"hash\";s:32:\"182cddf4eb7341b26304629033cbbb48\";s:7:\"objects\";a:417:{i:529;a:14:{s:2:\"id\";s:3:\"529\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"528\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:3:\"527\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:3:\"526\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:3:\"525\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"524\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:3:\"523\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:3:\"522\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:3:\"521\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";s:3:\"520\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:3:\"519\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:3:\"518\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";s:3:\"517\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";s:3:\"516\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:3:\"515\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:3:\"514\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:3:\"513\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";s:3:\"512\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:3:\"511\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";s:3:\"510\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:3:\"509\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"508\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"507\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"506\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";s:3:\"505\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:3:\"504\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";s:3:\"503\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:3:\"502\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";s:3:\"501\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:3:\"500\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:3:\"499\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:3:\"498\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"497\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"496\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";s:3:\"495\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"494\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";s:3:\"493\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"492\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:3:\"491\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:3:\"490\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";s:3:\"489\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:3:\"488\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:3:\"487\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:3:\"486\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:3:\"485\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:3:\"484\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:3:\"483\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";s:3:\"482\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:3:\"481\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:3:\"480\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:479;a:13:{s:2:\"id\";s:3:\"479\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";}i:478;a:13:{s:2:\"id\";s:3:\"478\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:477;a:13:{s:2:\"id\";s:3:\"477\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:476;a:13:{s:2:\"id\";s:3:\"476\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:475;a:13:{s:2:\"id\";s:3:\"475\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:474;a:13:{s:2:\"id\";s:3:\"474\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:473;a:13:{s:2:\"id\";s:3:\"473\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:472;a:13:{s:2:\"id\";s:3:\"472\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:471;a:13:{s:2:\"id\";s:3:\"471\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:470;a:13:{s:2:\"id\";s:3:\"470\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:469;a:13:{s:2:\"id\";s:3:\"469\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:468;a:13:{s:2:\"id\";s:3:\"468\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:467;a:13:{s:2:\"id\";s:3:\"467\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:466;a:13:{s:2:\"id\";s:3:\"466\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:465;a:13:{s:2:\"id\";s:3:\"465\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:464;a:13:{s:2:\"id\";s:3:\"464\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:463;a:13:{s:2:\"id\";s:3:\"463\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:462;a:13:{s:2:\"id\";s:3:\"462\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:461;a:13:{s:2:\"id\";s:3:\"461\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:460;a:13:{s:2:\"id\";s:3:\"460\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:459;a:13:{s:2:\"id\";s:3:\"459\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:458;a:13:{s:2:\"id\";s:3:\"458\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:457;a:13:{s:2:\"id\";s:3:\"457\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:456;a:13:{s:2:\"id\";s:3:\"456\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:455;a:13:{s:2:\"id\";s:3:\"455\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:454;a:13:{s:2:\"id\";s:3:\"454\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:453;a:13:{s:2:\"id\";s:3:\"453\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:452;a:13:{s:2:\"id\";s:3:\"452\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:451;a:13:{s:2:\"id\";s:3:\"451\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:450;a:13:{s:2:\"id\";s:3:\"450\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:449;a:13:{s:2:\"id\";s:3:\"449\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:448;a:13:{s:2:\"id\";s:3:\"448\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:447;a:13:{s:2:\"id\";s:3:\"447\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:446;a:13:{s:2:\"id\";s:3:\"446\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:445;a:13:{s:2:\"id\";s:3:\"445\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:444;a:13:{s:2:\"id\";s:3:\"444\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:443;a:13:{s:2:\"id\";s:3:\"443\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:442;a:13:{s:2:\"id\";s:3:\"442\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:441;a:13:{s:2:\"id\";s:3:\"441\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:440;a:13:{s:2:\"id\";s:3:\"440\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:439;a:13:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:438;a:13:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:437;a:13:{s:2:\"id\";s:3:\"437\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:436;a:13:{s:2:\"id\";s:3:\"436\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:435;a:13:{s:2:\"id\";s:3:\"435\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:434;a:13:{s:2:\"id\";s:3:\"434\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:433;a:13:{s:2:\"id\";s:3:\"433\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:432;a:13:{s:2:\"id\";s:3:\"432\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:431;a:13:{s:2:\"id\";s:3:\"431\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:430;a:13:{s:2:\"id\";s:3:\"430\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:429;a:13:{s:2:\"id\";s:3:\"429\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:428;a:13:{s:2:\"id\";s:3:\"428\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:427;a:13:{s:2:\"id\";s:3:\"427\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:426;a:13:{s:2:\"id\";s:3:\"426\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:425;a:13:{s:2:\"id\";s:3:\"425\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:424;a:13:{s:2:\"id\";s:3:\"424\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:423;a:13:{s:2:\"id\";s:3:\"423\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:422;a:13:{s:2:\"id\";s:3:\"422\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:421;a:13:{s:2:\"id\";s:3:\"421\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:420;a:13:{s:2:\"id\";s:3:\"420\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:419;a:13:{s:2:\"id\";s:3:\"419\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:418;a:13:{s:2:\"id\";s:3:\"418\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:417;a:13:{s:2:\"id\";s:3:\"417\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:416;a:13:{s:2:\"id\";s:3:\"416\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:415;a:13:{s:2:\"id\";s:3:\"415\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:414;a:13:{s:2:\"id\";s:3:\"414\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:413;a:13:{s:2:\"id\";s:3:\"413\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:412;a:13:{s:2:\"id\";s:3:\"412\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:411;a:13:{s:2:\"id\";s:3:\"411\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:410;a:13:{s:2:\"id\";s:3:\"410\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:409;a:13:{s:2:\"id\";s:3:\"409\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:408;a:13:{s:2:\"id\";s:3:\"408\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:407;a:13:{s:2:\"id\";s:3:\"407\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:406;a:13:{s:2:\"id\";s:3:\"406\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:405;a:13:{s:2:\"id\";s:3:\"405\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:404;a:13:{s:2:\"id\";s:3:\"404\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:403;a:13:{s:2:\"id\";s:3:\"403\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:402;a:13:{s:2:\"id\";s:3:\"402\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:401;a:13:{s:2:\"id\";s:3:\"401\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:400;a:13:{s:2:\"id\";s:3:\"400\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:399;a:13:{s:2:\"id\";s:3:\"399\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:398;a:13:{s:2:\"id\";s:3:\"398\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:397;a:13:{s:2:\"id\";s:3:\"397\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:396;a:13:{s:2:\"id\";s:3:\"396\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:395;a:13:{s:2:\"id\";s:3:\"395\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:394;a:13:{s:2:\"id\";s:3:\"394\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:393;a:13:{s:2:\"id\";s:3:\"393\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:392;a:13:{s:2:\"id\";s:3:\"392\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:391;a:13:{s:2:\"id\";s:3:\"391\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:390;a:13:{s:2:\"id\";s:3:\"390\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:389;a:13:{s:2:\"id\";s:3:\"389\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:388;a:13:{s:2:\"id\";s:3:\"388\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:387;a:13:{s:2:\"id\";s:3:\"387\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:386;a:13:{s:2:\"id\";s:3:\"386\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:385;a:13:{s:2:\"id\";s:3:\"385\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:384;a:13:{s:2:\"id\";s:3:\"384\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:383;a:13:{s:2:\"id\";s:3:\"383\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:382;a:13:{s:2:\"id\";s:3:\"382\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:381;a:13:{s:2:\"id\";s:3:\"381\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:380;a:13:{s:2:\"id\";s:3:\"380\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:379;a:13:{s:2:\"id\";s:3:\"379\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:378;a:13:{s:2:\"id\";s:3:\"378\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:377;a:13:{s:2:\"id\";s:3:\"377\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:376;a:13:{s:2:\"id\";s:3:\"376\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:375;a:13:{s:2:\"id\";s:3:\"375\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:374;a:13:{s:2:\"id\";s:3:\"374\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:373;a:13:{s:2:\"id\";s:3:\"373\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:372;a:13:{s:2:\"id\";s:3:\"372\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:371;a:13:{s:2:\"id\";s:3:\"371\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:370;a:13:{s:2:\"id\";s:3:\"370\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:369;a:13:{s:2:\"id\";s:3:\"369\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:368;a:13:{s:2:\"id\";s:3:\"368\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:367;a:13:{s:2:\"id\";s:3:\"367\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:366;a:13:{s:2:\"id\";s:3:\"366\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:365;a:13:{s:2:\"id\";s:3:\"365\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:364;a:13:{s:2:\"id\";s:3:\"364\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:363;a:13:{s:2:\"id\";s:3:\"363\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:362;a:13:{s:2:\"id\";s:3:\"362\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:361;a:13:{s:2:\"id\";s:3:\"361\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:360;a:13:{s:2:\"id\";s:3:\"360\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:359;a:13:{s:2:\"id\";s:3:\"359\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:358;a:13:{s:2:\"id\";s:3:\"358\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:357;a:13:{s:2:\"id\";s:3:\"357\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:356;a:13:{s:2:\"id\";s:3:\"356\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:355;a:13:{s:2:\"id\";s:3:\"355\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:354;a:13:{s:2:\"id\";s:3:\"354\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:353;a:13:{s:2:\"id\";s:3:\"353\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:352;a:13:{s:2:\"id\";s:3:\"352\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:351;a:13:{s:2:\"id\";s:3:\"351\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:350;a:13:{s:2:\"id\";s:3:\"350\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:349;a:13:{s:2:\"id\";s:3:\"349\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:348;a:13:{s:2:\"id\";s:3:\"348\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:347;a:13:{s:2:\"id\";s:3:\"347\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:346;a:13:{s:2:\"id\";s:3:\"346\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:345;a:13:{s:2:\"id\";s:3:\"345\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:344;a:13:{s:2:\"id\";s:3:\"344\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:343;a:13:{s:2:\"id\";s:3:\"343\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:342;a:13:{s:2:\"id\";s:3:\"342\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:341;a:13:{s:2:\"id\";s:3:\"341\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:340;a:13:{s:2:\"id\";s:3:\"340\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:339;a:13:{s:2:\"id\";s:3:\"339\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:337;a:13:{s:2:\"id\";s:3:\"337\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:336;a:13:{s:2:\"id\";s:3:\"336\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:335;a:13:{s:2:\"id\";s:3:\"335\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:334;a:13:{s:2:\"id\";s:3:\"334\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:333;a:13:{s:2:\"id\";s:3:\"333\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:332;a:13:{s:2:\"id\";s:3:\"332\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:331;a:13:{s:2:\"id\";s:3:\"331\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:330;a:13:{s:2:\"id\";s:3:\"330\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:329;a:13:{s:2:\"id\";s:3:\"329\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:328;a:13:{s:2:\"id\";s:3:\"328\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";}i:327;a:13:{s:2:\"id\";s:3:\"327\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:326;a:13:{s:2:\"id\";s:3:\"326\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:325;a:13:{s:2:\"id\";s:3:\"325\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:324;a:13:{s:2:\"id\";s:3:\"324\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:322;a:13:{s:2:\"id\";s:3:\"322\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:321;a:13:{s:2:\"id\";s:3:\"321\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:320;a:13:{s:2:\"id\";s:3:\"320\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:319;a:13:{s:2:\"id\";s:3:\"319\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:318;a:13:{s:2:\"id\";s:3:\"318\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:317;a:13:{s:2:\"id\";s:3:\"317\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:316;a:13:{s:2:\"id\";s:3:\"316\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:315;a:13:{s:2:\"id\";s:3:\"315\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:314;a:13:{s:2:\"id\";s:3:\"314\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:313;a:13:{s:2:\"id\";s:3:\"313\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:312;a:13:{s:2:\"id\";s:3:\"312\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";}i:311;a:13:{s:2:\"id\";s:3:\"311\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:310;a:13:{s:2:\"id\";s:3:\"310\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:309;a:13:{s:2:\"id\";s:3:\"309\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:308;a:13:{s:2:\"id\";s:3:\"308\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:307;a:13:{s:2:\"id\";s:3:\"307\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:306;a:13:{s:2:\"id\";s:3:\"306\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:305;a:13:{s:2:\"id\";s:3:\"305\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:304;a:13:{s:2:\"id\";s:3:\"304\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:303;a:13:{s:2:\"id\";s:3:\"303\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:302;a:13:{s:2:\"id\";s:3:\"302\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:301;a:13:{s:2:\"id\";s:3:\"301\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:300;a:13:{s:2:\"id\";s:3:\"300\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:299;a:13:{s:2:\"id\";s:3:\"299\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:298;a:13:{s:2:\"id\";s:3:\"298\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:297;a:13:{s:2:\"id\";s:3:\"297\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:296;a:13:{s:2:\"id\";s:3:\"296\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:295;a:13:{s:2:\"id\";s:3:\"295\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:294;a:13:{s:2:\"id\";s:3:\"294\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:293;a:13:{s:2:\"id\";s:3:\"293\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:292;a:13:{s:2:\"id\";s:3:\"292\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:291;a:13:{s:2:\"id\";s:3:\"291\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:290;a:13:{s:2:\"id\";s:3:\"290\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:14:\"plugin_version\";s:0:\"\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(65647,'revslider_update_revision_current','6.1.6','yes'),(65648,'revslider-valid','true','yes'),(65649,'revslider-code','35993a68-c0d8-4ff3-98df-f6a49af00833','yes'),(65792,'revslider_update_info','O:8:\"stdClass\":3:{s:7:\"checked\";i:1581546614;s:5:\"basic\";O:8:\"stdClass\":6:{s:4:\"slug\";s:9:\"revslider\";s:7:\"version\";s:5:\"6.1.8\";s:7:\"package\";s:103:\"http://updates.themepunch-ext-a.tools/revslider/download.php?&code=35993a68-c0d8-4ff3-98df-f6a49af00833\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"http://updates.themepunch-ext-a.tools/revslider/logo.png?rev=6.1.8\";}s:3:\"url\";s:60:\"https://www.themepunch.com/links/slider_revolution_wordpress\";}s:4:\"full\";O:8:\"stdClass\":16:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"stable\";s:3:\"4.2\";s:7:\"version\";s:5:\"6.1.8\";s:6:\"tested\";s:5:\"5.3.2\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2020-01-31\";s:12:\"last_updated\";s:10:\"2020-01-31\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:10:\"ThemePunch\";s:7:\"package\";s:103:\"http://updates.themepunch-ext-a.tools/revslider/download.php?&code=35993a68-c0d8-4ff3-98df-f6a49af00833\";s:13:\"download_link\";s:103:\"http://updates.themepunch-ext-a.tools/revslider/download.php?&code=35993a68-c0d8-4ff3-98df-f6a49af00833\";s:9:\"file_name\";s:13:\"revslider.zip\";s:8:\"sections\";a:1:{s:9:\"changelog\";s:144:\"For Slider Revolution\'s changelog, please visit <a href=\"https://www.themepunch.com/slider-revolution/changelog/\" target=\"_blank\">this</a> site.\";}s:3:\"url\";s:60:\"https://www.themepunch.com/links/slider_revolution_wordpress\";s:8:\"external\";i:1;}}','yes'),(65793,'_site_transient_timeout_php_check_03ae8a8b160bf69638c2d8cd3a1e7007','1582151417','no'),(65794,'_site_transient_php_check_03ae8a8b160bf69638c2d8cd3a1e7007','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(65795,'_site_transient_timeout_browser_9343504bc71e4cbd4f8deb073874670f','1582151445','no'),(65796,'_site_transient_browser_9343504bc71e4cbd4f8deb073874670f','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(65797,'_transient_health-check-site-status-result','{\"good\":\"14\",\"recommended\":\"3\",\"critical\":\"0\"}','yes'),(65815,'generate_settings','a:78:{s:10:\"hide_title\";s:0:\"\";s:12:\"hide_tagline\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:25:\"inline_logo_site_branding\";b:0;s:11:\"retina_logo\";s:0:\"\";s:10:\"logo_width\";s:0:\"\";s:13:\"top_bar_width\";s:4:\"full\";s:19:\"top_bar_inner_width\";s:9:\"contained\";s:17:\"top_bar_alignment\";s:5:\"right\";s:15:\"container_width\";s:4:\"1100\";s:19:\"container_alignment\";s:5:\"boxes\";s:21:\"header_layout_setting\";s:12:\"fluid-header\";s:18:\"header_inner_width\";s:9:\"contained\";s:21:\"nav_alignment_setting\";s:4:\"left\";s:24:\"header_alignment_setting\";s:4:\"left\";s:18:\"nav_layout_setting\";s:9:\"fluid-nav\";s:15:\"nav_inner_width\";s:9:\"contained\";s:20:\"nav_position_setting\";s:16:\"nav-below-header\";s:14:\"nav_drop_point\";s:0:\"\";s:17:\"nav_dropdown_type\";s:5:\"hover\";s:22:\"nav_dropdown_direction\";s:5:\"right\";s:10:\"nav_search\";s:7:\"disable\";s:22:\"content_layout_setting\";s:19:\"separate-containers\";s:14:\"layout_setting\";s:13:\"right-sidebar\";s:19:\"blog_layout_setting\";s:13:\"right-sidebar\";s:21:\"single_layout_setting\";s:13:\"right-sidebar\";s:12:\"post_content\";s:7:\"excerpt\";s:21:\"footer_layout_setting\";s:12:\"fluid-footer\";s:18:\"footer_inner_width\";s:9:\"contained\";s:21:\"footer_widget_setting\";s:1:\"3\";s:20:\"footer_bar_alignment\";s:5:\"right\";s:11:\"back_to_top\";s:0:\"\";s:16:\"background_color\";s:7:\"#efefef\";s:10:\"text_color\";s:7:\"#3a3a3a\";s:10:\"link_color\";s:7:\"#1e73be\";s:16:\"link_color_hover\";s:7:\"#000000\";s:18:\"link_color_visited\";s:0:\"\";s:23:\"font_awesome_essentials\";b:0;s:5:\"icons\";s:4:\"font\";s:11:\"combine_css\";b:0;s:17:\"dynamic_css_cache\";b:0;s:21:\"blog_post_title_color\";s:0:\"\";s:27:\"blog_post_title_hover_color\";s:0:\"\";s:27:\"navigation_background_color\";s:7:\"#222222\";s:21:\"navigation_text_color\";s:7:\"#ffffff\";s:33:\"navigation_background_hover_color\";s:7:\"#3f3f3f\";s:27:\"navigation_text_hover_color\";s:7:\"#ffffff\";s:35:\"navigation_background_current_color\";s:7:\"#3f3f3f\";s:29:\"navigation_text_current_color\";s:7:\"#ffffff\";s:30:\"subnavigation_background_color\";s:7:\"#3f3f3f\";s:24:\"subnavigation_text_color\";s:7:\"#ffffff\";s:36:\"subnavigation_background_hover_color\";s:7:\"#4f4f4f\";s:30:\"subnavigation_text_hover_color\";s:7:\"#ffffff\";s:38:\"subnavigation_background_current_color\";s:7:\"#4f4f4f\";s:32:\"subnavigation_text_current_color\";s:7:\"#ffffff\";s:9:\"font_body\";s:12:\"System Stack\";s:16:\"body_font_weight\";s:6:\"normal\";s:19:\"body_font_transform\";s:4:\"none\";s:14:\"body_font_size\";s:2:\"17\";s:16:\"body_line_height\";s:3:\"1.5\";s:16:\"paragraph_margin\";s:3:\"1.5\";s:14:\"font_heading_1\";s:7:\"inherit\";s:16:\"heading_1_weight\";s:3:\"300\";s:19:\"heading_1_transform\";s:4:\"none\";s:19:\"heading_1_font_size\";s:2:\"40\";s:26:\"mobile_heading_1_font_size\";s:2:\"30\";s:21:\"heading_1_line_height\";s:3:\"1.2\";s:14:\"font_heading_2\";s:7:\"inherit\";s:16:\"heading_2_weight\";s:3:\"300\";s:19:\"heading_2_transform\";s:4:\"none\";s:19:\"heading_2_font_size\";s:2:\"30\";s:26:\"mobile_heading_2_font_size\";s:2:\"25\";s:21:\"heading_2_line_height\";s:3:\"1.2\";s:14:\"font_heading_3\";s:7:\"inherit\";s:16:\"heading_3_weight\";s:6:\"normal\";s:19:\"heading_3_transform\";s:4:\"none\";s:19:\"heading_3_font_size\";s:2:\"20\";s:21:\"heading_3_line_height\";s:3:\"1.2\";}','yes'),(65816,'generate_migration_settings','a:5:{s:11:\"combine_css\";s:4:\"done\";s:31:\"font_awesome_essentials_updated\";s:4:\"true\";s:22:\"skip_dynamic_css_cache\";s:4:\"true\";s:20:\"default_font_updated\";s:4:\"true\";s:25:\"blog_post_content_preview\";s:4:\"true\";}','yes'),(65817,'generate_dynamic_css_output','body{background-color:#efefef;color:#3a3a3a;}a, a:visited{color:#1e73be;}a:hover, a:focus, a:active{color:#000000;}body .grid-container{max-width:1100px;}.wp-block-group__inner-container{max-width:1100px;margin-left:auto;margin-right:auto;}body, button, input, select, textarea{font-family:-apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";}.entry-content > [class*=\"wp-block-\"]:not(:last-child){margin-bottom:1.5em;}.main-navigation .main-nav ul ul li a{font-size:14px;}@media (max-width:768px){.main-title{font-size:30px;}h1{font-size:30px;}h2{font-size:25px;}}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a,.top-bar a:visited{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:#ffffff;color:#3a3a3a;}.site-header a,.site-header a:visited{color:#3a3a3a;}.main-title a,.main-title a:hover,.main-title a:visited{color:#222222;}.site-description{color:#757575;}.main-navigation,.main-navigation ul ul{background-color:#222222;}.main-navigation .main-nav ul li a,.menu-toggle{color:#ffffff;}.main-navigation .main-nav ul li:hover > a,.main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a{color:#ffffff;background-color:#3f3f3f;}button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{color:#ffffff;}.main-navigation .main-nav ul li[class*=\"current-menu-\"] > a{color:#ffffff;background-color:#3f3f3f;}.main-navigation .main-nav ul li[class*=\"current-menu-\"] > a:hover,.main-navigation .main-nav ul li[class*=\"current-menu-\"].sfHover > a{color:#ffffff;background-color:#3f3f3f;}.navigation-search input[type=\"search\"],.navigation-search input[type=\"search\"]:active, .navigation-search input[type=\"search\"]:focus, .main-navigation .main-nav ul li.search-item.active > a{color:#ffffff;background-color:#3f3f3f;}.main-navigation ul ul{background-color:#3f3f3f;}.main-navigation .main-nav ul ul li a{color:#ffffff;}.main-navigation .main-nav ul ul li:hover > a,.main-navigation .main-nav ul ul li:focus > a,.main-navigation .main-nav ul ul li.sfHover > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*=\"current-menu-\"] > a{color:#ffffff;background-color:#4f4f4f;}.main-navigation .main-nav ul ul li[class*=\"current-menu-\"] > a:hover,.main-navigation .main-nav ul ul li[class*=\"current-menu-\"].sfHover > a{color:#ffffff;background-color:#4f4f4f;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:#ffffff;}.entry-meta{color:#595959;}.entry-meta a,.entry-meta a:visited{color:#595959;}.entry-meta a:hover{color:#1e73be;}.sidebar .widget{background-color:#ffffff;}.sidebar .widget .widget-title{color:#000000;}.footer-widgets{background-color:#ffffff;}.footer-widgets .widget-title{color:#000000;}.site-info{color:#ffffff;background-color:#222222;}.site-info a,.site-info a:visited{color:#ffffff;}.site-info a:hover{color:#606060;}.footer-bar .widget_nav_menu .current-menu-item a{color:#606060;}input[type=\"text\"],input[type=\"email\"],input[type=\"url\"],input[type=\"password\"],input[type=\"search\"],input[type=\"tel\"],input[type=\"number\"],textarea,select{color:#666666;background-color:#fafafa;border-color:#cccccc;}input[type=\"text\"]:focus,input[type=\"email\"]:focus,input[type=\"url\"]:focus,input[type=\"password\"]:focus,input[type=\"search\"]:focus,input[type=\"tel\"]:focus,input[type=\"number\"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"],a.button,a.button:visited,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#666666;}button:hover,html input[type=\"button\"]:hover,input[type=\"reset\"]:hover,input[type=\"submit\"]:hover,a.button:hover,button:focus,html input[type=\"button\"]:focus,input[type=\"reset\"]:focus,input[type=\"submit\"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f3f3f;}.generate-back-to-top,.generate-back-to-top:visited{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}.generate-back-to-top:hover,.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-40px;width:calc(100% + 80px);max-width:calc(100% + 80px);}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:20px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header, .wp-block-group__inner-container{padding:30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}}.one-container .sidebar .widget{padding:0px;}','yes'),(65818,'generate_dynamic_css_cached_version','2.4.1','yes'),(65820,'generate_db_version','2.4.1','no'),(65821,'generate_update_core_typography','true','yes'),(65822,'theme_mods_generatepress','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(65825,'theme_mods_twentytwelve','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(65830,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1581704458;s:7:\"checked\";a:5:{s:13:\"generatepress\";s:5:\"2.4.1\";s:8:\"jupiter5\";s:5:\"5.0.7\";s:8:\"jupiterx\";s:6:\"1.16.0\";s:12:\"twentytwelve\";s:3:\"3.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(65831,'jupiterx','a:4:{s:13:\"theme_version\";s:6:\"1.16.0\";s:21:\"theme_current_version\";s:6:\"1.16.0\";s:23:\"mods_migrated_from_lite\";b:1;s:7:\"api_key\";s:64:\"7dd39475b6d6560422d2edc59d2ad6280aac7b840fe0a12357eb2a3db3b647b1\";}','yes'),(65834,'theme_mods_jupiterx','a:30:{s:18:\"custom_css_post_id\";i:856;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1581556385;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar_primary\";a:7:{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\";i:6;s:6:\"text-3\";}s:17:\"sidebar_secondary\";a:1:{i:0;s:6:\"text-2\";}s:23:\"footer_widgets_column_1\";a:0:{}s:23:\"footer_widgets_column_2\";a:0:{}s:23:\"footer_widgets_column_3\";a:0:{}s:23:\"footer_widgets_column_4\";a:0:{}s:23:\"footer_widgets_column_5\";a:0:{}s:23:\"footer_widgets_column_6\";a:0:{}}}s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:5;}s:13:\"jupiterx_logo\";s:70:\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/header.png\";s:36:\"jupiterx_header_menu_link_typography\";a:3:{s:7:\"desktop\";a:3:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}s:14:\"letter_spacing\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:5:\"color\";s:7:\"#070707\";}s:6:\"tablet\";a:1:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}}s:6:\"mobile\";a:1:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}}}s:41:\"jupiterx_header_menu_item_spacing_between\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:32:\"jupiterx_header_menu_link_border\";a:2:{s:5:\"width\";a:2:{s:4:\"size\";s:1:\"0\";s:4:\"unit\";s:2:\"px\";}s:6:\"radius\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:28:\"jupiterx_header_menu_spacing\";a:3:{s:7:\"desktop\";a:4:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";}}s:33:\"jupiterx_header_menu_link_spacing\";a:3:{s:7:\"desktop\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}}s:24:\"jupiterx_header_elements\";a:3:{s:7:\"desktop\";a:2:{i:0;s:4:\"logo\";i:1;s:4:\"menu\";}s:6:\"tablet\";a:2:{i:0;s:4:\"logo\";i:1;s:4:\"menu\";}s:6:\"mobile\";a:2:{i:0;s:4:\"logo\";i:1;s:4:\"menu\";}}s:23:\"jupiterx_sidebar_layout\";s:1:\"c\";s:24:\"jupiterx_header_template\";s:3:\"808\";s:34:\"jupiterx_site_container_main_width\";a:2:{s:4:\"size\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}s:40:\"jupiterx_site_boxed_container_main_width\";a:2:{s:4:\"size\";s:4:\"1140\";s:4:\"unit\";s:2:\"px\";}s:20:\"jupiterx_header_type\";s:7:\"_custom\";s:32:\"jupiterx_sidebar_divider_widgets\";a:2:{s:5:\"width\";a:2:{s:4:\"size\";s:1:\"0\";s:4:\"unit\";s:2:\"px\";}s:4:\"size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:38:\"jupiterx_sidebar_divider_items_spacing\";a:3:{s:7:\"desktop\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}}s:34:\"jupiterx_page_single_template_type\";s:0:\"\";s:29:\"jupiterx_page_single_elements\";a:1:{i:0;s:0:\"\";}s:40:\"jupiterx_title_bar_breadcrumb_typography\";a:3:{s:7:\"desktop\";a:2:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}s:14:\"letter_spacing\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:6:\"tablet\";a:1:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}}s:6:\"mobile\";a:1:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}}}s:37:\"jupiterx_title_bar_breadcrumb_spacing\";a:3:{s:7:\"desktop\";a:4:{s:13:\"margin_bottom\";s:1:\"0\";s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";}}s:23:\"jupiterx_title_bar_type\";s:7:\"_custom\";s:27:\"jupiterx_title_bar_template\";s:3:\"852\";s:35:\"jupiterx_title_bar_title_typography\";a:3:{s:7:\"desktop\";a:3:{s:9:\"font_size\";a:2:{s:4:\"size\";s:3:\"2.5\";s:4:\"unit\";s:3:\"rem\";}s:11:\"font_weight\";s:3:\"500\";s:14:\"letter_spacing\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:6:\"tablet\";a:1:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}}s:6:\"mobile\";a:1:{s:9:\"font_size\";a:2:{s:4:\"size\";s:0:\"\";s:4:\"unit\";s:3:\"rem\";}}}s:32:\"jupiterx_title_bar_title_spacing\";a:3:{s:7:\"desktop\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}}s:26:\"jupiterx_site_body_spacing\";a:3:{s:7:\"desktop\";a:8:{s:10:\"margin_top\";s:1:\"0\";s:12:\"margin_right\";s:1:\"0\";s:13:\"margin_bottom\";s:1:\"0\";s:11:\"margin_left\";s:1:\"0\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"tablet\";a:8:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"mobile\";a:8:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}}s:26:\"jupiterx_site_main_spacing\";a:3:{s:7:\"desktop\";a:8:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"tablet\";a:8:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}s:6:\"mobile\";a:8:{s:10:\"margin_top\";s:0:\"\";s:12:\"margin_right\";s:0:\"\";s:13:\"margin_bottom\";s:0:\"\";s:11:\"margin_left\";s:0:\"\";s:11:\"padding_top\";s:0:\"\";s:13:\"padding_right\";s:0:\"\";s:14:\"padding_bottom\";s:0:\"\";s:12:\"padding_left\";s:0:\"\";}}s:27:\"jupiterx_title_bar_elements\";a:3:{i:0;s:10:\"page_title\";i:1;s:13:\"page_subtitle\";i:2;s:10:\"breadcrumb\";}s:20:\"jupiterx_footer_type\";s:7:\"_custom\";s:24:\"jupiterx_footer_template\";s:3:\"814\";}','yes'),(65847,'_site_transient_timeout_browser_05f578eb3fa9f908f5d74ef7bf6207a5','1582164828','no'),(65848,'_site_transient_browser_05f578eb3fa9f908f5d74ef7bf6207a5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.130\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(65853,'revslider-update-hash','4c4533b5f979916eb5644c1bf45531fc','yes');
INSERT INTO `wp_options` VALUES (65854,'revslider-addons','O:8:\"stdClass\":27:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:71:\"//updates.themepunch-ext-a.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch-ext-a.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch-ext-a.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"2.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:65:\"//updates.themepunch-ext-a.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch-ext-a.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:63:\"//updates.themepunch-ext-a.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch-ext-a.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:66:\"//updates.themepunch-ext-a.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:0:\"\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}}','yes'),(65877,'widget_jupiterx_social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65878,'widget_jupiterx_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(65887,'jet-license-data','a:1:{s:12:\"license-list\";a:0:{}}','yes'),(65890,'elementor_version','2.8.5','yes'),(65892,'elementor_controls_usage','a:2:{s:6:\"header\";a:4:{s:6:\"column\";a:2:{s:5:\"count\";i:-1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:-1;s:16:\"content_position\";i:-2;s:19:\"_inline_size_tablet\";i:-2;s:19:\"_inline_size_mobile\";i:-1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:13:\"margin_tablet\";i:-1;s:7:\"padding\";i:1;}s:36:\"jet_family_column_orientaion_section\";a:0:{}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:-1;}s:14:\"section_layout\";a:1:{s:13:\"custom_height\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:14:\"raven-nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:13:\"repeater_menu\";i:1;s:4:\"menu\";i:1;}s:16:\"section_settings\";a:2:{s:17:\"mobile_breakpoint\";i:1;s:5:\"icons\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_menu_items\";a:23:{s:31:\"menu_item_typography_typography\";i:1;s:32:\"menu_item_typography_font_family\";i:1;s:30:\"menu_item_typography_font_size\";i:1;s:32:\"menu_item_typography_font_weight\";i:1;s:35:\"menu_item_typography_text_transform\";i:1;s:23:\"menu_item_space_between\";i:1;s:17:\"menu_item_padding\";i:1;s:15:\"menu_item_align\";i:1;s:15:\"menu_item_color\";i:1;s:22:\"menu_item_border_color\";i:1;s:23:\"menu_item_border_border\";i:1;s:22:\"menu_item_border_width\";i:1;s:23:\"menu_item_border_radius\";i:1;s:21:\"hover_menu_item_color\";i:1;s:29:\"hover_menu_item_border_border\";i:1;s:28:\"hover_menu_item_border_width\";i:1;s:29:\"hover_menu_item_border_radius\";i:1;s:22:\"active_menu_item_color\";i:1;s:30:\"active_menu_item_border_border\";i:1;s:29:\"active_menu_item_border_width\";i:1;s:30:\"active_menu_item_border_radius\";i:1;s:22:\"menu_item_align_tablet\";i:1;s:26:\"menu_item_background_color\";i:1;}s:19:\"section_mobile_menu\";a:9:{s:27:\"mobile_menu_distance_tablet\";i:1;s:27:\"mobile_menu_distance_mobile\";i:1;s:22:\"mobile_menu_item_color\";i:1;s:29:\"active_mobile_menu_item_color\";i:1;s:38:\"mobile_menu_item_typography_typography\";i:1;s:38:\"mobile_menu_box_shadow_box_shadow_type\";i:1;s:33:\"mobile_menu_item_background_color\";i:1;s:29:\"mobile_menu_item_divider_type\";i:1;s:33:\"mobile_menu_box_shadow_box_shadow\";i:1;}s:21:\"section_toggle_button\";a:4:{s:26:\"toggle_button_align_tablet\";i:1;s:25:\"toggle_button_size_mobile\";i:1;s:26:\"toggle_button_color_mobile\";i:1;s:18:\"toggle_button_size\";i:1;}s:22:\"section_menu_container\";a:2:{s:36:\"menu_container_background_background\";i:1;s:31:\"menu_container_background_color\";i:1;}s:15:\"section_submenu\";a:3:{s:18:\"submenu_item_color\";i:1;s:29:\"submenu_item_background_color\";i:1;s:24:\"hover_submenu_item_color\";i:1;}}}}}s:6:\"footer\";a:4:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}}','no'),(65893,'category_children','a:0:{}','yes'),(65894,'elementor_library_category_children','a:0:{}','yes'),(65895,'portfolio_category_children','a:0:{}','yes'),(65897,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(65898,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(65899,'_transient_timeout_88258c67d304dfe5b46f0dd486bd1311','1582219195','no'),(65900,'_transient_88258c67d304dfe5b46f0dd486bd1311','a:10:{s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/apple-maps-esque.json\";s:16:\"Apple Maps-esque\";s:76:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-essence.json\";s:12:\"Blue Essence\";s:74:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/blue-water.json\";s:10:\"Blue Water\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/light-dream.json\";s:11:\"Light Dream\";s:73:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/pale-dawn.json\";s:9:\"Pale Dawn\";s:69:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/paper.json\";s:5:\"Paper\";s:78:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/shades-of-grey.json\";s:14:\"Shades of Grey\";s:80:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/subtle-grayscale.json\";s:16:\"Subtle Grayscale\";s:75:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/ultra-light.json\";s:11:\"Ultra Light\";s:66:\"/wp-content/plugins/jet-elements/assets/js/lib/google-maps/wy.json\";s:2:\"WY\";}','no'),(65901,'_elementor_global_css','a:5:{s:4:\"time\";i:1581616799;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:4;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(65904,'acf_version','5.8.7','yes'),(65907,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:641:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:3:\"629\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"11468\";s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"11453\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"11445\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"11435\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"11424\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"612\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"11822\";s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"11854\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"11847\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"11839\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"11832\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"11807\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"632\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"12229\";s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"12550\";s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"640\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"12540\";s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"12492\";s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"638\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:5:\"12716\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";s:10:\"1579060659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:5:\"12707\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060669\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:5:\"12699\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";s:10:\"1579060680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:5:\"12688\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060692\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:5:\"12678\";s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1579060701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:5:\"12669\";s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1579060715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:5:\"12661\";s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";s:10:\"1579060722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:5:\"12652\";s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060730\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:5:\"12643\";s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"624\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:5:\"12635\";s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";s:10:\"1579060746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"636\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:5:\"12736\";s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";s:10:\"1579060978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"641\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:5:\"12726\";s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";s:10:\"1579061019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:309;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"628\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:323;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:324;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:325;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:326;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:329;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:330;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:331;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:332;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:333;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:338;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:340;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:342;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:344;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:346;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:348;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:350;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:352;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:355;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:356;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:358;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:359;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:361;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:362;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:364;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:365;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:367;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:368;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:370;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:372;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"613\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:373;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:374;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"631\";s:11:\"trend_index\";s:3:\"622\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:376;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:378;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:380;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:382;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:3:\"619\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:385;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:387;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:389;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:391;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"629\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:395;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"639\";s:11:\"trend_index\";s:3:\"615\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:396;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:398;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:399;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:400;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:402;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:403;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:404;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:406;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:407;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:409;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"631\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:411;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:412;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:413;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:3:\"609\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:415;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:416;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:417;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:3:\"625\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:418;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"614\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:420;a:14:{s:2:\"id\";s:5:\"12621\";s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1579060604\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:421;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:422;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:426;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:430;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"621\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:433;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:436;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:437;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:439;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:443;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:445;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"635\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:449;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:454;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:455;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:456;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"616\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:462;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:465;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:466;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:469;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"627\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:471;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"618\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:475;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:477;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:481;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:483;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"611\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"633\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:491;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:492;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"637\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:494;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"630\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"634\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:506;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:508;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"77\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:511;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:513;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:3:\"626\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"81\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"82\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:518;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:522;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"85\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:523;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"86\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:524;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:525;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:526;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:529;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:530;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:531;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:533;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:534;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:535;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:536;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:537;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"617\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:540;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:542;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:3:\"630\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:543;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:545;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:549;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:551;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:554;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:557;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:559;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:560;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:564;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:565;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:567;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:570;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:573;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"610\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"620\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"623\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"191\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}','no'),(65908,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:59:\"The Community Has Spoken — Announcing the Winning Feature\";s:7:\"excerpt\";s:132:\"As part of our 4 million active installs celebration, we invited you to vote for the next Elementor feature. Here are the results.\r\n\";s:7:\"created\";s:10:\"1581508800\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:125:\"https://elementor.com/blog/4-million-winning-feature/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:67:\"Celebrating 4 Million Active Installs — Vote for the Next Feature\";s:7:\"excerpt\";s:158:\"We are thrilled to announce today 4 million active installs! To celebrate this milestone, we invite you to vote for the next Elementor feature to be released!\";s:7:\"created\";s:10:\"1580318942\";s:5:\"badge\";s:9:\"Milestone\";s:3:\"url\";s:125:\"https://elementor.com/blog/4-million-active-installs/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:64:\"Monday Masterclass: How to Design Navigation Menus for WordPress\";s:7:\"excerpt\";s:276:\"This week we’re looking at how at navigation menus and what makes them so critical to user experience and SEO ranking. We also review the 5 primary styles of menu design on WordPress websites, and examine the important do’s & don’ts to consider when designing nav-menus.\";s:7:\"created\";s:10:\"1579522814\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:107:\"https://elementor.com/blog/?p=35653&utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:49:\"The Future of Building Websites With Adam Preiser\";s:7:\"excerpt\";s:148:\"WordPress influencer and entrepreneur Adam Preiser (WPCrafter) will join us for a special webinar with our head of content Ben Pines. Don\'t miss it!\";s:7:\"created\";s:10:\"1579162028\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:120:\"https://elementor.com/blog/webinar-adam-preiser/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:51:\"Monthly Template Kits #6: The Magazine Template Kit\";s:7:\"excerpt\";s:124:\"This month’s template kit will enable you to create amazing looking blogs and magazines. Meet the Magazine Template Kit. \";s:7:\"created\";s:10:\"1579071877\";s:5:\"badge\";s:7:\"Freebie\";s:3:\"url\";s:121:\"https://elementor.com/blog/magazine-template-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(65914,'_elementor_installed_time','1581614482','yes'),(65915,'elementor_scheme_color-picker','a:9:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";i:9;s:7:\"#0054B0\";}','yes'),(65918,'jet_popup_conditions','a:0:{}','yes'),(65919,'_elementor_scheme_last_updated','1581616767','yes'),(65980,'_site_transient_timeout_wdd_error_on_request','1581729160','no'),(65981,'_site_transient_wdd_error_on_request','0','no'),(65982,'_site_transient_timeout_0wdd_remote_versions_data','1581729160','no'),(65983,'_site_transient_0wdd_remote_versions_data','{\"31\":[],\"177\":[]}','no'),(65984,'_site_transient_timeout_wdd_remote_agreements_data','1581729160','no'),(65985,'_site_transient_wdd_remote_agreements_data','a:2:{i:0;a:13:{s:11:\"subscr_date\";s:19:\"2018-06-18 23:27:43\";s:11:\"expire_date\";s:19:\"2018-12-18 23:27:43\";s:9:\"item_name\";s:31:\"Form Maker Personal (WordPress)\";s:11:\"item_number\";i:69;s:12:\"final_status\";s:9:\"Purchased\";s:13:\"coupon_values\";s:8:\"UZZxKs9j\";s:9:\"usability\";s:0:\"\";s:6:\"price3\";s:5:\"30.00\";s:7:\"subr_id\";i:69;s:10:\"product_id\";i:31;s:9:\"recurring\";i:0;s:6:\"txn_id\";s:17:\"3DL41495MY202791G\";s:7:\"sub_ids\";a:3:{s:8:\"Personal\";i:80;s:8:\"Business\";i:81;s:9:\"Developer\";i:71;}}i:1;a:13:{s:11:\"subscr_date\";s:19:\"2018-06-18 23:27:43\";s:11:\"expire_date\";s:19:\"2018-12-18 23:27:43\";s:9:\"item_name\";s:31:\"Form Maker Personal (WordPress)\";s:11:\"item_number\";i:69;s:12:\"final_status\";s:9:\"Purchased\";s:13:\"coupon_values\";s:8:\"bYYjsj8k\";s:9:\"usability\";s:0:\"\";s:6:\"price3\";s:5:\"30.00\";s:7:\"subr_id\";i:69;s:10:\"product_id\";i:31;s:9:\"recurring\";i:0;s:6:\"txn_id\";s:17:\"3DL41495MY202791G\";s:7:\"sub_ids\";a:3:{s:8:\"Personal\";i:80;s:8:\"Business\";i:81;s:9:\"Developer\";i:71;}}}','no'),(65986,'_site_transient_timeout_wdd_remote_themes_data','1581729160','no'),(65987,'_site_transient_wdd_remote_themes_data','a:11:{s:6:\"expert\";a:9:{s:2:\"id\";i:52;s:5:\"title\";s:12:\"Expert Theme\";s:11:\"description\";s:213:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">WordPress Expert is a modern, user-friendly and stylish theme.</span></p>\";s:8:\"zip_name\";s:10:\"expert.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:34:\"/images/featured_themes/expert.png\";s:9:\"demo_link\";s:88:\"http://themedemo.web-dorado.com/theme-businesstheme/?_ga=1.82771295.859458385.1470818004\";s:8:\"ordering\";i:74;}s:8:\"weddings\";a:9:{s:2:\"id\";i:60;s:5:\"title\";s:14:\"Weddings Theme\";s:11:\"description\";s:232:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Weddings is an elegant, responsive WordPress theme designed for wedding websites.</span></p>\";s:8:\"zip_name\";s:12:\"weddings.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:36:\"/images/featured_themes/weddings.png\";s:9:\"demo_link\";s:83:\"http://themedemo.web-dorado.com/theme-wedding/?_ga=1.155260530.859458385.1470818004\";s:8:\"ordering\";i:73;}s:13:\"wedding-style\";a:9:{s:2:\"id\";i:65;s:5:\"title\";s:19:\"Wedding Style Theme\";s:11:\"description\";s:263:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</span></p>\";s:8:\"zip_name\";s:17:\"wedding-style.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:41:\"/images/featured_themes/wedding-style.png\";s:9:\"demo_link\";s:88:\"http://themedemo.web-dorado.com/theme-weddingstyle/?_ga=1.186118496.859458385.1470818004\";s:8:\"ordering\";i:72;}s:9:\"exclusive\";a:9:{s:2:\"id\";i:59;s:5:\"title\";s:15:\"Exclusive Theme\";s:11:\"description\";s:234:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Exclusive is a unique WordPress theme designed to best fit business style websites.</span></p>\";s:8:\"zip_name\";s:13:\"exclusive.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:37:\"/images/featured_themes/exclusive.png\";s:9:\"demo_link\";s:85:\"http://themedemo.web-dorado.com/theme-exclusive/?_ga=1.145669501.859458385.1470818004\";s:8:\"ordering\";i:71;}s:13:\"news-magazine\";a:9:{s:2:\"id\";i:64;s:5:\"title\";s:19:\"News Magazine Theme\";s:11:\"description\";s:234:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Magazine theme is a perfect solution when creating news and informational websites.</span></p>\";s:8:\"zip_name\";s:17:\"news-magazine.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:41:\"/images/featured_themes/news-magazine.png\";s:9:\"demo_link\";s:87:\"http://themedemo.web-dorado.com/theme-newsmagazine/?_ga=1.80277598.859458385.1470818004\";s:8:\"ordering\";i:70;}s:8:\"mottomag\";a:9:{s:2:\"id\";i:77;s:5:\"title\";s:14:\"Mottomag Theme\";s:11:\"description\";s:279:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</span></p>\";s:8:\"zip_name\";s:12:\"mottomag.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:36:\"/images/featured_themes/mottomag.png\";s:9:\"demo_link\";s:84:\"http://themedemo.web-dorado.com/theme-mottomag/?_ga=1.155637106.859458385.1470818004\";s:8:\"ordering\";i:69;}s:13:\"best-magazine\";a:9:{s:2:\"id\";i:67;s:5:\"title\";s:19:\"Best Magazine Theme\";s:11:\"description\";s:556:\"<div class=\"descandwork container\" style=\"font-family: Roboto; width: 1200px; margin: 0px auto 26.9688px; display: table; padding: 26.9688px 0px; box-shadow: none; -webkit-tap-highlight-color: transparent; color: #000000; font-size: 16px; outline: 0px !important;\">\r\n<div class=\"description\" style=\"box-shadow: none; -webkit-tap-highlight-color: transparent; line-height: 26px; font-size: 15px; float: left; width: 840px; outline: 0px !important;\">Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</div>\r\n</div>\";s:8:\"zip_name\";s:17:\"best-magazine.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:41:\"/images/featured_themes/best-magazine.png\";s:9:\"demo_link\";s:88:\"http://themedemo.web-dorado.com/theme-bestmagazine/?_ga=1.116848079.859458385.1470818004\";s:8:\"ordering\";i:68;}s:14:\"business-world\";a:9:{s:2:\"id\";i:68;s:5:\"title\";s:20:\"Business World Theme\";s:11:\"description\";s:547:\"<div class=\"descandwork container\" style=\"font-family: Roboto; width: 1200px; margin: 0px auto 26.9688px; display: table; padding: 26.9688px 0px; box-shadow: none; -webkit-tap-highlight-color: transparent; color: #000000; font-size: 16px; outline: 0px !important;\">\r\n<div class=\"description\" style=\"box-shadow: none; -webkit-tap-highlight-color: transparent; line-height: 26px; font-size: 15px; float: left; width: 840px; outline: 0px !important;\">Business World is an innovative WordPress business theme great for Business websites.</div>\r\n</div>\";s:8:\"zip_name\";s:18:\"business-world.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:42:\"/images/featured_themes/business_world.png\";s:9:\"demo_link\";s:89:\"http://themedemo.web-dorado.com/theme-businessworld/?_ga=1.109640396.859458385.1470818004\";s:8:\"ordering\";i:67;}s:17:\"portfolio-gallery\";a:9:{s:2:\"id\";i:111;s:5:\"title\";s:23:\"Portfolio Gallery Theme\";s:11:\"description\";s:217:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Portfolio Gallery is an elegant image and portfolio display theme.</span></p>\";s:8:\"zip_name\";s:21:\"portfolio-gallery.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:45:\"/images/featured_themes/portfolio_gallery.png\";s:9:\"demo_link\";s:91:\"http://themedemo.web-dorado.com/theme-portfoliogallery/?_ga=1.87603921.859458385.1470818004\";s:8:\"ordering\";i:66;}s:6:\"sauron\";a:9:{s:2:\"id\";i:79;s:5:\"title\";s:12:\"Sauron Theme\";s:11:\"description\";s:219:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Sauron is an interactive out-of-box solution for WordPress websites.</span></p>\";s:8:\"zip_name\";s:10:\"sauron.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:34:\"/images/featured_themes/sauron.png\";s:9:\"demo_link\";s:82:\"http://themedemo.web-dorado.com/theme-sauron/?_ga=1.113752526.859458385.1470818004\";s:8:\"ordering\";i:65;}s:14:\"business-elite\";a:9:{s:2:\"id\";i:82;s:5:\"title\";s:20:\"Business Elite Theme\";s:11:\"description\";s:353:\"<div class=\"descandwork container\" style=\"font-family: Roboto; width: 1200px; margin: 0px auto 26.9688px; display: table; padding: 26.9688px 0px; color: #000000; font-size: 16px;\">\r\n<div class=\"description\" style=\"line-height: 26px; font-size: 15px; float: left; width: 840px;\">Business Elite is a robust parallax one page WordPress theme.</div>\r\n</div>\";s:8:\"zip_name\";s:18:\"business-elite.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:42:\"/images/featured_themes/business_elite.png\";s:9:\"demo_link\";s:89:\"http://themedemo.web-dorado.com/theme-businesselite/?_ga=1.146677373.859458385.1470818004\";s:8:\"ordering\";i:64;}}','no'),(65988,'_site_transient_timeout_wdd_remote_plugins_data','1581729160','no'),(65989,'_site_transient_wdd_remote_plugins_data','a:65:{s:43:\"ecommerce-wd-stripe+ecommerce-wd-stripe.php\";a:9:{s:2:\"id\";i:179;s:5:\"title\";s:31:\"Ecommerce WD Stripe Integration\";s:11:\"description\";s:0:\"\";s:8:\"zip_name\";s:23:\"ecommerce-wd-stripe.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:157;s:4:\"logo\";s:57:\"/images/new_design/addOnsIcons/stripe-integration_new.png\";s:9:\"demo_link\";s:85:\"http://wpdemo.web-dorado.com/ecommerce/bicycles/?_ga=1.176616172.859458385.1470818004\";s:8:\"ordering\";i:63;}s:53:\"ecommerce-wd-bestsellers+ecommerce-wd-bestsellers.php\";a:9:{s:2:\"id\";i:173;s:5:\"title\";s:24:\"Ecommerce WD Bestsellers\";s:11:\"description\";s:222:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Ecommerce Bestsellers add-on displays leads to increase of store sales.</span></p>\";s:8:\"zip_name\";s:28:\"ecommerce-wd-bestsellers.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:157;s:4:\"logo\";s:62:\"/images/new_design/addOnsIcons/ecommercebest-sellers_new.png?g\";s:9:\"demo_link\";s:85:\"http://wpdemo.web-dorado.com/ecommerce/phones-2/?_ga=1.175169003.859458385.1470818004\";s:8:\"ordering\";i:62;}s:67:\"ecommerce-wd-top-rated-products+ecommerce-wd-top-rated-products.php\";a:9:{s:2:\"id\";i:171;s:5:\"title\";s:31:\"Ecommerce WD Top Rated Products\";s:11:\"description\";s:259:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This add-on will allow displaying top rated items of single or multiple categories, depending on the setup. </span></p>\";s:8:\"zip_name\";s:35:\"ecommerce-wd-top-rated-products.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:157;s:4:\"logo\";s:54:\"/images/new_design/addOnsIcons/ecommerce-rated_new.png\";s:9:\"demo_link\";s:82:\"http://wpdemo.web-dorado.com/ecommerce/music/?_ga=1.184605408.859458385.1470818004\";s:8:\"ordering\";i:61;}s:61:\"ecommerce-wd-latest*products+ecommerce-wd-latest-products.php\";a:9:{s:2:\"id\";i:169;s:5:\"title\";s:28:\"Ecommerce WD Latest Products\";s:11:\"description\";s:0:\"\";s:8:\"zip_name\";s:32:\"ecommerce-wd-latest_products.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:157;s:4:\"logo\";s:66:\"/images/new_design/addOnsIcons/ecommerce-latest_new.png?1481108529\";s:9:\"demo_link\";s:84:\"http://wpdemo.web-dorado.com/ecommerce/dresses/?_ga=1.122207554.859458385.1470818004\";s:8:\"ordering\";i:60;}s:49:\"ecommerce-wd-mini-cart+ecommerce-wd-mini-cart.php\";a:9:{s:2:\"id\";i:166;s:5:\"title\";s:22:\"Ecommerce WD Mini Cart\";s:11:\"description\";s:269:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This add-on is designed for displaying shopping cart information including products and their details to widget area. </span></p>\";s:8:\"zip_name\";s:26:\"ecommerce-wd-mini-cart.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:157;s:4:\"logo\";s:57:\"/images/new_design/addOnsIcons/ecommerce-minicart_new.png\";s:9:\"demo_link\";s:85:\"http://wpdemo.web-dorado.com/ecommerce/bicycles/?_ga=1.155185777.859458385.1470818004\";s:8:\"ordering\";i:59;}s:45:\"ecommerce-wd-filters+ecommerce-wd-filters.php\";a:9:{s:2:\"id\";i:162;s:5:\"title\";s:20:\"Ecommerce WD Filters\";s:11:\"description\";s:216:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This add-on is designed for advanced product filter and browsing.</span></p>\";s:8:\"zip_name\";s:24:\"ecommerce-wd-filters.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:157;s:4:\"logo\";s:59:\"/images/new_design/addOnsIcons/ecommerce_filter_new.png?453\";s:9:\"demo_link\";s:87:\"http://wpdemo.web-dorado.com/ecommerce/clothing-2/?_ga=1.109557068.859458385.1470818004\";s:8:\"ordering\";i:58;}s:69:\"wd-google-maps-marker-clustering+wd-google-maps-marker-clustering.php\";a:9:{s:2:\"id\";i:160;s:5:\"title\";s:22:\"GMWD Marker Clustering\";s:11:\"description\";s:257:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">GMWD Marker Clustering is designed for grouping close markers for more user-friendly display over the map.</span></p>\";s:8:\"zip_name\";s:26:\"gmwd-marker-clustering.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:147;s:4:\"logo\";s:49:\"/images/new_design/addOnsIcons/clustering_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:57;}s:33:\"ecwd-ticketing+ecwd*ticketing.php\";a:9:{s:2:\"id\";i:129;s:5:\"title\";s:18:\"ECWD Event Tickets\";s:11:\"description\";s:265:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Event Tickets Add-on is an easy set up tool for integrating ECWD with WooCommerce to sell tickets for your events.</span></p>\";s:8:\"zip_name\";s:32:\"ECWD-Event-Tickets-Wordpress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:55:\"/images/new_design/addOnsIcons/event_tickets_new.png?11\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:56;}s:32:\"ecwd.ical+ecwd*calendar*ical.php\";a:9:{s:2:\"id\";i:93;s:5:\"title\";s:21:\"ECWD iCAL Integration\";s:11:\"description\";s:284:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This addon integrates ECWD with your iCAL Calendar and gives functionality to import events or just display events without importing.</span></p>\";s:8:\"zip_name\";s:25:\"ECWD_iCAL_Integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:43:\"/images/new_design/addOnsIcons/ical_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:55;}s:23:\"ecwd-gcal+ecwd*gcal.php\";a:9:{s:2:\"id\";i:97;s:5:\"title\";s:32:\"ECWD Google Calendar Integration\";s:11:\"description\";s:286:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This addon integrates ECWD with your Google Calendar and gives functionality to import events or just display events without importing.</span></p>\";s:8:\"zip_name\";s:36:\"ECWD_Google_Calendar_Integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:43:\"/images/new_design/addOnsIcons/gcal_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:54;}s:19:\"ecwd-fb+ecwd*fb.php\";a:9:{s:2:\"id\";i:99;s:5:\"title\";s:25:\"ECWD Facebook Integration\";s:11:\"description\";s:284:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This addon integrates ECWD with your Facebook page and gives functionality to import events or just display events without importing.</span></p>\";s:8:\"zip_name\";s:29:\"ECWD_Facebook_Integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:52:\"/images/new_design/addOnsIcons/ecwd_facebook_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:53;}s:25:\"ecwd-views+ecwd*views.php\";a:9:{s:2:\"id\";i:127;s:5:\"title\";s:10:\"ECWD Views\";s:11:\"description\";s:259:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">ECWD Views is a convenient add-on for displaying one of the additional Pro views within the pages and posts.</span></p>\";s:8:\"zip_name\";s:14:\"ECWD_Views.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:44:\"/images/new_design/addOnsIcons/views_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:52;}s:45:\"ecwd-upcoming-events+ecwd*upcoming*events.php\";a:9:{s:2:\"id\";i:91;s:5:\"title\";s:20:\"ECWD Upcoming Events\";s:11:\"description\";s:227:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Upcoming events widget is designed for displaying upcoming events lists.</span></p>\";s:8:\"zip_name\";s:34:\"ECWD_Upcoming_Events_Wordpress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:54:\"/images/new_design/addOnsIcons/upcoming_events_new.png\";s:9:\"demo_link\";s:82:\"http://wpdemo.web-dorado.com/upcoming-events/?_ga=1.177733228.859458385.1470818004\";s:8:\"ordering\";i:51;}s:40:\"ecwd.countdown.widget+ecwd*countdown.php\";a:9:{s:2:\"id\";i:89;s:5:\"title\";s:14:\"ECWD Countdown\";s:11:\"description\";s:165:\"<p><span style=\"color: #000000; font-family: Roboto; font-size: 16px; text-align: center;\">With this add-on you can add an elegant countdown to your site.</span></p>\";s:8:\"zip_name\";s:28:\"ECWD_Countdown_Wordpress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:48:\"/images/new_design/addOnsIcons/countdown_new.png\";s:9:\"demo_link\";s:76:\"http://wpdemo.web-dorado.com/countdown/?_ga=1.141606523.859458385.1470818004\";s:8:\"ordering\";i:50;}s:29:\"ecwd-filters+ecwd*filters.php\";a:9:{s:2:\"id\";i:87;s:5:\"title\";s:12:\"ECWD Filters\";s:11:\"description\";s:214:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This add-on is designed for advanced event filter and browsing.</span></p>\";s:8:\"zip_name\";s:26:\"ECWD_Filters_Wordpress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:50:\"/images/new_design/addOnsIcons/ecwd_filter_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:49;}s:26:\"ecwd-embed+ecwd*iframe.php\";a:9:{s:2:\"id\";i:149;s:5:\"title\";s:10:\"ECWD Embed\";s:11:\"description\";s:285:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This add-on will allow displaying a calendar from your site to other websites using embed code without need of installing ECWD plugin.</span></p>\";s:8:\"zip_name\";s:14:\"ecwd-embed.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:44:\"/images/new_design/addOnsIcons/embed_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:48;}s:27:\"ecwd-export+ecwd*export.php\";a:9:{s:2:\"id\";i:143;s:5:\"title\";s:24:\"ECWD Export to GCal/ICal\";s:11:\"description\";s:319:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Export add-on will allow your calendar users to export single or whole month events in CSV and ICS formats and import to their iCalendars, Google and Outlook calendars.</span></p>\";s:8:\"zip_name\";s:15:\"ecwd-export.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:50:\"/images/new_design/addOnsIcons/ecwd_export_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:47;}s:49:\"ecwd-additional-fields+ecwd*additional*fields.php\";a:9:{s:2:\"id\";i:117;s:5:\"title\";s:18:\"ECWD Custom Fields\";s:11:\"description\";s:339:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Custom Fields Add-On will enable you to have more fields for more detailed and structured content: you can use this add-on and create additional fields for each event, venue and organizer.</span></p>\";s:8:\"zip_name\";s:22:\"ECWD-Custom-Fields.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:52:\"/images/new_design/addOnsIcons/custom_fields_new.png\";s:9:\"demo_link\";s:39:\"/forum/wordpress-event-calendar-wd.html\";s:8:\"ordering\";i:46;}s:27:\"ecwd.import+ecwd*import.php\";a:9:{s:2:\"id\";i:95;s:5:\"title\";s:18:\"ECWD Import/Export\";s:11:\"description\";s:272:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The following data of the Event Calendar WD can be exported and imported: Events, Categories, Venues,Organizers and Tags.</span></p>\";s:8:\"zip_name\";s:22:\"ECWD_Import_Export.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:57:\"/images/new_design/addOnsIcons/ecwd_import_export_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:45;}s:49:\"ecwd-frontend-event-management+ecwd*add*event.php\";a:9:{s:2:\"id\";i:113;s:5:\"title\";s:30:\"ECWD Frontend Event Management\";s:11:\"description\";s:254:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This add-on is designed for allowing the users/guests to add events to the calendar from the front end.</span></p>\";s:8:\"zip_name\";s:34:\"ECWD-Frontend-Event-Management.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:51:\"/images/new_design/addOnsIcons/add_addevent_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:44;}s:45:\"photo-gallery-export+photo-gallery-export.php\";a:9:{s:2:\"id\";i:128;s:5:\"title\";s:27:\"Photo Gallery Export/Import\";s:11:\"description\";s:247:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Photo Gallery Export/Import helps to move created galleries and albums from one site to another.</span></p>\";s:8:\"zip_name\";s:20:\"PG-Export-Import.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:55;s:4:\"logo\";s:53:\"/images/new_design/addOnsIcons/gallery_export_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:43;}s:49:\"photo-gallery-facebook+photo-gallery-facebook.php\";a:9:{s:2:\"id\";i:119;s:5:\"title\";s:22:\"Photo Gallery Facebook\";s:11:\"description\";s:342:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Do you have a Facebook page and want to display photo and video content on your website? Do you want to share this information with your website-visitors without repeating the upload process?</span></p>\";s:8:\"zip_name\";s:25:\"PhotoGallery_Facebook.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:55:\"/images/new_design/addOnsIcons/gallery_facebook_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:42;}s:51:\"photo-gallery-ecommerce+photo-gallery-ecommerce.php\";a:9:{s:2:\"id\";i:139;s:5:\"title\";s:23:\"Photo Gallery Ecommerce\";s:11:\"description\";s:291:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Using Photo Gallery Ecommerce you can sell images included in galleries either as digital downloads or products/prints via Paypal or Stripe.</span></p>\";s:8:\"zip_name\";s:27:\"photo-gallery-ecommerce.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:55;s:4:\"logo\";s:55:\"/images/new_design/addOnsIcons/galleryecommerce_new.png\";s:9:\"demo_link\";s:83:\"http://wpdemo.web-dorado.com/gallery-ecommerce/?_ga=1.80130526.859458385.1470818004\";s:8:\"ordering\";i:41;}s:39:\"form-maker-calculator+fm*calculator.php\";a:9:{s:2:\"id\";i:145;s:5:\"title\";s:21:\"Form Maker Calculator\";s:11:\"description\";s:241:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Form Maker Calculator add-on allows creating forms with dynamically calculated fields.</span></p>\";s:8:\"zip_name\";s:25:\"form-maker-calculator.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:50:\"/images/new_design/addOnsIcons/calculating_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:40;}s:31:\"form-maker-stripe+fm*stripe.php\";a:9:{s:2:\"id\";i:133;s:5:\"title\";s:29:\"Form Maker Stripe Integration\";s:11:\"description\";s:292:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Form Maker Stripe is convenient add-on if you have plans to integrate Stripe payment method as an addition to default PayPal Payments method.</span></p>\";s:8:\"zip_name\";s:33:\"form-maker-stripe-integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:62:\"/images/new_design/addOnsIcons/form_stripe-integration_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:39;}s:49:\"form-maker-pdf-integration+fm*pdf*integration.php\";a:9:{s:2:\"id\";i:125;s:5:\"title\";s:26:\"Form Maker PDF Integration\";s:11:\"description\";s:234:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Form Maker PDF Integration add-on allows sending submitted forms in PDF format.</span></p>\";s:8:\"zip_name\";s:30:\"form-maker-pdf-integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:42:\"/images/new_design/addOnsIcons/pdf_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:38;}s:49:\"form-maker-post-generation+fm*post*generation.php\";a:9:{s:2:\"id\";i:105;s:5:\"title\";s:26:\"Form Maker Post Generation\";s:11:\"description\";s:246:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Post Generation add-on allows creating a post, page or custom post based on the submitted data.</span></p>\";s:8:\"zip_name\";s:30:\"form-maker-post-generation.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:53:\"/images/new_design/addOnsIcons/postgeneration_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:37;}s:25:\"form-maker-reg+fm*reg.php\";a:9:{s:2:\"id\";i:103;s:5:\"title\";s:23:\"Form Maker Registration\";s:11:\"description\";s:321:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Need to get the users easily register at your website? User Registration Add-On easily integrates with Form Maker forms allowing users to create accounts at your website.</span></p>\";s:8:\"zip_name\";s:27:\"form-maker-registration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:51:\"/images/new_design/addOnsIcons/registration_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:36;}s:37:\"form-maker-mailchimp+fm*mailchimp.php\";a:9:{s:2:\"id\";i:101;s:5:\"title\";s:32:\"Form Maker Mailchimp Integration\";s:11:\"description\";s:244:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">MailChimp service helps to send marketing emails, automated messages, and targeted campaigns.</span></p>\";s:8:\"zip_name\";s:36:\"Form-Maker-MailChimp-Integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:48:\"/images/new_design/addOnsIcons/mailchimp_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:35;}s:35:\"form-maker-pushover+fm*pushover.php\";a:9:{s:2:\"id\";i:131;s:5:\"title\";s:31:\"Form Maker Pushover Integration\";s:11:\"description\";s:255:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Form Maker Pushover integration allows to receive real-time notifications when a user submits a new form</span></p>\";s:8:\"zip_name\";s:35:\"form-maker-pushover-integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:47:\"/images/new_design/addOnsIcons/pushover_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:34;}s:55:\"form-maker-gdrive-integration+fm*gdrive*integration.php\";a:9:{s:2:\"id\";i:123;s:5:\"title\";s:35:\"Form Maker Google Drive Integration\";s:11:\"description\";s:287:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Google Drive Integration add-on integrates Form Maker with Google Drive and allows you to send the file uploads to the Google Drive.</span></p>\";s:8:\"zip_name\";s:33:\"form-maker-gdrive-integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:44:\"/images/new_design/addOnsIcons/drive_new.png\";s:9:\"demo_link\";s:25:\"/forum/26-form-maker.html\";s:8:\"ordering\";i:33;}s:57:\"form-maker-dropbox-integration+fm*dropbox*integration.php\";a:9:{s:2:\"id\";i:115;s:5:\"title\";s:30:\"Form Maker Dropbox Integration\";s:11:\"description\";s:305:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Form Maker Dropbox Integration addon is extending the Form Maker capabilities allowing to store the form attachments straight to your Dropbox account.</span></p>\";s:8:\"zip_name\";s:34:\"form-maker-dropbox-integration.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:46:\"/images/new_design/addOnsIcons/dropbox_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:32;}s:39:\"form-maker-export-import+fm*exp*imp.php\";a:9:{s:2:\"id\";i:66;s:5:\"title\";s:24:\"Form Maker Export/import\";s:11:\"description\";s:269:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Form Maker Export/Import is a Form Maker capacity enhancing plugin. It uses a set of three easily adjustable sections.</span></p>\";s:8:\"zip_name\";s:28:\"form-maker-export-import.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:50:\"/images/new_design/addOnsIcons/form_export_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:31;}s:55:\"form-maker-conditional-emails+fm*conditional*emails.php\";a:9:{s:2:\"id\";i:109;s:5:\"title\";s:29:\"Form Maker Conditional Emails\";s:11:\"description\";s:255:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Conditional Emails add-on allows to send emails to different recipients depending on the submitted data.</span></p>\";s:8:\"zip_name\";s:33:\"form-maker-conditional-emails.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:50:\"/images/new_design/addOnsIcons/conditional_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:30;}s:36:\"form-maker-save-progress+fm*save.php\";a:9:{s:2:\"id\";i:137;s:5:\"title\";s:24:\"Form Maker Save Progress\";s:11:\"description\";s:241:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The add-on allows to save filled in forms as draft and continue editing them subsequently.</span></p>\";s:8:\"zip_name\";s:28:\"form-maker-save-progress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:31;s:4:\"logo\";s:51:\"/images/new_design/addOnsIcons/saveprogress_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:29;}s:33:\"ecwd-subscribe+ecwd*subscribe.php\";a:9:{s:2:\"id\";i:141;s:5:\"title\";s:14:\"ECWD Subscribe\";s:11:\"description\";s:281:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Event Calendar Subscription Add-on is a great tool which allows subscribing to events based on category, tag, organizer and venue.</span></p>\";s:8:\"zip_name\";s:18:\"ECWD-Subscribe.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:86;s:4:\"logo\";s:48:\"/images/new_design/addOnsIcons/subscribe_new.png\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:28;}s:20:\"zoom-widget+zoom.php\";a:9:{s:2:\"id\";i:27;s:5:\"title\";s:4:\"Zoom\";s:11:\"description\";s:237:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This is a smart WordPress text Zoom plugin for improving your web site attractiveness.</span></p>\";s:8:\"zip_name\";s:8:\"Zoom.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:41:\"/images/new_design/prodIcons/Zoom_new.png\";s:9:\"demo_link\";s:70:\"http://wpdemo.web-dorado.com/zoom/?_ga=1.83957072.859458385.1470818004\";s:8:\"ordering\";i:27;}s:41:\"spider-random-post+Spider*Random*Post.php\";a:9:{s:2:\"id\";i:23;s:5:\"title\";s:18:\"Spider Random Post\";s:11:\"description\";s:233:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Spider Random Post is a small but very smart solution for your WordPress web site.</span></p>\";s:8:\"zip_name\";s:22:\"Spider_Random_Post.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:47:\"/images/new_design/prodIcons/RandomPost_new.png\";s:9:\"demo_link\";s:76:\"http://wpdemo.web-dorado.com/random-post?_ga=1.79286621.859458385.1470818004\";s:8:\"ordering\";i:26;}s:46:\"folder-menu-vertical+folder*menu*vertrical.php\";a:9:{s:2:\"id\";i:24;s:5:\"title\";s:11:\"Folder Menu\";s:11:\"description\";s:267:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.</span></p>\";s:8:\"zip_name\";s:24:\"FolderMenu_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:47:\"/images/new_design/prodIcons/FolderMenu_new.png\";s:9:\"demo_link\";s:78:\"http://wpdemo.web-dorado.com/folder-menu/?_ga=1.146872830.859458385.1470818004\";s:8:\"ordering\";i:25;}s:26:\"widget-twitter+twitter.php\";a:9:{s:2:\"id\";i:56;s:5:\"title\";s:14:\"Widget Twitter\";s:11:\"description\";s:265:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Widget Twitter is a boosted WordPress plugin, which provides full Twitter Integration for your WordPress site.</span></p>\";s:8:\"zip_name\";s:28:\"Widget_Twitter_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:44:\"/images/new_design/prodIcons/Twitter_new.png\";s:9:\"demo_link\";s:80:\"http://wpdemo.web-dorado.com/twitter-tools/?_ga=1.120577089.859458385.1470818004\";s:8:\"ordering\";i:24;}s:35:\"spider-facebook+spider-facebook.php\";a:9:{s:2:\"id\";i:25;s:5:\"title\";s:15:\"Spider Facebook\";s:11:\"description\";s:255:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Free - FB Login, Register buttons and LinkedIn, Twitter, Google Plus social widgets are disabled in free</span></p>\";s:8:\"zip_name\";s:28:\"SpiderFacebook_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:51:\"/images/new_design/prodIcons/SpiderFacebook_new.png\";s:9:\"demo_link\";s:82:\"http://wpdemo.web-dorado.com/spider-facebook/?_ga=1.177861996.859458385.1470818004\";s:8:\"ordering\";i:23;}s:18:\"spider-faq+faq.php\";a:9:{s:2:\"id\";i:26;s:5:\"title\";s:10:\"Spider FAQ\";s:11:\"description\";s:260:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The Spider WordPress FAQ plugin is for creating an FAQ (Frequently Asked Questions) section for your website.</span></p>\";s:8:\"zip_name\";s:23:\"SpiderFAQ_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:46:\"/images/new_design/prodIcons/SpiderFAQ_new.png\";s:9:\"demo_link\";s:69:\"http://wpdemo.web-dorado.com/faq/?_ga=1.74372571.859458385.1470818004\";s:8:\"ordering\";i:22;}s:28:\"spider-contacts+contacts.php\";a:9:{s:2:\"id\";i:30;s:5:\"title\";s:15:\"Spider Contacts\";s:11:\"description\";s:279:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Spider Contacts is a WordPress staff list plugin with large and affecting capabilities which helps you to display information...</span></p>\";s:8:\"zip_name\";s:28:\"SpiderContacts_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:51:\"/images/new_design/prodIcons/SpiderContacts_new.png\";s:9:\"demo_link\";s:82:\"http://wpdemo.web-dorado.com/spider-contacts/?_ga=1.123129922.859458385.1470818004\";s:8:\"ordering\";i:21;}s:45:\"contact-form-builder+contact-form-builder.php\";a:9:{s:2:\"id\";i:61;s:5:\"title\";s:20:\"Contact Form Builder\";s:11:\"description\";s:221:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Contact Form Builder is an intuitive tool for creating contact forms. </span></p>\";s:8:\"zip_name\";s:24:\"contact-form-builder.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:55:\"/images/new_design/prodIcons/ContactFormBuilder_new.png\";s:9:\"demo_link\";s:87:\"http://wpdemo.web-dorado.com/contact-form-builder/?_ga=1.184522223.859458385.1470818004\";s:8:\"ordering\";i:20;}s:17:\"faq-wd+faq*wd.php\";a:9:{s:2:\"id\";i:107;s:5:\"title\";s:6:\"FAQ WD\";s:11:\"description\";s:276:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Do you receive multiple inquiries and questions from your clients? Then, an elegant FAQ section is a necessity for your site.</span></p>\";s:8:\"zip_name\";s:10:\"FAQ-WD.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:42:\"/images/new_design/prodIcons/FAQWD_new.png\";s:9:\"demo_link\";s:72:\"http://wpdemo.web-dorado.com/faq-2/?_ga=1.150475135.859458385.1470818004\";s:8:\"ordering\";i:20;}s:19:\"catalog+catalog.php\";a:9:{s:2:\"id\";i:32;s:5:\"title\";s:14:\"Spider Catalog\";s:11:\"description\";s:254:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Spider Catalog is the best WordPress customizable catalogue plugin designed to help display products...</span></p>\";s:8:\"zip_name\";s:27:\"SpiderCatalog_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:50:\"/images/new_design/prodIcons/SpiderCatalog_new.png\";s:9:\"demo_link\";s:74:\"http://wpdemo.web-dorado.com/catalog/?_ga=1.121632065.859458385.1470818004\";s:8:\"ordering\";i:20;}s:33:\"post-slider-wd+post-slider-wd.php\";a:9:{s:2:\"id\";i:135;s:5:\"title\";s:14:\"Post Slider WD\";s:11:\"description\";s:168:\"<p><span style=\"color: #000000; font-family: Roboto; font-size: 15px;\">Post Slider WD is designed to show off the selected posts of your website in a slider.</span></p>\";s:8:\"zip_name\";s:18:\"post-slider-wd.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:49:\"/images/new_design/prodIcons/PostSliderWD_new.png\";s:9:\"demo_link\";s:81:\"http://wpdemo.web-dorado.com/post-slider-wd/?_ga=1.112270797.859458385.1470818004\";s:8:\"ordering\";i:19;}s:24:\"ad-manager-wd+wd*ads.php\";a:9:{s:2:\"id\";i:167;s:5:\"title\";s:13:\"Ad Manager WD\";s:11:\"description\";s:237:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Ad Manager WD plugin is the easiest way to place banner ads on your WordPress website.</span></p>\";s:8:\"zip_name\";s:17:\"ad-manager-wd.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:58:\"/images/new_design/prodIcons/AD-Manager_new.png?1481556293\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:19;}s:17:\"player+Player.php\";a:9:{s:2:\"id\";i:14;s:5:\"title\";s:19:\"Spider Video Player\";s:11:\"description\";s:226:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Having an interactive website is an important part of your website success.</span></p>\";s:8:\"zip_name\";s:31:\"SpiderVideoPlayer_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:48:\"/images/new_design/prodIcons/VideoPlayer_new.png\";s:9:\"demo_link\";s:85:\"http://wpdemo.web-dorado.com/spider-video-player?_ga=1.180925038.859458385.1470818004\";s:8:\"ordering\";i:19;}s:37:\"wd-facebook-feed+facebook-feed-wd.php\";a:9:{s:2:\"id\";i:151;s:5:\"title\";s:16:\"Facebook Feed WD\";s:11:\"description\";s:245:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Facebook Feed WD is a completely customizable, responsive solution to help you display your...</span></p>\";s:8:\"zip_name\";s:20:\"wd-facebook-feed.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:49:\"/images/new_design/prodIcons/FacebookFeed_new.png\";s:9:\"demo_link\";s:80:\"http://wpdemo.web-dorado.com/facebook-feed/?_ga=1.147444222.859458385.1470818004\";s:8:\"ordering\";i:18;}s:25:\"wd-youtube+wd-youtube.php\";a:9:{s:2:\"id\";i:175;s:5:\"title\";s:10:\"YouTube WD\";s:11:\"description\";s:260:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Adding YouTube videos, channels and playlists to your WordPress website is super easy with YouTube WD plugin.</span></p>\";s:8:\"zip_name\";s:14:\"wd-youtube.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:47:\"/images/new_design/prodIcons/youtube-wd_new.png\";s:9:\"demo_link\";s:76:\"http://wpdemo.web-dorado.com/youtube-wd/?_ga=1.75093339.859458385.1470818004\";s:8:\"ordering\";i:17;}s:29:\"wd-mailchimp+wd-mailchimp.php\";a:9:{s:2:\"id\";i:164;s:5:\"title\";s:12:\"MailChimp WD\";s:11:\"description\";s:251:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">MailChimp WD is a functional plugin developed to create MailChimp subscribe/unsubscribe forms and...</span></p>\";s:8:\"zip_name\";s:16:\"mailchimp-wd.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:48:\"/images/new_design/prodIcons/MailchimpWD_new.png\";s:9:\"demo_link\";s:76:\"http://wpdemo.web-dorado.com/mailchimp/?_ga=1.113840206.859458385.1470818004\";s:8:\"ordering\";i:16;}s:34:\"spider-event-calendar+calendar.php\";a:9:{s:2:\"id\";i:29;s:5:\"title\";s:15:\"Spider Calendar\";s:11:\"description\";s:233:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">This is the best WordPress event Calendar plugin available in WordPress Directory.</span></p>\";s:8:\"zip_name\";s:28:\"SpiderCalendar_WordPress.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:51:\"/images/new_design/prodIcons/SpiderCalendar_new.png\";s:9:\"demo_link\";s:81:\"http://wpdemo.web-dorado.com/spider-calendar/?_ga=1.89567954.859458385.1470818004\";s:8:\"ordering\";i:15;}s:29:\"ecommerce-wd+ecommerce-wd.php\";a:9:{s:2:\"id\";i:157;s:5:\"title\";s:12:\"Ecommerce WD\";s:11:\"description\";s:222:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Ecommerce WD is the best WordPress Ecommerce solution for this purpose.</span></p>\";s:8:\"zip_name\";s:16:\"ecommerce-wd.zip\";s:11:\"with_addons\";i:1;s:9:\"parent_id\";i:0;s:4:\"logo\";s:48:\"/images/new_design/prodIcons/EcommerceWD_new.png\";s:9:\"demo_link\";s:76:\"http://wpdemo.web-dorado.com/ecommerce/?_ga=1.176231020.859458385.1470818004\";s:8:\"ordering\";i:13;}s:41:\"contact-form-maker+contact-form-maker.php\";a:9:{s:2:\"id\";i:183;s:5:\"title\";s:18:\"Contact Form Maker\";s:11:\"description\";s:166:\"<p><span style=\"color: #000000; font-family: Roboto; font-size: 15px;\">WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.</span></p>\";s:8:\"zip_name\";s:22:\"contact-form-maker.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:55:\"/images/new_design/prodIcons/Contact-form-maker_new.png\";s:9:\"demo_link\";s:98:\"http://wpdemo.web-dorado.com/form-maker/?_ga=2.73387222.496603793.1502278226-1372916487.1495640351\";s:8:\"ordering\";i:12;}s:23:\"staff-team+contacts.php\";a:9:{s:2:\"id\";i:153;s:5:\"title\";s:7:\"Team WD\";s:11:\"description\";s:270:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Team WD plugin is a perfect solution to display the members of your staff, team or employees on your WordPress website.</span></p>\";s:8:\"zip_name\";s:18:\"staff-team-pro.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:43:\"/images/new_design/prodIcons/TeamWD_new.png\";s:9:\"demo_link\";s:74:\"http://wpdemo.web-dorado.com/team-wd/?_ga=1.252255808.859458385.1470818004\";s:8:\"ordering\";i:11;}s:43:\"wd-google-analytics+google-analytics-wd.php\";a:9:{s:2:\"id\";i:158;s:5:\"title\";s:19:\"Google Analytics WD\";s:11:\"description\";s:272:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Are you looking for a plugin, that gives you the opportunity to view Google Analytics reports within your WordPress site?</span></p>\";s:8:\"zip_name\";s:23:\"wd-google-analytics.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:54:\"/images/new_design/prodIcons/GoogleAnalyticsWD_new.png\";s:9:\"demo_link\";s:104:\"http://wpdemo.web-dorado.com/wp-admin/admin.php?page=gawd_analytics&_ga=1.113881166.859458385.1470818004\";s:8:\"ordering\";i:10;}s:33:\"wd-google-maps+wd-google-maps.php\";a:9:{s:2:\"id\";i:147;s:5:\"title\";s:14:\"Google Maps WD\";s:11:\"description\";s:218:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Adding Google maps to your WordPress website has never been easier!</span></p>\";s:8:\"zip_name\";s:18:\"wd-google-maps.zip\";s:11:\"with_addons\";i:1;s:9:\"parent_id\";i:0;s:4:\"logo\";s:49:\"/images/new_design/prodIcons/GoogleMapsWD_new.png\";s:9:\"demo_link\";s:78:\"http://wpdemo.web-dorado.com/google-maps/?_ga=1.205725520.259329449.1443079046\";s:8:\"ordering\";i:9;}s:39:\"wd-instagram-feed+wd-instagram-feed.php\";a:9:{s:2:\"id\";i:121;s:5:\"title\";s:17:\"Instagram Feed WD\";s:11:\"description\";s:204:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">The most advanced and user-friendly Instagram plugin.</span></p>\";s:8:\"zip_name\";s:21:\"instagram-feed-wd.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:52:\"/images/new_design/prodIcons/InstagramFeedWD_new.png\";s:9:\"demo_link\";s:79:\"http://wpdemo.web-dorado.com/instagram-wd/?_ga=1.176157035.859458385.1470818004\";s:8:\"ordering\";i:8;}s:28:\"image-optimizer-wd+io-wd.php\";a:9:{s:2:\"id\";i:181;s:5:\"title\";s:18:\"Image Optimizer WD\";s:11:\"description\";s:393:\"<p><span id=\"docs-internal-guid-8948eca5-9a70-df48-5616-29fed94d2b87\"><span style=\"font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; vertical-align: baseline; white-space: pre-wrap;\">Image Optimizer WordPress plugin enables you to resize, compress and optimize PNG, JPG, GIF and PDF (paid version only) files while maintaining image quality.</span></span></p>\";s:8:\"zip_name\";s:22:\"image-optimizer-wd.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:53:\"/images/banners/image-optimizer/io-logo.png?150409971\";s:9:\"demo_link\";s:0:\"\";s:8:\"ordering\";i:7;}s:23:\"slider-wd+slider-wd.php\";a:9:{s:2:\"id\";i:69;s:5:\"title\";s:9:\"Slider WD\";s:11:\"description\";s:253:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Slider WD plugin is one of the most popular WordPress plugins used to display images and videos in ...</span></p>\";s:8:\"zip_name\";s:13:\"slider-wd.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:45:\"/images/new_design/prodIcons/SliderWD_new.png\";s:9:\"demo_link\";s:73:\"http://wpdemo.web-dorado.com/slider/?_ga=1.150076159.859458385.1470818004\";s:8:\"ordering\";i:6;}s:26:\"event-calendar-wd+ecwd.php\";a:9:{s:2:\"id\";i:86;s:5:\"title\";s:17:\"Event Calendar WD\";s:11:\"description\";s:257:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Do you have multiple recurring events and want to represent them in a user friendly and attractive manner?</span></p>\";s:8:\"zip_name\";s:29:\"EventCalendarWD_Wordpress.zip\";s:11:\"with_addons\";i:1;s:9:\"parent_id\";i:0;s:4:\"logo\";s:52:\"/images/new_design/prodIcons/EventCalendarWD_new.png\";s:9:\"demo_link\";s:84:\"http://wpdemo.web-dorado.com/event-calendar-wd/?_ga=1.189395298.859458385.1470818004\";s:8:\"ordering\";i:5;}s:25:\"form-maker+form-maker.php\";a:9:{s:2:\"id\";i:31;s:5:\"title\";s:10:\"Form Maker\";s:11:\"description\";s:258:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Building WordPress forms just got much easier with a modern and advanced Web Dorado WP Form Builder plugin.</span></p>\";s:8:\"zip_name\";s:23:\"FormMaker_WordPress.zip\";s:11:\"with_addons\";i:1;s:9:\"parent_id\";i:0;s:4:\"logo\";s:46:\"/images/new_design/prodIcons/FormMaker_new.png\";s:9:\"demo_link\";s:76:\"http://wpdemo.web-dorado.com/form-maker/?_ga=1.78576093.859458385.1470818004\";s:8:\"ordering\";i:4;}s:31:\"photo-gallery+photo-gallery.php\";a:9:{s:2:\"id\";i:55;s:5:\"title\";s:13:\"Photo Gallery\";s:11:\"description\";s:245:\"<p><span style=\"color: #222222; font-family: Consolas, \'Lucida Console\', \'Courier New\', monospace; font-size: 12px; white-space: pre-wrap;\">Photo Gallery is a fully responsive WordPress photo gallery plugin with advanced functionality</span></p>\";s:8:\"zip_name\";s:26:\"PhotoGallery_WordPress.zip\";s:11:\"with_addons\";i:1;s:9:\"parent_id\";i:0;s:4:\"logo\";s:49:\"/images/new_design/prodIcons/PhotoGallery_new.png\";s:9:\"demo_link\";s:72:\"http://wpdemo.web-dorado.com/gallery?_ga=1.27991679.259329449.1443079046\";s:8:\"ordering\";i:3;}s:25:\"wd-manager+wd-manager.php\";a:9:{s:2:\"id\";i:177;s:5:\"title\";s:10:\"WD Manager\";s:11:\"description\";s:0:\"\";s:8:\"zip_name\";s:14:\"WD-manager.zip\";s:11:\"with_addons\";i:0;s:9:\"parent_id\";i:0;s:4:\"logo\";s:0:\"\";s:9:\"demo_link\";N;s:8:\"ordering\";N;}}','no'),(65990,'_site_transient_timeout_wdd_remote_coupons_data','1581729160','no'),(65991,'_site_transient_wdd_remote_coupons_data','a:0:{}','no'),(65992,'_site_transient_timeout_wdd_remote_offers_date','1581729160','no'),(65993,'_site_transient_wdd_remote_offers_date','2017-04-07 06:57:20','no'),(65997,'_transient_timeout_jupiterx_tgmpa_plugins','1581729162','no'),(65998,'_transient_jupiterx_tgmpa_plugins','a:24:{i:0;a:14:{s:2:\"id\";i:37690;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:14:\"Jupiter X Core\";s:4:\"slug\";s:13:\"jupiterx-core\";s:8:\"basename\";s:31:\"jupiterx-core/jupiterx-core.php\";s:7:\"img_url\";s:100:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jupiterx-core-icon.png\";s:4:\"desc\";s:60:\"This plugin adds core functionalities for JupiterX WP theme.\";s:6:\"source\";s:102:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jupiterx-core-v1.14.0.zip\";s:7:\"version\";s:6:\"1.14.0\";s:8:\"required\";s:4:\"true\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:63:\"https://themes.artbees.net/docs/jupiter-x-core-plugin-overview/\";s:11:\"is_callable\";s:13:\"JupiterX_Core\";}i:1;a:12:{s:2:\"id\";i:37695;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:22:\"Advanced Custom Fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:8:\"basename\";s:30:\"advanced-custom-fields/acf.php\";s:7:\"img_url\";s:90:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-acf-icon.png\";s:4:\"desc\";s:69:\"Customize WordPress with powerful, professional and intuitive fields.\";s:8:\"required\";s:4:\"true\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:11:\"is_callable\";s:3:\"ACF\";}i:2;a:12:{s:2:\"id\";i:37698;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:9:\"Elementor\";s:4:\"slug\";s:9:\"elementor\";s:8:\"basename\";s:23:\"elementor/elementor.php\";s:7:\"img_url\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-elementor-icon.png\";s:4:\"desc\";s:147:\"The most advanced frontend drag &amp; drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.\";s:8:\"required\";s:4:\"true\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:74:\"https://help.artbees.net/getting-started/plugins/elementor-plugin-overview\";s:11:\"is_callable\";s:16:\"Elementor\\Plugin\";}i:3;a:15:{s:2:\"id\";i:37586;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:5:\"Raven\";s:4:\"slug\";s:5:\"raven\";s:8:\"basename\";s:15:\"raven/raven.php\";s:7:\"img_url\";s:92:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-raven-icon.png\";s:4:\"desc\";s:97:\"Adds more Elements and widgets, Header and footer builder capabilities to Elementor page builder.\";s:6:\"source\";s:93:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/raven-v1.9.2.zip\";s:7:\"version\";s:5:\"1.9.2\";s:8:\"required\";s:4:\"true\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:70:\"https://help.artbees.net/getting-started/plugins/raven-plugin-overview\";s:11:\"is_callable\";s:12:\"Raven\\Plugin\";s:8:\"releases\";O:8:\"stdClass\":2:{s:6:\"item-0\";O:8:\"stdClass\":2:{s:14:\"_version_label\";s:1:\"I\";s:15:\"_version_number\";s:5:\"1.3.0\";}s:6:\"item-1\";O:8:\"stdClass\":2:{s:14:\"_version_label\";s:2:\"II\";s:15:\"_version_number\";s:5:\"1.3.1\";}}}i:4;a:15:{s:2:\"id\";i:37701;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:12:\"Jet Elements\";s:4:\"slug\";s:12:\"jet-elements\";s:8:\"basename\";s:29:\"jet-elements/jet-elements.php\";s:7:\"img_url\";s:99:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-elements-icon.png\";s:4:\"desc\";s:57:\"Adds more Elements and widgets to Elementor page builder.\";s:6:\"source\";s:99:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-elements.2.2.7.zip\";s:7:\"version\";s:5:\"2.2.7\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:76:\"https://help.artbees.net/getting-started/plugins/jetelements-plugin-overview\";s:11:\"is_callable\";s:12:\"Jet_Elements\";s:10:\"label_type\";s:8:\"Optional\";}i:5;a:15:{s:2:\"id\";i:37706;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:8:\"Jet Blog\";s:4:\"slug\";s:8:\"jet-blog\";s:8:\"basename\";s:21:\"jet-blog/jet-blog.php\";s:7:\"img_url\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-blog-icon.png\";s:4:\"desc\";s:44:\"Blogging Package for Elementor Page Builder.\";s:6:\"source\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-blog.2.2.1.zip\";s:7:\"version\";s:5:\"2.2.1\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:72:\"https://help.artbees.net/getting-started/plugins/jetblog-plugin-overview\";s:11:\"is_callable\";s:8:\"Jet_Blog\";s:10:\"label_type\";s:8:\"Optional\";}i:6;a:15:{s:2:\"id\";i:37711;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:8:\"Jet Menu\";s:4:\"slug\";s:8:\"jet-menu\";s:8:\"basename\";s:21:\"jet-menu/jet-menu.php\";s:7:\"img_url\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-menu-icon.png\";s:4:\"desc\";s:42:\"A top-notch mega menu addon for Elementor.\";s:6:\"source\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-menu.1.5.15.zip\";s:7:\"version\";s:6:\"1.5.15\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:64:\"https://help.artbees.net/getting-started/jetmenu-plugin-overview\";s:11:\"is_callable\";s:8:\"Jet_Menu\";s:10:\"label_type\";s:8:\"Optional\";}i:7;a:15:{s:2:\"id\";i:37716;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:9:\"Jet Popup\";s:4:\"slug\";s:9:\"jet-popup\";s:8:\"basename\";s:23:\"jet-popup/jet-popup.php\";s:7:\"img_url\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-popup-icon.png\";s:4:\"desc\";s:55:\"The advanced plugin for creating popups with Elementor.\";s:6:\"source\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-popup.1.3.0.zip\";s:7:\"version\";s:5:\"1.3.0\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:73:\"https://help.artbees.net/getting-started/plugins/jetpopup-plugin-overview\";s:11:\"is_callable\";s:9:\"Jet_Popup\";s:10:\"label_type\";s:8:\"Optional\";}i:8;a:15:{s:2:\"id\";i:37721;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:8:\"Jet Tabs\";s:4:\"slug\";s:8:\"jet-tabs\";s:8:\"basename\";s:21:\"jet-tabs/jet-tabs.php\";s:7:\"img_url\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-tabs-icon.png\";s:4:\"desc\";s:47:\"Tabs and Accordions for Elementor Page Builder.\";s:6:\"source\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-tabs.2.1.1.zip\";s:7:\"version\";s:5:\"2.1.1\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:72:\"https://help.artbees.net/getting-started/plugins/jettabs-plugin-overview\";s:11:\"is_callable\";s:8:\"Jet_Tabs\";s:10:\"label_type\";s:8:\"Optional\";}i:9;a:15:{s:2:\"id\";i:37726;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:14:\"Jet WooBuilder\";s:4:\"slug\";s:15:\"jet-woo-builder\";s:8:\"basename\";s:35:\"jet-woo-builder/jet-woo-builder.php\";s:7:\"img_url\";s:101:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-woobuilder-icon.png\";s:4:\"desc\";s:116:\"Your perfect asset in creating WooCommerce page templates using loads of special widgets &amp; stylish page layouts.\";s:6:\"source\";s:102:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-woo-builder.1.6.0.zip\";s:7:\"version\";s:5:\"1.6.0\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:78:\"https://help.artbees.net/getting-started/plugins/jetwoobuilder-plugin-overview\";s:11:\"is_callable\";s:15:\"Jet_Woo_Builder\";s:10:\"label_type\";s:8:\"Optional\";}i:10;a:15:{s:2:\"id\";i:37731;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:10:\"Jet Tricks\";s:4:\"slug\";s:10:\"jet-tricks\";s:8:\"basename\";s:25:\"jet-tricks/jet-tricks.php\";s:7:\"img_url\";s:97:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-tricks-icon.png\";s:4:\"desc\";s:124:\"Use different eye-catching stylish animation effects and let your content become truly alive with outstanding visual tricks.\";s:6:\"source\";s:97:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-tricks.1.2.6.zip\";s:7:\"version\";s:5:\"1.2.6\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:74:\"https://help.artbees.net/getting-started/plugins/jettricks-plugin-overview\";s:11:\"is_callable\";s:10:\"Jet_Tricks\";s:10:\"label_type\";s:8:\"Optional\";}i:11;a:15:{s:2:\"id\";i:37736;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:10:\"Jet Engine\";s:4:\"slug\";s:10:\"jet-engine\";s:8:\"basename\";s:25:\"jet-engine/jet-engine.php\";s:7:\"img_url\";s:97:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-engine-icon.png\";s:4:\"desc\";s:80:\"The ultimate solution for managing custom post types, taxonomies and meta boxes.\";s:6:\"source\";s:97:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-engine.2.2.1.zip\";s:7:\"version\";s:5:\"2.2.1\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:74:\"https://help.artbees.net/getting-started/plugins/jetengine-plugin-overview\";s:11:\"is_callable\";s:10:\"Jet_Engine\";s:10:\"label_type\";s:8:\"Optional\";}i:12;a:15:{s:2:\"id\";i:37741;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:16:\"Jet SmartFilters\";s:4:\"slug\";s:17:\"jet-smart-filters\";s:8:\"basename\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:7:\"img_url\";s:103:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jet-smartfilters-icon.png\";s:4:\"desc\";s:99:\"Adds easy-to-use AJAX filters to the pages built with Elementor which contain the dynamic listings.\";s:6:\"source\";s:104:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-smart-filters.1.6.1.zip\";s:7:\"version\";s:5:\"1.6.1\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:80:\"https://help.artbees.net/getting-started/plugins/jetsmartfilters-plugin-overview\";s:11:\"is_callable\";s:17:\"Jet_Smart_Filters\";s:10:\"label_type\";s:8:\"Optional\";}i:13;a:14:{s:2:\"id\";i:37746;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:40:\"WPBakery Page Builder (Modified Version)\";s:4:\"slug\";s:17:\"js_composer_theme\";s:8:\"basename\";s:33:\"js_composer_theme/js_composer.php\";s:7:\"img_url\";s:99:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-js_composer_theme.svg\";s:4:\"desc\";s:157:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.\";s:6:\"source\";s:113:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/jupiterx_js_composer_theme.6.0.5.zip\";s:7:\"version\";s:5:\"6.0.5\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:11:\"is_callable\";s:10:\"Vc_Manager\";s:10:\"label_type\";s:8:\"Optional\";}i:14;a:14:{s:2:\"id\";i:37751;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:13:\"Jupiter Donut\";s:4:\"slug\";s:13:\"jupiter-donut\";s:8:\"basename\";s:31:\"jupiter-donut/jupiter-donut.php\";s:7:\"img_url\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-jupiter-donut.png\";s:4:\"desc\";s:122:\"An add-on to extend the element library of WPBakery Page builder. This plugin is developed by Artbees for Jupiter WP Theme\";s:6:\"source\";s:100:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/jupiter-donut.1.0.2.zip\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:11:\"is_callable\";s:13:\"Jupiter_Donut\";s:10:\"label_type\";s:8:\"Optional\";}i:15;a:15:{s:2:\"id\";i:37755;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:8:\"basename\";s:34:\"advanced-custom-fields-pro/acf.php\";s:7:\"img_url\";s:90:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-acf-icon.png\";s:4:\"desc\";s:69:\"Customise WordPress with powerful, professional and intuitive fields.\";s:6:\"source\";s:114:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/advanced-custom-fields-pro-v5.8.7.zip\";s:7:\"version\";s:5:\"5.8.7\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:91:\"https://help.artbees.net/getting-started/plugins/advanced-custom-fields-pro-plugin-overview\";s:11:\"is_callable\";s:7:\"acf_pro\";s:10:\"label_type\";s:8:\"Optional\";}i:16;a:13:{s:2:\"id\";i:37759;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:23:\"Menu Icons by ThemeIsle\";s:4:\"slug\";s:10:\"menu-icons\";s:8:\"basename\";s:25:\"menu-icons/menu-icons.php\";s:7:\"img_url\";s:92:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-menu-icons.png\";s:4:\"desc\";s:72:\"Menu Icons plugin gives you the ability to add icons to your menu items.\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:75:\"https://help.artbees.net/getting-started/plugins/menu-icons-plugin-overview\";s:11:\"is_callable\";s:10:\"Menu_Icons\";s:10:\"label_type\";s:8:\"Optional\";}i:17;a:15:{s:2:\"id\";i:37762;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:8:\"basename\";s:23:\"revslider/revslider.php\";s:7:\"img_url\";s:91:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/slider-revolution-icon.png\";s:4:\"desc\";s:46:\"Slider Revolution - Premium responsive slider.\";s:6:\"source\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/revslider.6.1.5.zip\";s:7:\"version\";s:5:\"6.1.5\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:82:\"https://help.artbees.net/getting-started/plugins/slider-revolution-plugin-overview\";s:11:\"is_callable\";s:14:\"RevSliderFront\";s:10:\"label_type\";s:8:\"Optional\";}i:18;a:15:{s:2:\"id\";i:37767;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:13:\"Master Slider\";s:4:\"slug\";s:12:\"masterslider\";s:8:\"basename\";s:29:\"masterslider/masterslider.php\";s:7:\"img_url\";s:100:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-master-slider-icon.jpg\";s:4:\"desc\";s:149:\"Master Slider is the most advanced responsive HTML5 WordPress slider plugin with layer and Touch Swipe Navigation that works smoothly on devices too.\";s:6:\"source\";s:100:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/masterslider.3.2.14.zip\";s:7:\"version\";s:6:\"3.2.14\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:71:\"https://help.artbees.net/getting-started/plugins/master-slider-overview\";s:11:\"is_callable\";s:13:\"Master_Slider\";s:10:\"label_type\";s:8:\"Optional\";}i:19;a:15:{s:2:\"id\";i:37769;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:8:\"basename\";s:27:\"LayerSlider/layerslider.php\";s:7:\"img_url\";s:99:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-layer-slider-icon.png\";s:4:\"desc\";s:137:\"LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over 200 2D &amp; 3D transitions.\";s:6:\"source\";s:106:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/jupiter_LayerSlider.6.9.2.zip\";s:7:\"version\";s:5:\"6.9.2\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";s:9:\"more_link\";s:70:\"https://help.artbees.net/getting-started/plugins/layer-slider-overview\";s:11:\"is_callable\";s:9:\"LS_Config\";s:10:\"label_type\";s:8:\"Optional\";}i:20;a:12:{s:2:\"id\";i:37772;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"basename\";s:27:\"woocommerce/woocommerce.php\";s:7:\"img_url\";s:98:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-woocommerce-icon.png\";s:4:\"desc\";s:120:\"WooCommerce is a flexible, open-source eCommerce solution built on WordPress. Sell anything, anywhere and make your way.\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:11:\"is_callable\";s:11:\"WooCommerce\";s:10:\"label_type\";s:8:\"Optional\";}i:21;a:13:{s:2:\"id\";i:37774;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:24:\"Customizer Export/Import\";s:4:\"slug\";s:24:\"customizer-export-import\";s:8:\"basename\";s:53:\"customizer-export-import/customizer-export-import.php\";s:7:\"img_url\";s:111:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-customizer-export-import-icon.png\";s:4:\"desc\";s:59:\"Easily export or import your WordPress customizer settings!\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:88:\"https://help.artbees.net/getting-started/plugins/customizer-exportimport-plugin-overview\";s:11:\"is_callable\";s:8:\"CEI_Core\";s:10:\"label_type\";s:8:\"Optional\";}i:22;a:13:{s:2:\"id\";i:37776;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:16:\"Customizer Reset\";s:4:\"slug\";s:26:\"customizer-reset-by-wpzoom\";s:8:\"basename\";s:47:\"customizer-reset-by-wpzoom/customizer-reset.php\";s:7:\"img_url\";s:103:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2019/11/plugin-thumb-customizer-reset-icon.png\";s:4:\"desc\";s:57:\"Reset theme customizations made via WordPress Customizer.\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:81:\"https://help.artbees.net/getting-started/plugins/customizer-reset-plugin-overview\";s:11:\"is_callable\";s:21:\"ZOOM_Customizer_Reset\";s:10:\"label_type\";s:8:\"Optional\";}i:23;a:13:{s:2:\"id\";i:45885;s:10:\"theme_name\";s:8:\"jupiterx\";s:4:\"name\";s:8:\"WunderWP\";s:4:\"slug\";s:8:\"wunderwp\";s:8:\"basename\";s:21:\"wunderwp/wunderwp.php\";s:7:\"img_url\";s:89:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/2020/02/wunderwp_plugin_icon.png\";s:4:\"desc\";s:151:\"Save and reuse your Elementor styles or templates in the WunderWP Cloud or use readymade styles to quickly beautify your Elementor pages. All for free!\";s:8:\"required\";s:5:\"false\";s:11:\"recommended\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";s:9:\"more_link\";s:21:\"https://wunderwp.com/\";s:11:\"is_callable\";s:8:\"WunderWP\";s:10:\"label_type\";s:8:\"Optional\";}}','no'),(66000,'_transient_timeout_elementor_remote_info_api_data_2.8.5','1581729428','no'),(66001,'_transient_elementor_remote_info_api_data_2.8.5','','no'),(66014,'elementor_log','a:1:{s:32:\"89e6c551409aeb57b778381a77da8bc1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:5:\"12656\";s:7:\"\0*\0file\";s:120:\"https://dev.ddsconsultingplus.ca/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js?ver=2.8.5\";s:7:\"\0*\0line\";s:1:\"1\";s:7:\"\0*\0date\";s:19:\"2020-02-14 15:16:23\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:9:\"O is null\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2020-02-14 15:16:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1581693383\";s:7:\"message\";s:9:\"O is null\";s:3:\"url\";s:120:\"https://dev.ddsconsultingplus.ca/wp-content/plugins/elementor/assets/lib/inline-editor/js/inline-editor.min.js?ver=2.8.5\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:5:\"12656\";}}}','no'),(66027,'_site_transient_timeout_kirki_googlefonts_cache','1581708022','no'),(66028,'_site_transient_kirki_googlefonts_cache','a:877:{s:7:\"ABeeZee\";a:3:{s:5:\"label\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Abel\";a:3:{s:5:\"label\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Abhaya Libre\";a:3:{s:5:\"label\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Abril Fatface\";a:3:{s:5:\"label\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Aclonica\";a:3:{s:5:\"label\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Acme\";a:3:{s:5:\"label\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Actor\";a:3:{s:5:\"label\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Adamina\";a:3:{s:5:\"label\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Advent Pro\";a:3:{s:5:\"label\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Aguafina Script\";a:3:{s:5:\"label\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Akronim\";a:3:{s:5:\"label\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aladin\";a:3:{s:5:\"label\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Aldrich\";a:3:{s:5:\"label\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Alef\";a:3:{s:5:\"label\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Alegreya\";a:3:{s:5:\"label\";s:8:\"Alegreya\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Alegreya SC\";a:3:{s:5:\"label\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alegreya Sans\";a:3:{s:5:\"label\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Alegreya Sans SC\";a:3:{s:5:\"label\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Alex Brush\";a:3:{s:5:\"label\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Alfa Slab One\";a:3:{s:5:\"label\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Alice\";a:3:{s:5:\"label\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Alike\";a:3:{s:5:\"label\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Alike Angular\";a:3:{s:5:\"label\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Allan\";a:3:{s:5:\"label\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Allerta\";a:3:{s:5:\"label\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Allerta Stencil\";a:3:{s:5:\"label\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Allura\";a:3:{s:5:\"label\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Almendra\";a:3:{s:5:\"label\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Almendra Display\";a:3:{s:5:\"label\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Almendra SC\";a:3:{s:5:\"label\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Amarante\";a:3:{s:5:\"label\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Amaranth\";a:3:{s:5:\"label\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Amatic SC\";a:3:{s:5:\"label\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Amethysta\";a:3:{s:5:\"label\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amiko\";a:3:{s:5:\"label\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Amiri\";a:3:{s:5:\"label\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Amita\";a:3:{s:5:\"label\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Anaheim\";a:3:{s:5:\"label\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Andada\";a:3:{s:5:\"label\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Andika\";a:3:{s:5:\"label\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Angkor\";a:3:{s:5:\"label\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:24:\"Annie Use Your Telescope\";a:3:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Anonymous Pro\";a:3:{s:5:\"label\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Antic\";a:3:{s:5:\"label\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Antic Didone\";a:3:{s:5:\"label\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Antic Slab\";a:3:{s:5:\"label\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Anton\";a:3:{s:5:\"label\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Arapey\";a:3:{s:5:\"label\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Arbutus\";a:3:{s:5:\"label\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Arbutus Slab\";a:3:{s:5:\"label\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Architects Daughter\";a:3:{s:5:\"label\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Archivo\";a:3:{s:5:\"label\";s:7:\"Archivo\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Archivo Black\";a:3:{s:5:\"label\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Archivo Narrow\";a:3:{s:5:\"label\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Aref Ruqaa\";a:3:{s:5:\"label\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Arima Madurai\";a:3:{s:5:\"label\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Arimo\";a:3:{s:5:\"label\";s:5:\"Arimo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Arizonia\";a:3:{s:5:\"label\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Armata\";a:3:{s:5:\"label\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Arsenal\";a:3:{s:5:\"label\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Artifika\";a:3:{s:5:\"label\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arvo\";a:3:{s:5:\"label\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Arya\";a:3:{s:5:\"label\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asap\";a:3:{s:5:\"label\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Asap Condensed\";a:3:{s:5:\"label\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Asar\";a:3:{s:5:\"label\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Asset\";a:3:{s:5:\"label\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Assistant\";a:3:{s:5:\"label\";s:9:\"Assistant\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Astloch\";a:3:{s:5:\"label\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Asul\";a:3:{s:5:\"label\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Athiti\";a:3:{s:5:\"label\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Atma\";a:3:{s:5:\"label\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Atomic Age\";a:3:{s:5:\"label\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Aubrey\";a:3:{s:5:\"label\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Audiowide\";a:3:{s:5:\"label\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Autour One\";a:3:{s:5:\"label\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Average\";a:3:{s:5:\"label\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Average Sans\";a:3:{s:5:\"label\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Averia Gruesa Libre\";a:3:{s:5:\"label\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Averia Libre\";a:3:{s:5:\"label\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Averia Sans Libre\";a:3:{s:5:\"label\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Averia Serif Libre\";a:3:{s:5:\"label\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bad Script\";a:3:{s:5:\"label\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Bahiana\";a:3:{s:5:\"label\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Baloo\";a:3:{s:5:\"label\";s:5:\"Baloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Baloo Bhai\";a:3:{s:5:\"label\";s:10:\"Baloo Bhai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Baloo Bhaijaan\";a:3:{s:5:\"label\";s:14:\"Baloo Bhaijaan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Bhaina\";a:3:{s:5:\"label\";s:12:\"Baloo Bhaina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Chettan\";a:3:{s:5:\"label\";s:13:\"Baloo Chettan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Baloo Da\";a:3:{s:5:\"label\";s:8:\"Baloo Da\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Baloo Paaji\";a:3:{s:5:\"label\";s:11:\"Baloo Paaji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Baloo Tamma\";a:3:{s:5:\"label\";s:11:\"Baloo Tamma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Baloo Tammudu\";a:3:{s:5:\"label\";s:13:\"Baloo Tammudu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Baloo Thambi\";a:3:{s:5:\"label\";s:12:\"Baloo Thambi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Balthazar\";a:3:{s:5:\"label\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Bangers\";a:3:{s:5:\"label\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Barlow\";a:3:{s:5:\"label\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Barlow Condensed\";a:3:{s:5:\"label\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Barlow Semi Condensed\";a:3:{s:5:\"label\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Barrio\";a:3:{s:5:\"label\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Basic\";a:3:{s:5:\"label\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Battambang\";a:3:{s:5:\"label\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Baumans\";a:3:{s:5:\"label\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bayon\";a:3:{s:5:\"label\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Belgrano\";a:3:{s:5:\"label\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Bellefair\";a:3:{s:5:\"label\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Belleza\";a:3:{s:5:\"label\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"BenchNine\";a:3:{s:5:\"label\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Bentham\";a:3:{s:5:\"label\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Berkshire Swash\";a:3:{s:5:\"label\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Bevan\";a:3:{s:5:\"label\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bigelow Rules\";a:3:{s:5:\"label\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bigshot One\";a:3:{s:5:\"label\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bilbo\";a:3:{s:5:\"label\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Bilbo Swash Caps\";a:3:{s:5:\"label\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"BioRhyme\";a:3:{s:5:\"label\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"BioRhyme Expanded\";a:3:{s:5:\"label\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Biryani\";a:3:{s:5:\"label\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Bitter\";a:3:{s:5:\"label\";s:6:\"Bitter\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Black And White Picture\";a:3:{s:5:\"label\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Black Han Sans\";a:3:{s:5:\"label\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Black Ops One\";a:3:{s:5:\"label\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Bokor\";a:3:{s:5:\"label\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Bonbon\";a:3:{s:5:\"label\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Boogaloo\";a:3:{s:5:\"label\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Bowlby One\";a:3:{s:5:\"label\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bowlby One SC\";a:3:{s:5:\"label\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Brawler\";a:3:{s:5:\"label\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Bree Serif\";a:3:{s:5:\"label\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Bubblegum Sans\";a:3:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Bubbler One\";a:3:{s:5:\"label\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Buda\";a:3:{s:5:\"label\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:8:\"category\";s:7:\"display\";}s:7:\"Buenard\";a:3:{s:5:\"label\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Bungee\";a:3:{s:5:\"label\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Bungee Hairline\";a:3:{s:5:\"label\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Bungee Inline\";a:3:{s:5:\"label\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Bungee Outline\";a:3:{s:5:\"label\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Bungee Shade\";a:3:{s:5:\"label\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Butcherman\";a:3:{s:5:\"label\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Butterfly Kids\";a:3:{s:5:\"label\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Cabin\";a:3:{s:5:\"label\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Cabin Condensed\";a:3:{s:5:\"label\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Cabin Sketch\";a:3:{s:5:\"label\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Caesar Dressing\";a:3:{s:5:\"label\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Cagliostro\";a:3:{s:5:\"label\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cairo\";a:3:{s:5:\"label\";s:5:\"Cairo\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Calligraffitti\";a:3:{s:5:\"label\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Cambay\";a:3:{s:5:\"label\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cambo\";a:3:{s:5:\"label\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Candal\";a:3:{s:5:\"label\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cantarell\";a:3:{s:5:\"label\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Cantata One\";a:3:{s:5:\"label\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cantora One\";a:3:{s:5:\"label\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Capriola\";a:3:{s:5:\"label\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Cardo\";a:3:{s:5:\"label\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Carme\";a:3:{s:5:\"label\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Carrois Gothic\";a:3:{s:5:\"label\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Carrois Gothic SC\";a:3:{s:5:\"label\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Carter One\";a:3:{s:5:\"label\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Catamaran\";a:3:{s:5:\"label\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Caudex\";a:3:{s:5:\"label\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Caveat\";a:3:{s:5:\"label\";s:6:\"Caveat\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Caveat Brush\";a:3:{s:5:\"label\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:18:\"Cedarville Cursive\";a:3:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Ceviche One\";a:3:{s:5:\"label\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Changa\";a:3:{s:5:\"label\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Changa One\";a:3:{s:5:\"label\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chango\";a:3:{s:5:\"label\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Chathura\";a:3:{s:5:\"label\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Chau Philomene One\";a:3:{s:5:\"label\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Chela One\";a:3:{s:5:\"label\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Chelsea Market\";a:3:{s:5:\"label\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chenla\";a:3:{s:5:\"label\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Cherry Cream Soda\";a:3:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Cherry Swash\";a:3:{s:5:\"label\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chewy\";a:3:{s:5:\"label\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Chicle\";a:3:{s:5:\"label\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Chivo\";a:3:{s:5:\"label\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Chonburi\";a:3:{s:5:\"label\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cinzel\";a:3:{s:5:\"label\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cinzel Decorative\";a:3:{s:5:\"label\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Clicker Script\";a:3:{s:5:\"label\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Coda\";a:3:{s:5:\"label\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Coda Caption\";a:3:{s:5:\"label\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Codystar\";a:3:{s:5:\"label\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Coiny\";a:3:{s:5:\"label\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Combo\";a:3:{s:5:\"label\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Comfortaa\";a:3:{s:5:\"label\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Coming Soon\";a:3:{s:5:\"label\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Concert One\";a:3:{s:5:\"label\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Condiment\";a:3:{s:5:\"label\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Content\";a:3:{s:5:\"label\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Contrail One\";a:3:{s:5:\"label\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Convergence\";a:3:{s:5:\"label\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Cookie\";a:3:{s:5:\"label\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Copse\";a:3:{s:5:\"label\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Corben\";a:3:{s:5:\"label\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Cormorant\";a:3:{s:5:\"label\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Cormorant Garamond\";a:3:{s:5:\"label\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Cormorant Infant\";a:3:{s:5:\"label\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Cormorant SC\";a:3:{s:5:\"label\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Unicase\";a:3:{s:5:\"label\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Cormorant Upright\";a:3:{s:5:\"label\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Courgette\";a:3:{s:5:\"label\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Cousine\";a:3:{s:5:\"label\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:8:\"Coustard\";a:3:{s:5:\"label\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Covered By Your Grace\";a:3:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Crafty Girls\";a:3:{s:5:\"label\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Creepster\";a:3:{s:5:\"label\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Crete Round\";a:3:{s:5:\"label\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Crimson Text\";a:3:{s:5:\"label\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:13:\"Croissant One\";a:3:{s:5:\"label\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Crushed\";a:3:{s:5:\"label\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cuprum\";a:3:{s:5:\"label\";s:6:\"Cuprum\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Cute Font\";a:3:{s:5:\"label\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Cutive\";a:3:{s:5:\"label\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Cutive Mono\";a:3:{s:5:\"label\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:6:\"Damion\";a:3:{s:5:\"label\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Dancing Script\";a:3:{s:5:\"label\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Dangrek\";a:3:{s:5:\"label\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"David Libre\";a:3:{s:5:\"label\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Dawning of a New Day\";a:3:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Days One\";a:3:{s:5:\"label\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dekko\";a:3:{s:5:\"label\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Delius\";a:3:{s:5:\"label\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:17:\"Delius Swash Caps\";a:3:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Delius Unicase\";a:3:{s:5:\"label\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Della Respira\";a:3:{s:5:\"label\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Denk One\";a:3:{s:5:\"label\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Devonshire\";a:3:{s:5:\"label\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Dhurjati\";a:3:{s:5:\"label\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Didact Gothic\";a:3:{s:5:\"label\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Diplomata\";a:3:{s:5:\"label\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Diplomata SC\";a:3:{s:5:\"label\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Do Hyeon\";a:3:{s:5:\"label\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dokdo\";a:3:{s:5:\"label\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Domine\";a:3:{s:5:\"label\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Donegal One\";a:3:{s:5:\"label\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Doppio One\";a:3:{s:5:\"label\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dorsa\";a:3:{s:5:\"label\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Dosis\";a:3:{s:5:\"label\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Dr Sugiyama\";a:3:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Duru Sans\";a:3:{s:5:\"label\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Dynalight\";a:3:{s:5:\"label\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"EB Garamond\";a:3:{s:5:\"label\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Eagle Lake\";a:3:{s:5:\"label\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"East Sea Dokdo\";a:3:{s:5:\"label\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Eater\";a:3:{s:5:\"label\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Economica\";a:3:{s:5:\"label\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Eczar\";a:3:{s:5:\"label\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"El Messiri\";a:3:{s:5:\"label\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Electrolize\";a:3:{s:5:\"label\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Elsie\";a:3:{s:5:\"label\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Elsie Swash Caps\";a:3:{s:5:\"label\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"900\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Emblema One\";a:3:{s:5:\"label\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Emilys Candy\";a:3:{s:5:\"label\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Encode Sans\";a:3:{s:5:\"label\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Encode Sans Condensed\";a:3:{s:5:\"label\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Encode Sans Expanded\";a:3:{s:5:\"label\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:26:\"Encode Sans Semi Condensed\";a:3:{s:5:\"label\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Encode Sans Semi Expanded\";a:3:{s:5:\"label\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Engagement\";a:3:{s:5:\"label\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Englebert\";a:3:{s:5:\"label\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Enriqueta\";a:3:{s:5:\"label\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Erica One\";a:3:{s:5:\"label\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Esteban\";a:3:{s:5:\"label\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Euphoria Script\";a:3:{s:5:\"label\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ewert\";a:3:{s:5:\"label\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Exo\";a:3:{s:5:\"label\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Exo 2\";a:3:{s:5:\"label\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Expletus Sans\";a:3:{s:5:\"label\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Fanwood Text\";a:3:{s:5:\"label\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Farsan\";a:3:{s:5:\"label\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fascinate\";a:3:{s:5:\"label\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Fascinate Inline\";a:3:{s:5:\"label\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Faster One\";a:3:{s:5:\"label\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Fasthand\";a:3:{s:5:\"label\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Fauna One\";a:3:{s:5:\"label\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Faustina\";a:3:{s:5:\"label\";s:8:\"Faustina\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Federant\";a:3:{s:5:\"label\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Federo\";a:3:{s:5:\"label\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Felipa\";a:3:{s:5:\"label\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Fenix\";a:3:{s:5:\"label\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Finger Paint\";a:3:{s:5:\"label\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fira Mono\";a:3:{s:5:\"label\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Fira Sans\";a:3:{s:5:\"label\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Fira Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:25:\"Fira Sans Extra Condensed\";a:3:{s:5:\"label\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Fjalla One\";a:3:{s:5:\"label\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Fjord One\";a:3:{s:5:\"label\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Flamenco\";a:3:{s:5:\"label\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Flavors\";a:3:{s:5:\"label\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Fondamento\";a:3:{s:5:\"label\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Fontdiner Swanky\";a:3:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Forum\";a:3:{s:5:\"label\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Francois One\";a:3:{s:5:\"label\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Frank Ruhl Libre\";a:3:{s:5:\"label\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Freckle Face\";a:3:{s:5:\"label\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Fredericka the Great\";a:3:{s:5:\"label\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Fredoka One\";a:3:{s:5:\"label\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Freehand\";a:3:{s:5:\"label\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Fresca\";a:3:{s:5:\"label\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Frijole\";a:3:{s:5:\"label\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Fruktur\";a:3:{s:5:\"label\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Fugaz One\";a:3:{s:5:\"label\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"GFS Didot\";a:3:{s:5:\"label\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"GFS Neohellenic\";a:3:{s:5:\"label\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Gabriela\";a:3:{s:5:\"label\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Gaegu\";a:3:{s:5:\"label\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Gafata\";a:3:{s:5:\"label\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Galada\";a:3:{s:5:\"label\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Galdeano\";a:3:{s:5:\"label\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Galindo\";a:3:{s:5:\"label\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Gamja Flower\";a:3:{s:5:\"label\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Gentium Basic\";a:3:{s:5:\"label\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"Gentium Book Basic\";a:3:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:3:\"Geo\";a:3:{s:5:\"label\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Geostar\";a:3:{s:5:\"label\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Geostar Fill\";a:3:{s:5:\"label\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Germania One\";a:3:{s:5:\"label\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gidugu\";a:3:{s:5:\"label\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Gilda Display\";a:3:{s:5:\"label\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Give You Glory\";a:3:{s:5:\"label\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Glass Antiqua\";a:3:{s:5:\"label\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Glegoo\";a:3:{s:5:\"label\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Gloria Hallelujah\";a:3:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Goblin One\";a:3:{s:5:\"label\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Gochi Hand\";a:3:{s:5:\"label\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Gorditas\";a:3:{s:5:\"label\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Gothic A1\";a:3:{s:5:\"label\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Goudy Bookletter 1911\";a:3:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Graduate\";a:3:{s:5:\"label\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Grand Hotel\";a:3:{s:5:\"label\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Gravitas One\";a:3:{s:5:\"label\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Great Vibes\";a:3:{s:5:\"label\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Griffy\";a:3:{s:5:\"label\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Gruppo\";a:3:{s:5:\"label\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Gudea\";a:3:{s:5:\"label\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Gugi\";a:3:{s:5:\"label\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Gurajada\";a:3:{s:5:\"label\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Habibi\";a:3:{s:5:\"label\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Halant\";a:3:{s:5:\"label\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Hammersmith One\";a:3:{s:5:\"label\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Hanalei\";a:3:{s:5:\"label\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Hanalei Fill\";a:3:{s:5:\"label\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Handlee\";a:3:{s:5:\"label\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Hanuman\";a:3:{s:5:\"label\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Happy Monkey\";a:3:{s:5:\"label\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Harmattan\";a:3:{s:5:\"label\";s:9:\"Harmattan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Headland One\";a:3:{s:5:\"label\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Heebo\";a:3:{s:5:\"label\";s:5:\"Heebo\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Henny Penny\";a:3:{s:5:\"label\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Herr Von Muellerhoff\";a:3:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Hi Melody\";a:3:{s:5:\"label\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Hind\";a:3:{s:5:\"label\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Hind Guntur\";a:3:{s:5:\"label\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Hind Madurai\";a:3:{s:5:\"label\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Siliguri\";a:3:{s:5:\"label\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Hind Vadodara\";a:3:{s:5:\"label\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Holtwood One SC\";a:3:{s:5:\"label\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Homemade Apple\";a:3:{s:5:\"label\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Homenaje\";a:3:{s:5:\"label\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"IBM Plex Mono\";a:3:{s:5:\"label\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"IBM Plex Sans\";a:3:{s:5:\"label\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"IBM Plex Sans Condensed\";a:3:{s:5:\"label\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"IBM Plex Serif\";a:3:{s:5:\"label\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell DW Pica\";a:3:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell DW Pica SC\";a:3:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"IM Fell Double Pica\";a:3:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:22:\"IM Fell Double Pica SC\";a:3:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"IM Fell English\";a:3:{s:5:\"label\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:18:\"IM Fell English SC\";a:3:{s:5:\"label\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell French Canon\";a:3:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell French Canon SC\";a:3:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"IM Fell Great Primer\";a:3:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"IM Fell Great Primer SC\";a:3:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Iceberg\";a:3:{s:5:\"label\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Iceland\";a:3:{s:5:\"label\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Imprima\";a:3:{s:5:\"label\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Inconsolata\";a:3:{s:5:\"label\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Inder\";a:3:{s:5:\"label\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Indie Flower\";a:3:{s:5:\"label\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Inika\";a:3:{s:5:\"label\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Inknut Antiqua\";a:3:{s:5:\"label\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Irish Grover\";a:3:{s:5:\"label\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Istok Web\";a:3:{s:5:\"label\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Italiana\";a:3:{s:5:\"label\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Italianno\";a:3:{s:5:\"label\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Itim\";a:3:{s:5:\"label\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Jacques Francois\";a:3:{s:5:\"label\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:23:\"Jacques Francois Shadow\";a:3:{s:5:\"label\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Jaldi\";a:3:{s:5:\"label\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Jim Nightshade\";a:3:{s:5:\"label\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Jockey One\";a:3:{s:5:\"label\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Jolly Lodger\";a:3:{s:5:\"label\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Jomhuria\";a:3:{s:5:\"label\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Josefin Sans\";a:3:{s:5:\"label\";s:12:\"Josefin Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Josefin Slab\";a:3:{s:5:\"label\";s:12:\"Josefin Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Joti One\";a:3:{s:5:\"label\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"Jua\";a:3:{s:5:\"label\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Judson\";a:3:{s:5:\"label\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Julee\";a:3:{s:5:\"label\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Julius Sans One\";a:3:{s:5:\"label\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Junge\";a:3:{s:5:\"label\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Jura\";a:3:{s:5:\"label\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Just Another Hand\";a:3:{s:5:\"label\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:23:\"Just Me Again Down Here\";a:3:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Kadwa\";a:3:{s:5:\"label\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kalam\";a:3:{s:5:\"label\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Kameron\";a:3:{s:5:\"label\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Kanit\";a:3:{s:5:\"label\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kantumruy\";a:3:{s:5:\"label\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karla\";a:3:{s:5:\"label\";s:5:\"Karla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Karma\";a:3:{s:5:\"label\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Katibeh\";a:3:{s:5:\"label\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Kaushan Script\";a:3:{s:5:\"label\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Kavivanar\";a:3:{s:5:\"label\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Kavoon\";a:3:{s:5:\"label\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kdam Thmor\";a:3:{s:5:\"label\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Keania One\";a:3:{s:5:\"label\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Kelly Slab\";a:3:{s:5:\"label\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kenia\";a:3:{s:5:\"label\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khand\";a:3:{s:5:\"label\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Khmer\";a:3:{s:5:\"label\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Khula\";a:3:{s:5:\"label\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Kirang Haerang\";a:3:{s:5:\"label\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Kite One\";a:3:{s:5:\"label\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Knewave\";a:3:{s:5:\"label\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Kotta One\";a:3:{s:5:\"label\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Koulen\";a:3:{s:5:\"label\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kranky\";a:3:{s:5:\"label\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Kreon\";a:3:{s:5:\"label\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Kristi\";a:3:{s:5:\"label\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Krona One\";a:3:{s:5:\"label\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Kumar One\";a:3:{s:5:\"label\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Kumar One Outline\";a:3:{s:5:\"label\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Kurale\";a:3:{s:5:\"label\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"La Belle Aurore\";a:3:{s:5:\"label\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Laila\";a:3:{s:5:\"label\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Lakki Reddy\";a:3:{s:5:\"label\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Lalezar\";a:3:{s:5:\"label\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lancelot\";a:3:{s:5:\"label\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Lateef\";a:3:{s:5:\"label\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Lato\";a:3:{s:5:\"label\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"League Script\";a:3:{s:5:\"label\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Leckerli One\";a:3:{s:5:\"label\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ledger\";a:3:{s:5:\"label\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Lekton\";a:3:{s:5:\"label\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Lemon\";a:3:{s:5:\"label\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lemonada\";a:3:{s:5:\"label\";s:8:\"Lemonada\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Barcode 128\";a:3:{s:5:\"label\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Libre Barcode 128 Text\";a:3:{s:5:\"label\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Libre Barcode 39\";a:3:{s:5:\"label\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:25:\"Libre Barcode 39 Extended\";a:3:{s:5:\"label\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:30:\"Libre Barcode 39 Extended Text\";a:3:{s:5:\"label\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Libre Barcode 39 Text\";a:3:{s:5:\"label\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Libre Baskerville\";a:3:{s:5:\"label\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Libre Franklin\";a:3:{s:5:\"label\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Life Savers\";a:3:{s:5:\"label\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Lilita One\";a:3:{s:5:\"label\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Lily Script One\";a:3:{s:5:\"label\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Limelight\";a:3:{s:5:\"label\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Linden Hill\";a:3:{s:5:\"label\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lobster\";a:3:{s:5:\"label\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Lobster Two\";a:3:{s:5:\"label\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Londrina Outline\";a:3:{s:5:\"label\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Shadow\";a:3:{s:5:\"label\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Londrina Sketch\";a:3:{s:5:\"label\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Londrina Solid\";a:3:{s:5:\"label\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Lora\";a:3:{s:5:\"label\";s:4:\"Lora\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:21:\"Love Ya Like A Sister\";a:3:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:17:\"Loved by the King\";a:3:{s:5:\"label\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Lovers Quarrel\";a:3:{s:5:\"label\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Luckiest Guy\";a:3:{s:5:\"label\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Lusitana\";a:3:{s:5:\"label\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Lustria\";a:3:{s:5:\"label\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Macondo\";a:3:{s:5:\"label\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Macondo Swash Caps\";a:3:{s:5:\"label\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mada\";a:3:{s:5:\"label\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Magra\";a:3:{s:5:\"label\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Maiden Orange\";a:3:{s:5:\"label\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Maitree\";a:3:{s:5:\"label\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Mako\";a:3:{s:5:\"label\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Mallanna\";a:3:{s:5:\"label\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Mandali\";a:3:{s:5:\"label\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Manuale\";a:3:{s:5:\"label\";s:7:\"Manuale\";s:8:\"variants\";a:8:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Marcellus\";a:3:{s:5:\"label\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marcellus SC\";a:3:{s:5:\"label\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Marck Script\";a:3:{s:5:\"label\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Margarine\";a:3:{s:5:\"label\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Marko One\";a:3:{s:5:\"label\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Marmelad\";a:3:{s:5:\"label\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Martel\";a:3:{s:5:\"label\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Martel Sans\";a:3:{s:5:\"label\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Marvel\";a:3:{s:5:\"label\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Mate\";a:3:{s:5:\"label\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Mate SC\";a:3:{s:5:\"label\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Maven Pro\";a:3:{s:5:\"label\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"McLaren\";a:3:{s:5:\"label\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Meddon\";a:3:{s:5:\"label\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"MedievalSharp\";a:3:{s:5:\"label\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Medula One\";a:3:{s:5:\"label\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Meera Inimai\";a:3:{s:5:\"label\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Megrim\";a:3:{s:5:\"label\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Meie Script\";a:3:{s:5:\"label\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Merienda\";a:3:{s:5:\"label\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merienda One\";a:3:{s:5:\"label\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Merriweather\";a:3:{s:5:\"label\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Merriweather Sans\";a:3:{s:5:\"label\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Metal\";a:3:{s:5:\"label\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metal Mania\";a:3:{s:5:\"label\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Metamorphous\";a:3:{s:5:\"label\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Metrophobic\";a:3:{s:5:\"label\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Michroma\";a:3:{s:5:\"label\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Milonga\";a:3:{s:5:\"label\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Miltonian\";a:3:{s:5:\"label\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Miltonian Tattoo\";a:3:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Mina\";a:3:{s:5:\"label\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Miniver\";a:3:{s:5:\"label\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Miriam Libre\";a:3:{s:5:\"label\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Mirza\";a:3:{s:5:\"label\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Miss Fajardose\";a:3:{s:5:\"label\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Mitr\";a:3:{s:5:\"label\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Modak\";a:3:{s:5:\"label\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Modern Antiqua\";a:3:{s:5:\"label\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Mogra\";a:3:{s:5:\"label\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Molengo\";a:3:{s:5:\"label\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Molle\";a:3:{s:5:\"label\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Monda\";a:3:{s:5:\"label\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Monofett\";a:3:{s:5:\"label\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Monoton\";a:3:{s:5:\"label\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Monsieur La Doulaise\";a:3:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Montaga\";a:3:{s:5:\"label\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Montez\";a:3:{s:5:\"label\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Montserrat\";a:3:{s:5:\"label\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Montserrat Alternates\";a:3:{s:5:\"label\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Montserrat Subrayada\";a:3:{s:5:\"label\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Moul\";a:3:{s:5:\"label\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Moulpali\";a:3:{s:5:\"label\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Mountains of Christmas\";a:3:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Mouse Memoirs\";a:3:{s:5:\"label\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Mr Bedfort\";a:3:{s:5:\"label\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Mr Dafoe\";a:3:{s:5:\"label\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:14:\"Mr De Haviland\";a:3:{s:5:\"label\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Mrs Saint Delafield\";a:3:{s:5:\"label\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Mrs Sheppards\";a:3:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Mukta\";a:3:{s:5:\"label\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Mahee\";a:3:{s:5:\"label\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Malar\";a:3:{s:5:\"label\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Mukta Vaani\";a:3:{s:5:\"label\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Muli\";a:3:{s:5:\"label\";s:4:\"Muli\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Mystery Quest\";a:3:{s:5:\"label\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:3:\"NTR\";a:3:{s:5:\"label\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Nanum Brush Script\";a:3:{s:5:\"label\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Nanum Gothic\";a:3:{s:5:\"label\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Nanum Gothic Coding\";a:3:{s:5:\"label\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:14:\"Nanum Myeongjo\";a:3:{s:5:\"label\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"800\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"Nanum Pen Script\";a:3:{s:5:\"label\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neucha\";a:3:{s:5:\"label\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Neuton\";a:3:{s:5:\"label\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"New Rocker\";a:3:{s:5:\"label\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"News Cycle\";a:3:{s:5:\"label\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Niconne\";a:3:{s:5:\"label\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Nixie One\";a:3:{s:5:\"label\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Nobile\";a:3:{s:5:\"label\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nokora\";a:3:{s:5:\"label\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Norican\";a:3:{s:5:\"label\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Nosifer\";a:3:{s:5:\"label\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Nothing You Could Do\";a:3:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:12:\"Noticia Text\";a:3:{s:5:\"label\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Noto Sans\";a:3:{s:5:\"label\";s:9:\"Noto Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Noto Serif\";a:3:{s:5:\"label\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Nova Cut\";a:3:{s:5:\"label\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Flat\";a:3:{s:5:\"label\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Mono\";a:3:{s:5:\"label\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Nova Oval\";a:3:{s:5:\"label\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Nova Round\";a:3:{s:5:\"label\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Script\";a:3:{s:5:\"label\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Nova Slim\";a:3:{s:5:\"label\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Nova Square\";a:3:{s:5:\"label\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Numans\";a:3:{s:5:\"label\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Nunito\";a:3:{s:5:\"label\";s:6:\"Nunito\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Nunito Sans\";a:3:{s:5:\"label\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Odor Mean Chey\";a:3:{s:5:\"label\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Offside\";a:3:{s:5:\"label\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Old Standard TT\";a:3:{s:5:\"label\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Oldenburg\";a:3:{s:5:\"label\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Oleo Script\";a:3:{s:5:\"label\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:22:\"Oleo Script Swash Caps\";a:3:{s:5:\"label\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Open Sans\";a:3:{s:5:\"label\";s:9:\"Open Sans\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Open Sans Condensed\";a:3:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oranienbaum\";a:3:{s:5:\"label\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Orbitron\";a:3:{s:5:\"label\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Oregano\";a:3:{s:5:\"label\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Orienta\";a:3:{s:5:\"label\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Original Surfer\";a:3:{s:5:\"label\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Oswald\";a:3:{s:5:\"label\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Over the Rainbow\";a:3:{s:5:\"label\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Overlock\";a:3:{s:5:\"label\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Overlock SC\";a:3:{s:5:\"label\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Overpass\";a:3:{s:5:\"label\";s:8:\"Overpass\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";i:14;s:6:\"italic\";i:15;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Overpass Mono\";a:3:{s:5:\"label\";s:13:\"Overpass Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:3:\"Ovo\";a:3:{s:5:\"label\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Oxygen\";a:3:{s:5:\"label\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Oxygen Mono\";a:3:{s:5:\"label\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Mono\";a:3:{s:5:\"label\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:7:\"PT Sans\";a:3:{s:5:\"label\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"PT Sans Caption\";a:3:{s:5:\"label\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"PT Sans Narrow\";a:3:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"PT Serif\";a:3:{s:5:\"label\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:16:\"PT Serif Caption\";a:3:{s:5:\"label\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pacifico\";a:3:{s:5:\"label\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Padauk\";a:3:{s:5:\"label\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Palanquin\";a:3:{s:5:\"label\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Palanquin Dark\";a:3:{s:5:\"label\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Pangolin\";a:3:{s:5:\"label\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Paprika\";a:3:{s:5:\"label\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Parisienne\";a:3:{s:5:\"label\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:11:\"Passero One\";a:3:{s:5:\"label\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Passion One\";a:3:{s:5:\"label\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Pathway Gothic One\";a:3:{s:5:\"label\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Patrick Hand\";a:3:{s:5:\"label\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Patrick Hand SC\";a:3:{s:5:\"label\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Pattaya\";a:3:{s:5:\"label\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Patua One\";a:3:{s:5:\"label\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Pavanam\";a:3:{s:5:\"label\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Paytone One\";a:3:{s:5:\"label\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Peddana\";a:3:{s:5:\"label\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Peralta\";a:3:{s:5:\"label\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Permanent Marker\";a:3:{s:5:\"label\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:19:\"Petit Formal Script\";a:3:{s:5:\"label\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Petrona\";a:3:{s:5:\"label\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Philosopher\";a:3:{s:5:\"label\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Piedra\";a:3:{s:5:\"label\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Pinyon Script\";a:3:{s:5:\"label\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Pirata One\";a:3:{s:5:\"label\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Plaster\";a:3:{s:5:\"label\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Play\";a:3:{s:5:\"label\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Playball\";a:3:{s:5:\"label\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Playfair Display\";a:3:{s:5:\"label\";s:16:\"Playfair Display\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:19:\"Playfair Display SC\";a:3:{s:5:\"label\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Podkova\";a:3:{s:5:\"label\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Poiret One\";a:3:{s:5:\"label\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Poller One\";a:3:{s:5:\"label\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Poly\";a:3:{s:5:\"label\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Pompiere\";a:3:{s:5:\"label\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Pontano Sans\";a:3:{s:5:\"label\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Poor Story\";a:3:{s:5:\"label\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Poppins\";a:3:{s:5:\"label\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Sans\";a:3:{s:5:\"label\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Port Lligat Slab\";a:3:{s:5:\"label\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Pragati Narrow\";a:3:{s:5:\"label\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Prata\";a:3:{s:5:\"label\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Preahvihear\";a:3:{s:5:\"label\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"Press Start 2P\";a:3:{s:5:\"label\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Pridi\";a:3:{s:5:\"label\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Princess Sofia\";a:3:{s:5:\"label\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Prociono\";a:3:{s:5:\"label\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Prompt\";a:3:{s:5:\"label\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Prosto One\";a:3:{s:5:\"label\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Proza Libre\";a:3:{s:5:\"label\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:3:\"500\";i:1;s:9:\"500italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Puritan\";a:3:{s:5:\"label\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Purple Purse\";a:3:{s:5:\"label\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Quando\";a:3:{s:5:\"label\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Quantico\";a:3:{s:5:\"label\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Quattrocento\";a:3:{s:5:\"label\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:17:\"Quattrocento Sans\";a:3:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Questrial\";a:3:{s:5:\"label\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Quicksand\";a:3:{s:5:\"label\";s:9:\"Quicksand\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Quintessential\";a:3:{s:5:\"label\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Qwigley\";a:3:{s:5:\"label\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:15:\"Racing Sans One\";a:3:{s:5:\"label\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Radley\";a:3:{s:5:\"label\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Rajdhani\";a:3:{s:5:\"label\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rakkas\";a:3:{s:5:\"label\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Raleway\";a:3:{s:5:\"label\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Raleway Dots\";a:3:{s:5:\"label\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Ramabhadra\";a:3:{s:5:\"label\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Ramaraja\";a:3:{s:5:\"label\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Rambla\";a:3:{s:5:\"label\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Rammetto One\";a:3:{s:5:\"label\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Ranchers\";a:3:{s:5:\"label\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Rancho\";a:3:{s:5:\"label\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Ranga\";a:3:{s:5:\"label\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Rasa\";a:3:{s:5:\"label\";s:4:\"Rasa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rationale\";a:3:{s:5:\"label\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Ravi Prakash\";a:3:{s:5:\"label\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Redressed\";a:3:{s:5:\"label\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Reem Kufi\";a:3:{s:5:\"label\";s:9:\"Reem Kufi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Reenie Beanie\";a:3:{s:5:\"label\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Revalia\";a:3:{s:5:\"label\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Rhodium Libre\";a:3:{s:5:\"label\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Ribeye\";a:3:{s:5:\"label\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Ribeye Marrow\";a:3:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Righteous\";a:3:{s:5:\"label\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Risque\";a:3:{s:5:\"label\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Roboto\";a:3:{s:5:\"label\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Roboto Condensed\";a:3:{s:5:\"label\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:6:\"italic\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Roboto Mono\";a:3:{s:5:\"label\";s:11:\"Roboto Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Roboto Slab\";a:3:{s:5:\"label\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Rochester\";a:3:{s:5:\"label\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rock Salt\";a:3:{s:5:\"label\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Rokkitt\";a:3:{s:5:\"label\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Romanesco\";a:3:{s:5:\"label\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Ropa Sans\";a:3:{s:5:\"label\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Rosario\";a:3:{s:5:\"label\";s:7:\"Rosario\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Rosarivo\";a:3:{s:5:\"label\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:12:\"Rouge Script\";a:3:{s:5:\"label\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Rozha One\";a:3:{s:5:\"label\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Rubik\";a:3:{s:5:\"label\";s:5:\"Rubik\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Rubik Mono One\";a:3:{s:5:\"label\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:4:\"Ruda\";a:3:{s:5:\"label\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Rufina\";a:3:{s:5:\"label\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Ruge Boogie\";a:3:{s:5:\"label\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Ruluko\";a:3:{s:5:\"label\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Rum Raisin\";a:3:{s:5:\"label\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:14:\"Ruslan Display\";a:3:{s:5:\"label\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Russo One\";a:3:{s:5:\"label\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Ruthie\";a:3:{s:5:\"label\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:3:\"Rye\";a:3:{s:5:\"label\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sacramento\";a:3:{s:5:\"label\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Sahitya\";a:3:{s:5:\"label\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Sail\";a:3:{s:5:\"label\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Saira\";a:3:{s:5:\"label\";s:5:\"Saira\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Saira Condensed\";a:3:{s:5:\"label\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:21:\"Saira Extra Condensed\";a:3:{s:5:\"label\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:20:\"Saira Semi Condensed\";a:3:{s:5:\"label\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Salsa\";a:3:{s:5:\"label\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sanchez\";a:3:{s:5:\"label\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sancreek\";a:3:{s:5:\"label\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sansita\";a:3:{s:5:\"label\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:3:\"800\";i:3;s:9:\"800italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarala\";a:3:{s:5:\"label\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Sarina\";a:3:{s:5:\"label\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Sarpanch\";a:3:{s:5:\"label\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Satisfy\";a:3:{s:5:\"label\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:5:\"Scada\";a:3:{s:5:\"label\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Scheherazade\";a:3:{s:5:\"label\";s:12:\"Scheherazade\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Schoolbell\";a:3:{s:5:\"label\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Scope One\";a:3:{s:5:\"label\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Seaweed Script\";a:3:{s:5:\"label\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Secular One\";a:3:{s:5:\"label\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Sedgwick Ave\";a:3:{s:5:\"label\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:20:\"Sedgwick Ave Display\";a:3:{s:5:\"label\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Sevillana\";a:3:{s:5:\"label\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Seymour One\";a:3:{s:5:\"label\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Shadows Into Light\";a:3:{s:5:\"label\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:22:\"Shadows Into Light Two\";a:3:{s:5:\"label\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Shanti\";a:3:{s:5:\"label\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Share\";a:3:{s:5:\"label\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Share Tech\";a:3:{s:5:\"label\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:15:\"Share Tech Mono\";a:3:{s:5:\"label\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:9:\"Shojumaru\";a:3:{s:5:\"label\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:11:\"Short Stack\";a:3:{s:5:\"label\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Shrikhand\";a:3:{s:5:\"label\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Siemreap\";a:3:{s:5:\"label\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sigmar One\";a:3:{s:5:\"label\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Signika\";a:3:{s:5:\"label\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Signika Negative\";a:3:{s:5:\"label\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Simonetta\";a:3:{s:5:\"label\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:3:\"900\";i:1;s:9:\"900italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sintony\";a:3:{s:5:\"label\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Sirin Stencil\";a:3:{s:5:\"label\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Six Caps\";a:3:{s:5:\"label\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Skranji\";a:3:{s:5:\"label\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Slabo 13px\";a:3:{s:5:\"label\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Slabo 27px\";a:3:{s:5:\"label\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Slackey\";a:3:{s:5:\"label\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smokum\";a:3:{s:5:\"label\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Smythe\";a:3:{s:5:\"label\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Sniglet\";a:3:{s:5:\"label\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:3:\"800\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Snippet\";a:3:{s:5:\"label\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Snowburst One\";a:3:{s:5:\"label\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Sofadi One\";a:3:{s:5:\"label\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Sofia\";a:3:{s:5:\"label\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Song Myung\";a:3:{s:5:\"label\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Sonsie One\";a:3:{s:5:\"label\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:16:\"Sorts Mill Goudy\";a:3:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:15:\"Source Code Pro\";a:3:{s:5:\"label\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:15:\"Source Sans Pro\";a:3:{s:5:\"label\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";i:10;s:6:\"italic\";i:11;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Source Serif Pro\";a:3:{s:5:\"label\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Space Mono\";a:3:{s:5:\"label\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:13:\"Special Elite\";a:3:{s:5:\"label\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Spectral\";a:3:{s:5:\"label\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Spectral SC\";a:3:{s:5:\"label\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:6:\"italic\";i:13;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Spicy Rice\";a:3:{s:5:\"label\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Spinnaker\";a:3:{s:5:\"label\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:6:\"Spirax\";a:3:{s:5:\"label\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Squada One\";a:3:{s:5:\"label\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Sree Krushnadevaraya\";a:3:{s:5:\"label\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Sriracha\";a:3:{s:5:\"label\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Stalemate\";a:3:{s:5:\"label\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:13:\"Stalinist One\";a:3:{s:5:\"label\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Stardos Stencil\";a:3:{s:5:\"label\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:21:\"Stint Ultra Condensed\";a:3:{s:5:\"label\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:20:\"Stint Ultra Expanded\";a:3:{s:5:\"label\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Stoke\";a:3:{s:5:\"label\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Strait\";a:3:{s:5:\"label\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Stylish\";a:3:{s:5:\"label\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:19:\"Sue Ellen Francisco\";a:3:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Suez One\";a:3:{s:5:\"label\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Sumana\";a:3:{s:5:\"label\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Sunflower\";a:3:{s:5:\"label\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Sunshiney\";a:3:{s:5:\"label\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:16:\"Supermercado One\";a:3:{s:5:\"label\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Sura\";a:3:{s:5:\"label\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Suranna\";a:3:{s:5:\"label\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Suravaram\";a:3:{s:5:\"label\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Suwannaphum\";a:3:{s:5:\"label\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:18:\"Swanky and Moo Moo\";a:3:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Syncopate\";a:3:{s:5:\"label\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Tajawal\";a:3:{s:5:\"label\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Tangerine\";a:3:{s:5:\"label\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Taprom\";a:3:{s:5:\"label\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:5:\"Tauri\";a:3:{s:5:\"label\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:7:\"Taviraj\";a:3:{s:5:\"label\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Teko\";a:3:{s:5:\"label\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Telex\";a:3:{s:5:\"label\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"Tenali Ramakrishna\";a:3:{s:5:\"label\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:10:\"Tenor Sans\";a:3:{s:5:\"label\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Text Me One\";a:3:{s:5:\"label\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:18:\"The Girl Next Door\";a:3:{s:5:\"label\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Tienne\";a:3:{s:5:\"label\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:3:\"900\";i:2;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Tillana\";a:3:{s:5:\"label\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:3:\"500\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"800\";i:4;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:7:\"Timmana\";a:3:{s:5:\"label\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Tinos\";a:3:{s:5:\"label\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:9:\"Titan One\";a:3:{s:5:\"label\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:13:\"Titillium Web\";a:3:{s:5:\"label\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:6:\"italic\";i:10;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Trade Winds\";a:3:{s:5:\"label\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trirong\";a:3:{s:5:\"label\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";i:16;s:6:\"italic\";i:17;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trocchi\";a:3:{s:5:\"label\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:7:\"Trochut\";a:3:{s:5:\"label\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:3:\"700\";i:1;s:6:\"italic\";i:2;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Trykker\";a:3:{s:5:\"label\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:10:\"Tulpen One\";a:3:{s:5:\"label\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Ubuntu\";a:3:{s:5:\"label\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Ubuntu Condensed\";a:3:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Ubuntu Mono\";a:3:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:5:\"Ultra\";a:3:{s:5:\"label\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:14:\"Uncial Antiqua\";a:3:{s:5:\"label\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:8:\"Underdog\";a:3:{s:5:\"label\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Unica One\";a:3:{s:5:\"label\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:14:\"UnifrakturCook\";a:3:{s:5:\"label\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:8:\"category\";s:7:\"display\";}s:18:\"UnifrakturMaguntia\";a:3:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Unkempt\";a:3:{s:5:\"label\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Unlock\";a:3:{s:5:\"label\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:4:\"Unna\";a:3:{s:5:\"label\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"VT323\";a:3:{s:5:\"label\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:9:\"monospace\";}s:11:\"Vampiro One\";a:3:{s:5:\"label\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:6:\"Varela\";a:3:{s:5:\"label\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:12:\"Varela Round\";a:3:{s:5:\"label\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Vast Shadow\";a:3:{s:5:\"label\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:12:\"Vesper Libre\";a:3:{s:5:\"label\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:3:\"500\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:5:\"Vibur\";a:3:{s:5:\"label\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Vidaloka\";a:3:{s:5:\"label\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:4:\"Viga\";a:3:{s:5:\"label\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:5:\"Voces\";a:3:{s:5:\"label\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:7:\"Volkhov\";a:3:{s:5:\"label\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:3:\"700\";i:1;s:9:\"700italic\";i:2;s:6:\"italic\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Vollkorn\";a:3:{s:5:\"label\";s:8:\"Vollkorn\";s:8:\"variants\";a:8:{i:0;s:3:\"600\";i:1;s:9:\"600italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";i:6;s:6:\"italic\";i:7;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:11:\"Vollkorn SC\";a:3:{s:5:\"label\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:3:\"900\";i:3;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:8:\"Voltaire\";a:3:{s:5:\"label\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:23:\"Waiting for the Sunrise\";a:3:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:8:\"Wallpoet\";a:3:{s:5:\"label\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:15:\"Walter Turncoat\";a:3:{s:5:\"label\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:6:\"Warnes\";a:3:{s:5:\"label\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wellfleet\";a:3:{s:5:\"label\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:9:\"Wendy One\";a:3:{s:5:\"label\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:8:\"Wire One\";a:3:{s:5:\"label\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Work Sans\";a:3:{s:5:\"label\";s:9:\"Work Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:17:\"Yanone Kaffeesatz\";a:3:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:3:\"700\";i:3;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:11:\"Yantramanav\";a:3:{s:5:\"label\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";i:5;s:7:\"regular\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Yatra One\";a:3:{s:5:\"label\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yellowtail\";a:3:{s:5:\"label\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:9:\"Yeon Sung\";a:3:{s:5:\"label\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yeseva One\";a:3:{s:5:\"label\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}s:10:\"Yesteryear\";a:3:{s:5:\"label\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:4:\"Yrsa\";a:3:{s:5:\"label\";s:4:\"Yrsa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:6:\"Zeyada\";a:3:{s:5:\"label\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:8:\"category\";s:11:\"handwriting\";}s:10:\"Zilla Slab\";a:3:{s:5:\"label\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:6:\"italic\";i:9;s:7:\"regular\";}s:8:\"category\";s:5:\"serif\";}s:20:\"Zilla Slab Highlight\";a:3:{s:5:\"label\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:3:\"700\";i:1;s:7:\"regular\";}s:8:\"category\";s:7:\"display\";}}','no'),(66032,'_site_transient_timeout_available_translations','1581714455','no'),(66033,'_site_transient_available_translations','a:121:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-05 08:33:42\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-03 13:14:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.13\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.13/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-22 10:57:09\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"4.8.12\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.8.12/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-23 02:24:08\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-18 19:20:00\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-15 19:05:13\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-27 14:39:02\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-13 11:39:25\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-15 20:45:17\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Forts&#230;t\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-24 17:26:42\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.3.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-14 11:38:17\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-12 08:02:56\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.3.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-12 08:02:09\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-24 17:29:56\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-10 10:14:21\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-14 09:40:29\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.4\";s:7:\"updated\";s:19:\"2019-06-06 15:48:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.4/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-14 09:42:12\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-28 17:04:17\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-28 17:31:58\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-14 12:06:57\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-23 23:02:03\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-06 05:52:53\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-10 15:47:49\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-12 06:57:24\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:3:\"5.3\";s:7:\"updated\";s:19:\"2019-11-12 04:43:11\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-12-07 04:01:34\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-11 03:56:06\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-04 17:46:33\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-08 17:55:03\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-15 23:45:20\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-02 09:08:55\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-07 15:53:24\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-02 12:30:18\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-01 17:58:42\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-20 16:09:08\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-17 16:22:28\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-11-28 17:22:10\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.2/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-04 22:54:51\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-20 17:02:39\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-02 04:22:13\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nutugne\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.1.4\";s:7:\"updated\";s:19:\"2019-11-04 08:57:25\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.4/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.13\";s:7:\"updated\";s:19:\"2019-12-04 12:22:34\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.13/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರೆಸಿ\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-11-05 01:54:57\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ຕໍ່\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-19 19:23:46\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.7.15\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.15/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-09-08 12:57:25\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.8.11\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.11/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-10 15:54:44\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"जारीराख्नु \";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-12 09:57:15\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-17 19:42:41\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-15 20:22:22\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.3.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-01 08:53:00\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-22 13:20:49\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-08 13:01:50\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.3.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-14 08:20:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-04 11:20:43\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-22 00:32:52\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-11 21:17:11\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-17 16:11:46\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:3:\"5.3\";s:7:\"updated\";s:19:\"2019-11-12 04:37:38\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.3/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:2:\"sd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-02 07:46:23\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.2.3\";s:7:\"updated\";s:19:\"2019-06-26 11:40:37\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-14 22:44:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-15 22:50:02\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-12 07:05:13\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"5.2.5\";s:7:\"updated\";s:19:\"2019-10-22 00:19:41\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.5/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.2.4\";s:7:\"updated\";s:19:\"2019-10-19 08:19:37\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.4/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-09 23:15:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-02-03 23:36:03\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.4\";s:7:\"updated\";s:19:\"2019-03-31 10:39:40\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.4/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-07 15:52:24\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.3.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-29 17:33:44\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2019-12-08 21:26:25\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.3.2\";s:7:\"updated\";s:19:\"2020-01-16 03:03:10\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.3.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(66036,'_site_transient_timeout_theme_roots','1581706003','no'),(66037,'_site_transient_theme_roots','a:5:{s:13:\"generatepress\";s:7:\"/themes\";s:8:\"jupiter5\";s:7:\"/themes\";s:8:\"jupiterx\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(66038,'_site_transient_timeout_jupiterx_managed_plugins','1581790771','no'),(66039,'_site_transient_jupiterx_managed_plugins','a:24:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Jupiter X Core\";s:4:\"slug\";s:13:\"jupiterx-core\";s:6:\"source\";s:102:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jupiterx-core-v1.14.0.zip\";s:7:\"version\";s:6:\"1.14.0\";s:8:\"required\";s:4:\"true\";s:3:\"pro\";s:5:\"false\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Advanced Custom Fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:4:\"true\";s:3:\"pro\";s:5:\"false\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:4:\"true\";s:3:\"pro\";s:5:\"false\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Raven\";s:4:\"slug\";s:5:\"raven\";s:6:\"source\";s:93:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/raven-v1.9.2.zip\";s:7:\"version\";s:5:\"1.9.2\";s:8:\"required\";s:4:\"true\";s:3:\"pro\";s:4:\"true\";}i:4;O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Jet Elements\";s:4:\"slug\";s:12:\"jet-elements\";s:6:\"source\";s:99:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-elements.2.2.7.zip\";s:7:\"version\";s:5:\"2.2.7\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:5;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Jet Blog\";s:4:\"slug\";s:8:\"jet-blog\";s:6:\"source\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-blog.2.2.1.zip\";s:7:\"version\";s:5:\"2.2.1\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:6;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Jet Menu\";s:4:\"slug\";s:8:\"jet-menu\";s:6:\"source\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-menu.1.5.15.zip\";s:7:\"version\";s:6:\"1.5.15\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:7;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Jet Popup\";s:4:\"slug\";s:9:\"jet-popup\";s:6:\"source\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-popup.1.3.0.zip\";s:7:\"version\";s:5:\"1.3.0\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:8;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Jet Tabs\";s:4:\"slug\";s:8:\"jet-tabs\";s:6:\"source\";s:95:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-tabs.2.1.1.zip\";s:7:\"version\";s:5:\"2.1.1\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:9;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Jet WooBuilder\";s:4:\"slug\";s:15:\"jet-woo-builder\";s:6:\"source\";s:102:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-woo-builder.1.6.0.zip\";s:7:\"version\";s:5:\"1.6.0\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:10;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Jet Tricks\";s:4:\"slug\";s:10:\"jet-tricks\";s:6:\"source\";s:97:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-tricks.1.2.6.zip\";s:7:\"version\";s:5:\"1.2.6\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:11;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Jet Engine\";s:4:\"slug\";s:10:\"jet-engine\";s:6:\"source\";s:97:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-engine.2.2.1.zip\";s:7:\"version\";s:5:\"2.2.1\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:12;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Jet SmartFilters\";s:4:\"slug\";s:17:\"jet-smart-filters\";s:6:\"source\";s:104:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2020/01/jet-smart-filters.1.6.1.zip\";s:7:\"version\";s:5:\"1.6.1\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:13;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"WPBakery Page Builder (Modified Version)\";s:4:\"slug\";s:17:\"js_composer_theme\";s:6:\"source\";s:113:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/jupiterx_js_composer_theme.6.0.5.zip\";s:7:\"version\";s:5:\"6.0.5\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:14;O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Jupiter Donut\";s:4:\"slug\";s:13:\"jupiter-donut\";s:6:\"source\";s:100:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/jupiter-donut.1.0.2.zip\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:15;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"source\";s:114:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/advanced-custom-fields-pro-v5.8.7.zip\";s:7:\"version\";s:5:\"5.8.7\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:16;O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Menu Icons by ThemeIsle\";s:4:\"slug\";s:10:\"menu-icons\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";}i:17;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"source\";s:96:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/revslider.6.1.5.zip\";s:7:\"version\";s:5:\"6.1.5\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:18;O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Master Slider\";s:4:\"slug\";s:12:\"masterslider\";s:6:\"source\";s:100:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/masterslider.3.2.14.zip\";s:7:\"version\";s:6:\"3.2.14\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:19;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"source\";s:106:\"https://d34b8fs2z18t5a.cloudfront.net/wp-content/uploads/dlm_uploads/2019/11/jupiter_LayerSlider.6.9.2.zip\";s:7:\"version\";s:5:\"6.9.2\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:4:\"true\";}i:20;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";}i:21;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Customizer Export/Import\";s:4:\"slug\";s:24:\"customizer-export-import\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";}i:22;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Customizer Reset\";s:4:\"slug\";s:26:\"customizer-reset-by-wpzoom\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";}i:23;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"WunderWP\";s:4:\"slug\";s:8:\"wunderwp\";s:6:\"source\";s:7:\"wp-repo\";s:7:\"version\";s:7:\"wp-repo\";s:8:\"required\";s:5:\"false\";s:3:\"pro\";s:5:\"false\";}}','no'),(66040,'elementor_allow_tracking','no','yes'),(66041,'elementor_tracker_notice','1','yes'),(66042,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1581715233','no'),(66043,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4664;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3904;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2664;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2541;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1954;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1794;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1772;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1482;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1466;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1461;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1448;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1410;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1389;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1297;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1177;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1161;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1120;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1094;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1085;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:978;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:867;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:865;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:859;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:840;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:782;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:760;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:758;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:751;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:740;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:730;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:710;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:698;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:695;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:694;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:674;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:658;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:641;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:641;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:632;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:628;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:625;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:613;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:581;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:575;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:571;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:570;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:569;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:550;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:546;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:542;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:541;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:534;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:530;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:527;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:526;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:516;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:508;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:496;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:494;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:494;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:486;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:483;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:479;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:470;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:466;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:459;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:441;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:436;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:428;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:428;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:424;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:420;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:420;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:419;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:415;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:413;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:409;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:400;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:393;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:393;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:389;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:383;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:378;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:377;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:375;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:374;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:368;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:366;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:364;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:356;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:350;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:346;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:335;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:333;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:331;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:330;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:329;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:326;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:325;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:323;}}','no'),(66045,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1581704461;s:7:\"checked\";a:23:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"5.8.7\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:60:\"cf7-conditional-fields/contact-form-7-conditional-fields.php\";s:3:\"1.8\";s:39:\"custom-css-js-php/custom-css-js-php.php\";s:5:\"2.0.6\";s:32:\"duplicate-page/duplicatepage.php\";s:3:\"4.0\";s:25:\"duplicator/duplicator.php\";s:6:\"1.3.28\";s:23:\"elementor/elementor.php\";s:5:\"2.8.5\";s:34:\"envato-wordpress-toolkit/index.php\";s:5:\"1.8.0\";s:25:\"form-maker/form-maker.php\";s:7:\"2.12.29\";s:29:\"jet-elements/jet-elements.php\";s:5:\"2.2.7\";s:25:\"jet-engine/jet-engine.php\";s:5:\"2.2.1\";s:23:\"jet-popup/jet-popup.php\";s:5:\"1.3.0\";s:39:\"jet-smart-filters/jet-smart-filters.php\";s:5:\"1.6.1\";s:21:\"jet-tabs/jet-tabs.php\";s:5:\"2.1.1\";s:31:\"jupiterx-core/jupiterx-core.php\";s:6:\"1.14.0\";s:26:\"premium-seo-pack/index.php\";s:7:\"1.4.004\";s:15:\"raven/raven.php\";s:5:\"1.9.2\";s:23:\"revslider/revslider.php\";s:5:\"6.1.8\";s:45:\"contact-form-builder/contact-form-builder.php\";s:6:\"1.0.71\";s:25:\"wd-manager/wd-manager.php\";s:5:\"1.4.3\";s:52:\"wonderplugin-gridgallery/wonderplugingridgallery.php\";s:4:\"11.6\";s:27:\"js_composer/js_composer.php\";s:3:\"6.1\";s:33:\"js_composer_theme/js_composer.php\";s:5:\"6.0.5\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:11:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"5.8.7\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.5.8.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:60:\"cf7-conditional-fields/contact-form-7-conditional-fields.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/cf7-conditional-fields\";s:4:\"slug\";s:22:\"cf7-conditional-fields\";s:6:\"plugin\";s:60:\"cf7-conditional-fields/contact-form-7-conditional-fields.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/cf7-conditional-fields/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/cf7-conditional-fields.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/cf7-conditional-fields/assets/icon-256x256.png?rev=2072595\";s:2:\"1x\";s:75:\"https://ps.w.org/cf7-conditional-fields/assets/icon-128x128.png?rev=2072595\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/cf7-conditional-fields/assets/banner-1544x500.png?rev=1925451\";s:2:\"1x\";s:77:\"https://ps.w.org/cf7-conditional-fields/assets/banner-772x250.png?rev=1925451\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"custom-css-js-php/custom-css-js-php.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:31:\"w.org/plugins/custom-css-js-php\";s:4:\"slug\";s:17:\"custom-css-js-php\";s:6:\"plugin\";s:39:\"custom-css-js-php/custom-css-js-php.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/custom-css-js-php/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/custom-css-js-php.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/custom-css-js-php/assets/icon-256x256.png?rev=1755718\";s:2:\"1x\";s:70:\"https://ps.w.org/custom-css-js-php/assets/icon-128x128.png?rev=1755718\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:3:\"4.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.3.28\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.3.28.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"2.8.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.2.8.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"form-maker/form-maker.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/form-maker\";s:4:\"slug\";s:10:\"form-maker\";s:6:\"plugin\";s:25:\"form-maker/form-maker.php\";s:11:\"new_version\";s:7:\"1.13.28\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/form-maker/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/form-maker.1.13.28.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681\";s:2:\"1x\";s:63:\"https://ps.w.org/form-maker/assets/icon-128x128.png?rev=2068681\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/form-maker/assets/banner-1544x500.png?rev=2068681\";s:2:\"1x\";s:65:\"https://ps.w.org/form-maker/assets/banner-772x250.png?rev=2068681\";}s:11:\"banners_rtl\";a:0:{}}s:31:\"jupiterx-core/jupiterx-core.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/jupiterx-core\";s:4:\"slug\";s:13:\"jupiterx-core\";s:6:\"plugin\";s:31:\"jupiterx-core/jupiterx-core.php\";s:11:\"new_version\";s:6:\"1.12.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/jupiterx-core/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/jupiterx-core.1.12.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/jupiterx-core/assets/icon-256x256.png?rev=2146738\";s:2:\"1x\";s:66:\"https://ps.w.org/jupiterx-core/assets/icon-256x256.png?rev=2146738\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:26:\"premium-seo-pack/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/premium-seo-pack\";s:4:\"slug\";s:16:\"premium-seo-pack\";s:6:\"plugin\";s:26:\"premium-seo-pack/index.php\";s:11:\"new_version\";s:7:\"1.4.004\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/premium-seo-pack/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/premium-seo-pack.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/premium-seo-pack/assets/icon-256x256.png?rev=1658239\";s:2:\"1x\";s:69:\"https://ps.w.org/premium-seo-pack/assets/icon-128x128.png?rev=1658239\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/premium-seo-pack/assets/banner-772x250.png?rev=2234400\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"contact-form-builder/contact-form-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/contact-form-builder\";s:4:\"slug\";s:20:\"contact-form-builder\";s:6:\"plugin\";s:45:\"contact-form-builder/contact-form-builder.php\";s:11:\"new_version\";s:6:\"1.0.71\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/contact-form-builder/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/contact-form-builder.1.0.71.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/contact-form-builder.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(66046,'duplicator_settings','a:15:{s:7:\"version\";s:6:\"1.3.28\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:1;}','yes'),(66047,'duplicator_version_plugin','1.3.28','yes'),(66048,'duplicator_package_active','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-02-14 18:21:19\";s:7:\"Version\";s:6:\"1.3.28\";s:9:\"VersionWP\";s:5:\"5.3.2\";s:9:\"VersionDB\";s:7:\"10.3.22\";s:10:\"VersionPHP\";s:6:\"5.6.40\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"20200214_dds_dev\";s:4:\"Hash\";s:35:\"c6e0d4657238b1669311_20200214182119\";s:8:\"NameHash\";s:52:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/ddsconsu/public_html/dev/wp-snapshots/tmp\";s:8:\"StoreURL\";s:46:\"https://dev.ddsconsultingplus.ca/wp-snapshots/\";s:8:\"ScanFile\";s:62:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:30:\"/home/ddsconsu/public_html/dev\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-02-14 18:21:19\";s:7:\"Version\";s:6:\"1.3.28\";s:9:\"VersionWP\";s:5:\"5.3.2\";s:9:\"VersionDB\";s:7:\"10.3.22\";s:10:\"VersionPHP\";s:6:\"5.6.40\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:16:\"20200214_dds_dev\";s:4:\"Hash\";s:35:\"c6e0d4657238b1669311_20200214182119\";s:8:\"NameHash\";s:52:\"20200214_dds_dev_c6e0d4657238b1669311_20200214182119\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:47:\"/home/ddsconsu/public_html/dev/wp-snapshots/tmp\";s:8:\"StoreURL\";s:46:\"https://dev.ddsconsultingplus.ca/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:39:\"/home/ddsconsu/public_html/dev/wp-admin\";i:1;s:49:\"/home/ddsconsu/public_html/dev/wp-content/uploads\";i:2;s:51:\"/home/ddsconsu/public_html/dev/wp-content/languages\";i:3;s:48:\"/home/ddsconsu/public_html/dev/wp-content/themes\";i:4;s:42:\"/home/ddsconsu/public_html/dev/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:30:\"/home/ddsconsu/public_html/dev\";i:1;s:41:\"/home/ddsconsu/public_html/dev/wp-content\";}}s:9:\"Installer\";r:86;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:128;}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=14804 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_edit_last','2'),(3,4,'_wp_page_template','default'),(4,4,'textfalse',''),(5,4,'_layout','full'),(6,4,'_padding','true'),(7,4,'page_preloader','false'),(8,4,'_introduce_align','left'),(9,4,'_disable_breadcrumb','true'),(10,4,'_enable_local_backgrounds','false'),(11,4,'theme_header_style','1'),(12,4,'theme_header_align','left'),(13,4,'theme_toolbar_toggle','true'),(14,4,'_transparent_header','false'),(15,4,'_trans_header_remove_bg','true'),(16,4,'_transparent_header_skin','light'),(17,4,'_sticky_header_offset','header'),(18,4,'background_selector_orientation','full_width_layout'),(19,4,'boxed_layout_shadow_size','0'),(20,4,'boxed_layout_shadow_intensity','0'),(21,4,'body_color_gradient','single'),(22,4,'body_color_gradient_style','linear'),(23,4,'body_color_gradient_angle','vertical'),(24,4,'body_source','no-image'),(25,4,'body_parallax','false'),(26,4,'page_color_gradient','single'),(27,4,'page_color_gradient_style','linear'),(28,4,'page_color_gradient_angle','vertical'),(29,4,'page_source','no-image'),(30,4,'page_parallax','false'),(31,4,'header_color_gradient','single'),(32,4,'header_color_gradient_style','linear'),(33,4,'header_color_gradient_angle','vertical'),(34,4,'header_source','no-image'),(35,4,'header_parallax','false'),(36,4,'banner_color_gradient','single'),(37,4,'banner_color_gradient_style','linear'),(38,4,'banner_color_gradient_angle','vertical'),(39,4,'banner_source','no-image'),(40,4,'banner_parallax','false'),(41,4,'footer_color_gradient','single'),(42,4,'footer_color_gradient_style','linear'),(43,4,'footer_color_gradient_angle','vertical'),(44,4,'footer_source','no-image'),(45,4,'footer_parallax','false'),(46,4,'_edit_lock','1581703635:2'),(47,6,'_edit_last','1'),(48,6,'_wp_page_template','default'),(49,6,'textfalse',''),(50,6,'_layout','full'),(51,6,'_padding','false'),(52,6,'page_preloader','false'),(53,6,'_introduce_align','left'),(54,6,'_disable_breadcrumb','true'),(55,6,'_enable_local_backgrounds','false'),(56,6,'theme_header_style','1'),(57,6,'theme_header_align','left'),(58,6,'theme_toolbar_toggle','true'),(59,6,'_transparent_header','false'),(60,6,'_trans_header_remove_bg','true'),(61,6,'_transparent_header_skin','light'),(62,6,'_sticky_header_offset','header'),(63,6,'background_selector_orientation','full_width_layout'),(64,6,'boxed_layout_shadow_size','0'),(65,6,'boxed_layout_shadow_intensity','0'),(66,6,'body_color_gradient','single'),(67,6,'body_color_gradient_style','linear'),(68,6,'body_color_gradient_angle','vertical'),(69,6,'body_source','no-image'),(70,6,'body_parallax','false'),(71,6,'page_color_gradient','single'),(72,6,'page_color_gradient_style','linear'),(73,6,'page_color_gradient_angle','vertical'),(74,6,'page_source','no-image'),(75,6,'page_parallax','false'),(76,6,'header_color_gradient','single'),(77,6,'header_color_gradient_style','linear'),(78,6,'header_color_gradient_angle','vertical'),(79,6,'header_source','no-image'),(80,6,'header_parallax','false'),(81,6,'banner_color_gradient','single'),(82,6,'banner_color_gradient_style','linear'),(83,6,'banner_color_gradient_angle','vertical'),(84,6,'banner_source','no-image'),(85,6,'banner_parallax','false'),(86,6,'footer_color_gradient','single'),(87,6,'footer_color_gradient_style','linear'),(88,6,'footer_color_gradient_angle','vertical'),(89,6,'footer_source','no-image'),(90,6,'footer_parallax','false'),(91,6,'_edit_lock','1523998120:1'),(92,8,'_edit_last','2'),(93,8,'_wp_page_template','default'),(94,8,'textfalse',''),(95,8,'_layout','full'),(96,8,'_padding','true'),(97,8,'page_preloader','false'),(98,8,'_introduce_align','left'),(99,8,'_disable_breadcrumb','true'),(100,8,'_enable_local_backgrounds','false'),(101,8,'theme_header_style','1'),(102,8,'theme_header_align','left'),(103,8,'theme_toolbar_toggle','true'),(104,8,'_transparent_header','false'),(105,8,'_trans_header_remove_bg','true'),(106,8,'_transparent_header_skin','light'),(107,8,'_sticky_header_offset','header'),(108,8,'background_selector_orientation','full_width_layout'),(109,8,'boxed_layout_shadow_size','0'),(110,8,'boxed_layout_shadow_intensity','0'),(111,8,'body_color_gradient','single'),(112,8,'body_color_gradient_style','linear'),(113,8,'body_color_gradient_angle','vertical'),(114,8,'body_source','no-image'),(115,8,'body_parallax','false'),(116,8,'page_color_gradient','single'),(117,8,'page_color_gradient_style','linear'),(118,8,'page_color_gradient_angle','vertical'),(119,8,'page_source','no-image'),(120,8,'page_parallax','false'),(121,8,'header_color_gradient','single'),(122,8,'header_color_gradient_style','linear'),(123,8,'header_color_gradient_angle','vertical'),(124,8,'header_source','no-image'),(125,8,'header_parallax','false'),(126,8,'banner_color_gradient','single'),(127,8,'banner_color_gradient_style','linear'),(128,8,'banner_color_gradient_angle','vertical'),(129,8,'banner_source','no-image'),(130,8,'banner_parallax','false'),(131,8,'footer_color_gradient','single'),(132,8,'footer_color_gradient_style','linear'),(133,8,'footer_color_gradient_angle','vertical'),(134,8,'footer_source','no-image'),(135,8,'footer_parallax','false'),(136,8,'_edit_lock','1581703829:2'),(137,10,'_edit_last','1'),(138,10,'_wp_page_template','default'),(139,10,'textfalse',''),(140,10,'_layout','full'),(141,10,'_padding','true'),(142,10,'page_preloader','false'),(143,10,'_introduce_align','left'),(144,10,'_disable_breadcrumb','true'),(145,10,'_enable_local_backgrounds','false'),(146,10,'theme_header_style','1'),(147,10,'theme_header_align','left'),(148,10,'theme_toolbar_toggle','true'),(149,10,'_transparent_header','false'),(150,10,'_trans_header_remove_bg','true'),(151,10,'_transparent_header_skin','light'),(152,10,'_sticky_header_offset','header'),(153,10,'background_selector_orientation','full_width_layout'),(154,10,'boxed_layout_shadow_size','0'),(155,10,'boxed_layout_shadow_intensity','0'),(156,10,'body_color_gradient','single'),(157,10,'body_color_gradient_style','linear'),(158,10,'body_color_gradient_angle','vertical'),(159,10,'body_source','no-image'),(160,10,'body_parallax','false'),(161,10,'page_color_gradient','single'),(162,10,'page_color_gradient_style','linear'),(163,10,'page_color_gradient_angle','vertical'),(164,10,'page_source','no-image'),(165,10,'page_parallax','false'),(166,10,'header_color_gradient','single'),(167,10,'header_color_gradient_style','linear'),(168,10,'header_color_gradient_angle','vertical'),(169,10,'header_source','no-image'),(170,10,'header_parallax','false'),(171,10,'banner_color_gradient','single'),(172,10,'banner_color_gradient_style','linear'),(173,10,'banner_color_gradient_angle','vertical'),(174,10,'banner_source','no-image'),(175,10,'banner_parallax','false'),(176,10,'footer_color_gradient','single'),(177,10,'footer_color_gradient_style','linear'),(178,10,'footer_color_gradient_angle','vertical'),(179,10,'footer_source','no-image'),(180,10,'footer_parallax','false'),(181,10,'_edit_lock','1534269600:1'),(182,13,'_edit_last','1'),(183,13,'_wp_page_template','default'),(184,13,'textfalse',''),(185,13,'_layout','full'),(186,13,'_padding','true'),(187,13,'page_preloader','false'),(188,13,'_introduce_align','left'),(189,13,'_disable_breadcrumb','true'),(190,13,'_enable_local_backgrounds','false'),(191,13,'theme_header_style','1'),(192,13,'theme_header_align','left'),(193,13,'theme_toolbar_toggle','true'),(194,13,'_transparent_header','false'),(195,13,'_trans_header_remove_bg','true'),(196,13,'_transparent_header_skin','light'),(197,13,'_sticky_header_offset','header'),(198,13,'background_selector_orientation','full_width_layout'),(199,13,'boxed_layout_shadow_size','0'),(200,13,'boxed_layout_shadow_intensity','0'),(201,13,'body_color_gradient','single'),(202,13,'body_color_gradient_style','linear'),(203,13,'body_color_gradient_angle','vertical'),(204,13,'body_source','no-image'),(205,13,'body_parallax','false'),(206,13,'page_color_gradient','single'),(207,13,'page_color_gradient_style','linear'),(208,13,'page_color_gradient_angle','vertical'),(209,13,'page_source','no-image'),(210,13,'page_parallax','false'),(211,13,'header_color_gradient','single'),(212,13,'header_color_gradient_style','linear'),(213,13,'header_color_gradient_angle','vertical'),(214,13,'header_source','no-image'),(215,13,'header_parallax','false'),(216,13,'banner_color_gradient','single'),(217,13,'banner_color_gradient_style','linear'),(218,13,'banner_color_gradient_angle','vertical'),(219,13,'banner_source','no-image'),(220,13,'banner_parallax','false'),(221,13,'footer_color_gradient','single'),(222,13,'footer_color_gradient_style','linear'),(223,13,'footer_color_gradient_angle','vertical'),(224,13,'footer_source','no-image'),(225,13,'footer_parallax','false'),(226,13,'_edit_lock','1534193714:1'),(227,15,'_edit_last','2'),(228,15,'_wp_page_template','default'),(229,15,'textfalse',''),(230,15,'_layout','full'),(231,15,'_padding','true'),(232,15,'page_preloader','false'),(233,15,'_introduce_align','left'),(234,15,'_disable_breadcrumb','true'),(235,15,'_enable_local_backgrounds','false'),(236,15,'theme_header_style','1'),(237,15,'theme_header_align','left'),(238,15,'theme_toolbar_toggle','true'),(239,15,'_transparent_header','false'),(240,15,'_trans_header_remove_bg','true'),(241,15,'_transparent_header_skin','light'),(242,15,'_sticky_header_offset','header'),(243,15,'background_selector_orientation','full_width_layout'),(244,15,'boxed_layout_shadow_size','0'),(245,15,'boxed_layout_shadow_intensity','0'),(246,15,'body_color_gradient','single'),(247,15,'body_color_gradient_style','linear'),(248,15,'body_color_gradient_angle','vertical'),(249,15,'body_source','no-image'),(250,15,'body_parallax','false'),(251,15,'page_color_gradient','single'),(252,15,'page_color_gradient_style','linear'),(253,15,'page_color_gradient_angle','vertical'),(254,15,'page_source','no-image'),(255,15,'page_parallax','false'),(256,15,'header_color_gradient','single'),(257,15,'header_color_gradient_style','linear'),(258,15,'header_color_gradient_angle','vertical'),(259,15,'header_source','no-image'),(260,15,'header_parallax','false'),(261,15,'banner_color_gradient','single'),(262,15,'banner_color_gradient_style','linear'),(263,15,'banner_color_gradient_angle','vertical'),(264,15,'banner_source','no-image'),(265,15,'banner_parallax','false'),(266,15,'footer_color_gradient','single'),(267,15,'footer_color_gradient_style','linear'),(268,15,'footer_color_gradient_angle','vertical'),(269,15,'footer_source','no-image'),(270,15,'footer_parallax','false'),(271,15,'_edit_lock','1581703883:2'),(272,17,'_edit_last','1'),(273,17,'_wp_page_template','default'),(274,17,'textfalse',''),(275,17,'_layout','full'),(276,17,'_padding','true'),(277,17,'page_preloader','false'),(278,17,'_introduce_align','left'),(279,17,'_disable_breadcrumb','true'),(280,17,'_enable_local_backgrounds','false'),(281,17,'theme_header_style','1'),(282,17,'theme_header_align','left'),(283,17,'theme_toolbar_toggle','true'),(284,17,'_transparent_header','false'),(285,17,'_trans_header_remove_bg','true'),(286,17,'_transparent_header_skin','light'),(287,17,'_sticky_header_offset','header'),(288,17,'background_selector_orientation','full_width_layout'),(289,17,'boxed_layout_shadow_size','0'),(290,17,'boxed_layout_shadow_intensity','0'),(291,17,'body_color_gradient','single'),(292,17,'body_color_gradient_style','linear'),(293,17,'body_color_gradient_angle','vertical'),(294,17,'body_source','no-image'),(295,17,'body_parallax','false'),(296,17,'page_color_gradient','single'),(297,17,'page_color_gradient_style','linear'),(298,17,'page_color_gradient_angle','vertical'),(299,17,'page_source','no-image'),(300,17,'page_parallax','false'),(301,17,'header_color_gradient','single'),(302,17,'header_color_gradient_style','linear'),(303,17,'header_color_gradient_angle','vertical'),(304,17,'header_source','no-image'),(305,17,'header_parallax','false'),(306,17,'banner_color_gradient','single'),(307,17,'banner_color_gradient_style','linear'),(308,17,'banner_color_gradient_angle','vertical'),(309,17,'banner_source','no-image'),(310,17,'banner_parallax','false'),(311,17,'footer_color_gradient','single'),(312,17,'footer_color_gradient_style','linear'),(313,17,'footer_color_gradient_angle','vertical'),(314,17,'footer_source','no-image'),(315,17,'footer_parallax','false'),(316,17,'_edit_lock','1534194901:1'),(317,21,'_edit_last','2'),(318,21,'_wp_page_template','default'),(319,21,'textfalse',''),(320,21,'_layout','full'),(321,21,'_padding','true'),(322,21,'page_preloader','false'),(323,21,'_introduce_align','left'),(324,21,'_disable_breadcrumb','true'),(325,21,'_enable_local_backgrounds','false'),(326,21,'theme_header_style','1'),(327,21,'theme_header_align','left'),(328,21,'theme_toolbar_toggle','true'),(329,21,'_transparent_header','false'),(330,21,'_trans_header_remove_bg','true'),(331,21,'_transparent_header_skin','light'),(332,21,'_sticky_header_offset','header'),(333,21,'background_selector_orientation','full_width_layout'),(334,21,'boxed_layout_shadow_size','0'),(335,21,'boxed_layout_shadow_intensity','0'),(336,21,'body_color_gradient','single'),(337,21,'body_color_gradient_style','linear'),(338,21,'body_color_gradient_angle','vertical'),(339,21,'body_source','no-image'),(340,21,'body_parallax','false'),(341,21,'page_color_gradient','single'),(342,21,'page_color_gradient_style','linear'),(343,21,'page_color_gradient_angle','vertical'),(344,21,'page_source','no-image'),(345,21,'page_parallax','false'),(346,21,'header_color_gradient','single'),(347,21,'header_color_gradient_style','linear'),(348,21,'header_color_gradient_angle','vertical'),(349,21,'header_source','no-image'),(350,21,'header_parallax','false'),(351,21,'banner_color_gradient','single'),(352,21,'banner_color_gradient_style','linear'),(353,21,'banner_color_gradient_angle','vertical'),(354,21,'banner_source','no-image'),(355,21,'banner_parallax','false'),(356,21,'footer_color_gradient','single'),(357,21,'footer_color_gradient_style','linear'),(358,21,'footer_color_gradient_angle','vertical'),(359,21,'footer_source','no-image'),(360,21,'footer_parallax','false'),(361,21,'_edit_lock','1581696194:2'),(362,23,'_edit_last','1'),(363,23,'_wp_page_template','default'),(364,23,'textfalse',''),(365,23,'_layout','full'),(366,23,'_padding','true'),(367,23,'page_preloader','false'),(368,23,'_introduce_align','left'),(369,23,'_disable_breadcrumb','true'),(370,23,'_enable_local_backgrounds','false'),(371,23,'theme_header_style','1'),(372,23,'theme_header_align','left'),(373,23,'theme_toolbar_toggle','true'),(374,23,'_transparent_header','false'),(375,23,'_trans_header_remove_bg','true'),(376,23,'_transparent_header_skin','light'),(377,23,'_sticky_header_offset','header'),(378,23,'background_selector_orientation','full_width_layout'),(379,23,'boxed_layout_shadow_size','0'),(380,23,'boxed_layout_shadow_intensity','0'),(381,23,'body_color_gradient','single'),(382,23,'body_color_gradient_style','linear'),(383,23,'body_color_gradient_angle','vertical'),(384,23,'body_source','no-image'),(385,23,'body_parallax','false'),(386,23,'page_color_gradient','single'),(387,23,'page_color_gradient_style','linear'),(388,23,'page_color_gradient_angle','vertical'),(389,23,'page_source','no-image'),(390,23,'page_parallax','false'),(391,23,'header_color_gradient','single'),(392,23,'header_color_gradient_style','linear'),(393,23,'header_color_gradient_angle','vertical'),(394,23,'header_source','no-image'),(395,23,'header_parallax','false'),(396,23,'banner_color_gradient','single'),(397,23,'banner_color_gradient_style','linear'),(398,23,'banner_color_gradient_angle','vertical'),(399,23,'banner_source','no-image'),(400,23,'banner_parallax','false'),(401,23,'footer_color_gradient','single'),(402,23,'footer_color_gradient_style','linear'),(403,23,'footer_color_gradient_angle','vertical'),(404,23,'footer_source','no-image'),(405,23,'footer_parallax','false'),(406,23,'_edit_lock','1580938583:2'),(485,31,'_menu_item_type','post_type'),(486,31,'_menu_item_menu_item_parent','0'),(487,31,'_menu_item_object_id','8'),(488,31,'_menu_item_object','page'),(489,31,'_menu_item_target',''),(490,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(491,31,'_menu_item_xfn',''),(492,31,'_menu_item_url',''),(494,31,'_menu_item_megamenu',''),(495,31,'_menu_item_megamenu_background',''),(496,31,'_menu_item_megamenu_widgetarea','0'),(497,31,'_menu_item_megamenu_styles',''),(498,32,'_menu_item_type','post_type'),(499,32,'_menu_item_menu_item_parent','0'),(500,32,'_menu_item_object_id','6'),(501,32,'_menu_item_object','page'),(502,32,'_menu_item_target',''),(503,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(504,32,'_menu_item_xfn',''),(505,32,'_menu_item_url',''),(507,32,'_menu_item_megamenu',''),(508,32,'_menu_item_megamenu_background',''),(509,32,'_menu_item_megamenu_widgetarea','0'),(510,32,'_menu_item_megamenu_styles',''),(511,32,'_menu_item_menu_icon',''),(512,31,'_menu_item_menu_icon',''),(519,33,'_wp_attached_file','2018/04/footer_logo.png'),(520,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:335;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2018/04/footer_logo.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:23:\"footer_logo-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"footer_logo-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"footer_logo-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:23:\"footer_logo-225x100.png\";s:5:\"width\";i:225;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"footer_logo-200x100.png\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"footer_logo-330x99.png\";s:5:\"width\";i:330;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"footer_logo-245x100.png\";s:5:\"width\";i:245;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"footer_logo-260x100.png\";s:5:\"width\";i:260;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:23:\"footer_logo-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:23:\"footer_logo-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;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;}}'),(521,34,'_wp_attached_file','2018/04/header_logo.jpg'),(522,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:103;s:4:\"file\";s:23:\"2018/04/header_logo.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:23:\"header_logo-150x103.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"header_logo-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"header_logo-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:23:\"header_logo-225x103.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"header_logo-200x103.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"header_logo-330x98.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"header_logo-245x103.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"header_logo-260x103.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:23:\"header_logo-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:23:\"header_logo-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;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:1;}}'),(523,35,'_wp_attached_file','2018/04/main_banner.jpg'),(524,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:801;s:4:\"file\";s:23:\"2018/04/main_banner.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"main_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:23:\"main_banner-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_banner-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"main_banner-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:23:\"main_banner-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:23:\"main_banner-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:23:\"main_banner-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"main_banner-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:23:\"main_banner-330x165.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:23:\"main_banner-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:23:\"main_banner-800x401.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"main_banner-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"main_banner-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:23:\"main_banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:23:\"main_banner-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:24:\"main_banner-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:23:\"main_banner-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:23:\"main_banner-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:23:\"main_banner-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:24:\"main_banner-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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:1;}}'),(525,36,'_wp_attached_file','2018/04/main_bg01.jpg'),(526,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:627;s:4:\"file\";s:21:\"2018/04/main_bg01.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"main_bg01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"main_bg01-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"main_bg01-1024x401.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"main_bg01-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:21:\"main_bg01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:21:\"main_bg01-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:21:\"main_bg01-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"main_bg01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"main_bg01-330x129.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:21:\"main_bg01-400x157.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:21:\"main_bg01-800x314.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"main_bg01-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"main_bg01-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:21:\"main_bg01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:21:\"main_bg01-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"main_bg01-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg01-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg01-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg01-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg01-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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:1;}}'),(527,37,'_wp_attached_file','2018/04/main_bg02.jpg'),(528,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:684;s:4:\"file\";s:21:\"2018/04/main_bg02.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"main_bg02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"main_bg02-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"main_bg02-1024x438.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"main_bg02-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:21:\"main_bg02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:21:\"main_bg02-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:21:\"main_bg02-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"main_bg02-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"main_bg02-330x141.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:21:\"main_bg02-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:21:\"main_bg02-800x342.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"main_bg02-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"main_bg02-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:21:\"main_bg02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:21:\"main_bg02-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"main_bg02-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg02-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg02-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg02-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg02-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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:1;}}'),(529,38,'_wp_attached_file','2018/04/main_bg03.jpg'),(530,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:703;s:4:\"file\";s:21:\"2018/04/main_bg03.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"main_bg03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"main_bg03-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"main_bg03-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"main_bg03-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:21:\"main_bg03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:21:\"main_bg03-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:21:\"main_bg03-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"main_bg03-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"main_bg03-330x145.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:21:\"main_bg03-400x176.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:21:\"main_bg03-800x352.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"main_bg03-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"main_bg03-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:21:\"main_bg03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:21:\"main_bg03-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"main_bg03-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg03-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg03-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:21:\"main_bg03-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg03-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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:1;}}'),(531,39,'_wp_attached_file','2018/04/main_img01.jpg'),(532,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img01.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img01-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img01-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img01-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(533,40,'_wp_attached_file','2018/04/main_img02.jpg'),(534,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img02.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img02-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img02-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img02-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img02-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img02-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(535,41,'_wp_attached_file','2018/04/main_img03.jpg'),(536,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img03.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img03-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img03-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img03-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img03-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img03-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(537,42,'_wp_attached_file','2018/04/main_img04.jpg'),(538,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img04.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img04-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img04-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img04-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img04-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img04-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(539,43,'_wp_attached_file','2018/04/main_img05.jpg'),(540,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img05.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img05-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img05-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img05-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img05-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img05-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(541,44,'_wp_attached_file','2018/04/main_img06.jpg'),(542,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img06.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img06-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img06-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img06-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img06-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img06-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(543,45,'_wp_attached_file','2018/04/main_img067.jpg'),(544,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:23:\"2018/04/main_img067.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"main_img067-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"main_img067-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"main_img067-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"main_img067-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"main_img067-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:25:\"main_img067-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(545,46,'_wp_attached_file','2018/04/main_photo.jpg'),(546,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:311;s:4:\"file\";s:22:\"2018/04/main_photo.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_photo-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:22:\"main_photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_photo-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"main_photo-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_photo-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"main_photo-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_photo-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_photo-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"main_photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"main_photo-311x300.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"main_photo-311x300.jpg\";s:5:\"width\";i:311;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"main_photo-300x311.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:311;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:1;}}'),(548,4,'_theme_options_build','5e44a2a263b19'),(549,4,'_wpb_vc_js_status','true'),(551,4,'slide_template',''),(552,4,'_template','no-title'),(555,4,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(590,89,'_wp_attached_file','2018/04/marketing.jpg'),(591,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:21:\"2018/04/marketing.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"marketing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"marketing-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"marketing-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"marketing-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"marketing-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"marketing-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(592,90,'_wp_attached_file','2018/04/new-patient.jpg'),(593,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:23:\"2018/04/new-patient.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"new-patient-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"new-patient-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"new-patient-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"new-patient-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"new-patient-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:25:\"new-patient-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(594,91,'_wp_attached_file','2018/04/production.jpg'),(595,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:22:\"2018/04/production.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"production-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"production-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"production-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"production-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"production-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"production-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(596,92,'_wp_attached_file','2018/04/profit.jpg'),(597,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:18:\"2018/04/profit.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"profit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:18:\"profit-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:18:\"profit-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:18:\"profit-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:18:\"profit-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:20:\"profit-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(598,93,'_wp_attached_file','2018/04/schedule.jpg'),(599,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:20:\"2018/04/schedule.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"schedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:20:\"schedule-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:20:\"schedule-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:20:\"schedule-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:20:\"schedule-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"schedule-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(600,94,'_wp_attached_file','2018/04/team.jpg'),(601,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:16:\"2018/04/team.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:16:\"team-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:16:\"team-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:16:\"team-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:16:\"team-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:18:\"team-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(602,95,'_wp_attached_file','2018/04/technology.jpg'),(603,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:211;s:4:\"file\";s:22:\"2018/04/technology.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"technology-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"technology-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"technology-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"technology-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"technology-212x180.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"technology-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(604,96,'_wp_attached_file','2018/04/testimonal.jpg'),(605,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:538;s:4:\"file\";s:22:\"2018/04/testimonal.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"testimonal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"testimonal-300x101.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"testimonal-1024x344.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"testimonal-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"testimonal-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"testimonal-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"testimonal-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"testimonal-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"testimonal-330x111.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"testimonal-400x135.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:22:\"testimonal-800x269.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"testimonal-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"testimonal-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"testimonal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"testimonal-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:23:\"testimonal-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"testimonal-300x538.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"testimonal-600x538.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"testimonal-900x538.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:23:\"testimonal-1200x538.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:538;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:1;}}'),(612,6,'_theme_options_build','5db712b1efa27'),(614,8,'_theme_options_build','5db712b1efa27'),(616,21,'_theme_options_build','5db712b1efa27'),(618,10,'_theme_options_build','5db712b1efa27'),(623,13,'_theme_options_build','5db712b1efa27'),(628,15,'_theme_options_build','5e44a2a263b19'),(630,17,'_theme_options_build','5db712b1efa27'),(632,23,'_theme_options_build','5db712b1efa27'),(633,103,'_wp_attached_file','2018/04/main_photo.png'),(634,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:392;s:6:\"height\";i:454;s:4:\"file\";s:22:\"2018/04/main_photo.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_photo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"main_photo-259x300.png\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_photo-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"main_photo-225x225.png\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_photo-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"main_photo-224x260.png\";s:5:\"width\";i:224;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"main_photo-302x350.png\";s:5:\"width\";i:302;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_photo-245x180.png\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_photo-260x180.png\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"main_photo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"main_photo-392x300.png\";s:5:\"width\";i:392;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"main_photo-392x300.png\";s:5:\"width\";i:392;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"main_photo-300x454.png\";s:5:\"width\";i:300;s:6:\"height\";i:454;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_photo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(646,108,'_edit_last','2'),(647,108,'_edit_lock','1581692558:2'),(648,108,'_wp_page_template','default'),(649,108,'_wpb_vc_js_status','true'),(651,108,'slide_template','default'),(652,108,'textfalse',''),(653,108,'_layout','full'),(654,108,'_padding','true'),(655,108,'page_preloader','false'),(656,108,'_introduce_align','left'),(657,108,'_disable_breadcrumb','true'),(658,108,'_enable_local_backgrounds','false'),(659,108,'theme_header_style','1'),(660,108,'theme_header_align','left'),(661,108,'theme_toolbar_toggle','true'),(662,108,'_transparent_header','false'),(663,108,'_trans_header_remove_bg','true'),(664,108,'_transparent_header_skin','light'),(665,108,'_sticky_header_offset','header'),(666,108,'background_selector_orientation','full_width_layout'),(667,108,'boxed_layout_shadow_size','0'),(668,108,'boxed_layout_shadow_intensity','0'),(669,108,'body_color_gradient','single'),(670,108,'body_color_gradient_style','linear'),(671,108,'body_color_gradient_angle','vertical'),(672,108,'body_source','no-image'),(673,108,'body_parallax','false'),(674,108,'page_color_gradient','single'),(675,108,'page_color_gradient_style','linear'),(676,108,'page_color_gradient_angle','vertical'),(677,108,'page_source','no-image'),(678,108,'page_parallax','false'),(679,108,'header_color_gradient','single'),(680,108,'header_color_gradient_style','linear'),(681,108,'header_color_gradient_angle','vertical'),(682,108,'header_source','no-image'),(683,108,'header_parallax','false'),(684,108,'banner_color_gradient','single'),(685,108,'banner_color_gradient_style','linear'),(686,108,'banner_color_gradient_angle','vertical'),(687,108,'banner_source','no-image'),(688,108,'banner_parallax','false'),(689,108,'footer_color_gradient','single'),(690,108,'footer_color_gradient_style','linear'),(691,108,'footer_color_gradient_angle','vertical'),(692,108,'footer_source','no-image'),(693,108,'footer_parallax','false'),(694,110,'_edit_last','1'),(695,110,'_wp_page_template','default'),(696,110,'_wpb_vc_js_status','false'),(697,110,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(698,110,'slide_template','default'),(699,110,'textfalse',''),(700,110,'_layout','full'),(701,110,'_padding','false'),(702,110,'page_preloader','false'),(703,110,'_introduce_align','left'),(704,110,'_disable_breadcrumb','true'),(705,110,'_enable_local_backgrounds','false'),(706,110,'theme_header_style','1'),(707,110,'theme_header_align','left'),(708,110,'theme_toolbar_toggle','true'),(709,110,'_transparent_header','false'),(710,110,'_trans_header_remove_bg','true'),(711,110,'_transparent_header_skin','light'),(712,110,'_sticky_header_offset','header'),(713,110,'background_selector_orientation','full_width_layout'),(714,110,'boxed_layout_shadow_size','0'),(715,110,'boxed_layout_shadow_intensity','0'),(716,110,'body_color_gradient','single'),(717,110,'body_color_gradient_style','linear'),(718,110,'body_color_gradient_angle','vertical'),(719,110,'body_source','no-image'),(720,110,'body_parallax','false'),(721,110,'page_color_gradient','single'),(722,110,'page_color_gradient_style','linear'),(723,110,'page_color_gradient_angle','vertical'),(724,110,'page_source','no-image'),(725,110,'page_parallax','false'),(726,110,'header_color_gradient','single'),(727,110,'header_color_gradient_style','linear'),(728,110,'header_color_gradient_angle','vertical'),(729,110,'header_source','no-image'),(730,110,'header_parallax','false'),(731,110,'banner_color_gradient','single'),(732,110,'banner_color_gradient_style','linear'),(733,110,'banner_color_gradient_angle','vertical'),(734,110,'banner_source','no-image'),(735,110,'banner_parallax','false'),(736,110,'footer_color_gradient','single'),(737,110,'footer_color_gradient_style','linear'),(738,110,'footer_color_gradient_angle','vertical'),(739,110,'footer_source','no-image'),(740,110,'footer_parallax','false'),(741,110,'_edit_lock','1524258263:1'),(742,112,'_edit_last','2'),(743,112,'_wp_page_template','default'),(744,112,'_wpb_vc_js_status','true'),(746,112,'slide_template','default'),(747,112,'textfalse',''),(748,112,'_layout','full'),(749,112,'_padding','true'),(750,112,'page_preloader','false'),(751,112,'_introduce_align','left'),(752,112,'_disable_breadcrumb','true'),(753,112,'_enable_local_backgrounds','false'),(754,112,'theme_header_style','1'),(755,112,'theme_header_align','left'),(756,112,'theme_toolbar_toggle','true'),(757,112,'_transparent_header','false'),(758,112,'_trans_header_remove_bg','true'),(759,112,'_transparent_header_skin','light'),(760,112,'_sticky_header_offset','header'),(761,112,'background_selector_orientation','full_width_layout'),(762,112,'boxed_layout_shadow_size','0'),(763,112,'boxed_layout_shadow_intensity','0'),(764,112,'body_color_gradient','single'),(765,112,'body_color_gradient_style','linear'),(766,112,'body_color_gradient_angle','vertical'),(767,112,'body_source','no-image'),(768,112,'body_parallax','false'),(769,112,'page_color_gradient','single'),(770,112,'page_color_gradient_style','linear'),(771,112,'page_color_gradient_angle','vertical'),(772,112,'page_source','no-image'),(773,112,'page_parallax','false'),(774,112,'header_color_gradient','single'),(775,112,'header_color_gradient_style','linear'),(776,112,'header_color_gradient_angle','vertical'),(777,112,'header_source','no-image'),(778,112,'header_parallax','false'),(779,112,'banner_color_gradient','single'),(780,112,'banner_color_gradient_style','linear'),(781,112,'banner_color_gradient_angle','vertical'),(782,112,'banner_source','no-image'),(783,112,'banner_parallax','false'),(784,112,'footer_color_gradient','single'),(785,112,'footer_color_gradient_style','linear'),(786,112,'footer_color_gradient_angle','vertical'),(787,112,'footer_source','no-image'),(788,112,'footer_parallax','false'),(789,112,'_edit_lock','1581692840:2'),(790,114,'_edit_last','1'),(791,114,'_wp_page_template','default'),(792,114,'_wpb_vc_js_status','true'),(793,114,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(794,114,'slide_template','default'),(795,114,'textfalse',''),(796,114,'_layout','full'),(797,114,'_padding','true'),(798,114,'page_preloader','false'),(799,114,'_introduce_align','left'),(800,114,'_disable_breadcrumb','true'),(801,114,'_enable_local_backgrounds','false'),(802,114,'theme_header_style','1'),(803,114,'theme_header_align','left'),(804,114,'theme_toolbar_toggle','true'),(805,114,'_transparent_header','false'),(806,114,'_trans_header_remove_bg','true'),(807,114,'_transparent_header_skin','light'),(808,114,'_sticky_header_offset','header'),(809,114,'background_selector_orientation','full_width_layout'),(810,114,'boxed_layout_shadow_size','0'),(811,114,'boxed_layout_shadow_intensity','0'),(812,114,'body_color_gradient','single'),(813,114,'body_color_gradient_style','linear'),(814,114,'body_color_gradient_angle','vertical'),(815,114,'body_source','no-image'),(816,114,'body_parallax','false'),(817,114,'page_color_gradient','single'),(818,114,'page_color_gradient_style','linear'),(819,114,'page_color_gradient_angle','vertical'),(820,114,'page_source','no-image'),(821,114,'page_parallax','false'),(822,114,'header_color_gradient','single'),(823,114,'header_color_gradient_style','linear'),(824,114,'header_color_gradient_angle','vertical'),(825,114,'header_source','no-image'),(826,114,'header_parallax','false'),(827,114,'banner_color_gradient','single'),(828,114,'banner_color_gradient_style','linear'),(829,114,'banner_color_gradient_angle','vertical'),(830,114,'banner_source','no-image'),(831,114,'banner_parallax','false'),(832,114,'footer_color_gradient','single'),(833,114,'footer_color_gradient_style','linear'),(834,114,'footer_color_gradient_angle','vertical'),(835,114,'footer_source','no-image'),(836,114,'footer_parallax','false'),(837,114,'_edit_lock','1534188826:1'),(838,116,'_edit_last','1'),(839,116,'_wp_page_template','default'),(840,116,'_wpb_vc_js_status','true'),(841,116,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(842,116,'slide_template','default'),(843,116,'textfalse',''),(844,116,'_layout','full'),(845,116,'_padding','true'),(846,116,'page_preloader','false'),(847,116,'_introduce_align','left'),(848,116,'_disable_breadcrumb','true'),(849,116,'_enable_local_backgrounds','false'),(850,116,'theme_header_style','1'),(851,116,'theme_header_align','left'),(852,116,'theme_toolbar_toggle','true'),(853,116,'_transparent_header','false'),(854,116,'_trans_header_remove_bg','true'),(855,116,'_transparent_header_skin','light'),(856,116,'_sticky_header_offset','header'),(857,116,'background_selector_orientation','full_width_layout'),(858,116,'boxed_layout_shadow_size','0'),(859,116,'boxed_layout_shadow_intensity','0'),(860,116,'body_color_gradient','single'),(861,116,'body_color_gradient_style','linear'),(862,116,'body_color_gradient_angle','vertical'),(863,116,'body_source','no-image'),(864,116,'body_parallax','false'),(865,116,'page_color_gradient','single'),(866,116,'page_color_gradient_style','linear'),(867,116,'page_color_gradient_angle','vertical'),(868,116,'page_source','no-image'),(869,116,'page_parallax','false'),(870,116,'header_color_gradient','single'),(871,116,'header_color_gradient_style','linear'),(872,116,'header_color_gradient_angle','vertical'),(873,116,'header_source','no-image'),(874,116,'header_parallax','false'),(875,116,'banner_color_gradient','single'),(876,116,'banner_color_gradient_style','linear'),(877,116,'banner_color_gradient_angle','vertical'),(878,116,'banner_source','no-image'),(879,116,'banner_parallax','false'),(880,116,'footer_color_gradient','single'),(881,116,'footer_color_gradient_style','linear'),(882,116,'footer_color_gradient_angle','vertical'),(883,116,'footer_source','no-image'),(884,116,'footer_parallax','false'),(885,116,'_edit_lock','1534188287:1'),(886,118,'_edit_last','2'),(887,118,'_wp_page_template','default'),(888,118,'_wpb_vc_js_status','true'),(890,118,'slide_template','default'),(891,118,'textfalse',''),(892,118,'_layout','full'),(893,118,'_padding','true'),(894,118,'page_preloader','false'),(895,118,'_introduce_align','left'),(896,118,'_disable_breadcrumb','true'),(897,118,'_enable_local_backgrounds','false'),(898,118,'theme_header_style','1'),(899,118,'theme_header_align','left'),(900,118,'theme_toolbar_toggle','true'),(901,118,'_transparent_header','false'),(902,118,'_trans_header_remove_bg','true'),(903,118,'_transparent_header_skin','light'),(904,118,'_sticky_header_offset','header'),(905,118,'background_selector_orientation','full_width_layout'),(906,118,'boxed_layout_shadow_size','0'),(907,118,'boxed_layout_shadow_intensity','0'),(908,118,'body_color_gradient','single'),(909,118,'body_color_gradient_style','linear'),(910,118,'body_color_gradient_angle','vertical'),(911,118,'body_source','no-image'),(912,118,'body_parallax','false'),(913,118,'page_color_gradient','single'),(914,118,'page_color_gradient_style','linear'),(915,118,'page_color_gradient_angle','vertical'),(916,118,'page_source','no-image'),(917,118,'page_parallax','false'),(918,118,'header_color_gradient','single'),(919,118,'header_color_gradient_style','linear'),(920,118,'header_color_gradient_angle','vertical'),(921,118,'header_source','no-image'),(922,118,'header_parallax','false'),(923,118,'banner_color_gradient','single'),(924,118,'banner_color_gradient_style','linear'),(925,118,'banner_color_gradient_angle','vertical'),(926,118,'banner_source','no-image'),(927,118,'banner_parallax','false'),(928,118,'footer_color_gradient','single'),(929,118,'footer_color_gradient_style','linear'),(930,118,'footer_color_gradient_angle','vertical'),(931,118,'footer_source','no-image'),(932,118,'footer_parallax','false'),(933,118,'_edit_lock','1581702294:2'),(934,120,'_edit_last','1'),(935,120,'_wp_page_template','default'),(936,120,'_wpb_vc_js_status','true'),(937,120,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(938,120,'slide_template','default'),(939,120,'textfalse',''),(940,120,'_layout','full'),(941,120,'_padding','true'),(942,120,'page_preloader','false'),(943,120,'_introduce_align','left'),(944,120,'_disable_breadcrumb','true'),(945,120,'_enable_local_backgrounds','false'),(946,120,'theme_header_style','1'),(947,120,'theme_header_align','left'),(948,120,'theme_toolbar_toggle','true'),(949,120,'_transparent_header','false'),(950,120,'_trans_header_remove_bg','true'),(951,120,'_transparent_header_skin','light'),(952,120,'_sticky_header_offset','header'),(953,120,'background_selector_orientation','full_width_layout'),(954,120,'boxed_layout_shadow_size','0'),(955,120,'boxed_layout_shadow_intensity','0'),(956,120,'body_color_gradient','single'),(957,120,'body_color_gradient_style','linear'),(958,120,'body_color_gradient_angle','vertical'),(959,120,'body_source','no-image'),(960,120,'body_parallax','false'),(961,120,'page_color_gradient','single'),(962,120,'page_color_gradient_style','linear'),(963,120,'page_color_gradient_angle','vertical'),(964,120,'page_source','no-image'),(965,120,'page_parallax','false'),(966,120,'header_color_gradient','single'),(967,120,'header_color_gradient_style','linear'),(968,120,'header_color_gradient_angle','vertical'),(969,120,'header_source','no-image'),(970,120,'header_parallax','false'),(971,120,'banner_color_gradient','single'),(972,120,'banner_color_gradient_style','linear'),(973,120,'banner_color_gradient_angle','vertical'),(974,120,'banner_source','no-image'),(975,120,'banner_parallax','false'),(976,120,'footer_color_gradient','single'),(977,120,'footer_color_gradient_style','linear'),(978,120,'footer_color_gradient_angle','vertical'),(979,120,'footer_source','no-image'),(980,120,'footer_parallax','false'),(981,120,'_edit_lock','1540410092:1'),(995,123,'_menu_item_type','post_type'),(996,123,'_menu_item_menu_item_parent','32'),(997,123,'_menu_item_object_id','112'),(998,123,'_menu_item_object','page'),(999,123,'_menu_item_target',''),(1000,123,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1001,123,'_menu_item_xfn',''),(1002,123,'_menu_item_url',''),(1004,123,'_menu_item_megamenu','enabled'),(1005,123,'_menu_item_megamenu_background',''),(1006,123,'_menu_item_megamenu_widgetarea','0'),(1007,123,'_menu_item_megamenu_styles',''),(1008,124,'_menu_item_type','post_type'),(1009,124,'_menu_item_menu_item_parent','32'),(1010,124,'_menu_item_object_id','108'),(1011,124,'_menu_item_object','page'),(1012,124,'_menu_item_target',''),(1013,124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1014,124,'_menu_item_xfn',''),(1015,124,'_menu_item_url',''),(1017,124,'_menu_item_megamenu','enabled'),(1018,124,'_menu_item_megamenu_background',''),(1019,124,'_menu_item_megamenu_widgetarea','0'),(1020,124,'_menu_item_megamenu_styles',''),(1060,32,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1061,124,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1062,124,'_menu_item_menu_icon',''),(1063,123,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1064,123,'_menu_item_menu_icon',''),(1067,31,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1128,131,'_wp_attached_file','2018/04/DDS-logo2-01.png'),(1129,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:145;s:4:\"file\";s:24:\"2018/04/DDS-logo2-01.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:24:\"DDS-logo2-01-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:24:\"DDS-logo2-01-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-225x145.png\";s:5:\"width\";i:225;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-200x145.png\";s:5:\"width\";i:200;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-330x113.png\";s:5:\"width\";i:330;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-400x136.png\";s:5:\"width\";i:400;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-245x145.png\";s:5:\"width\";i:245;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-260x145.png\";s:5:\"width\";i:260;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:24:\"DDS-logo2-01-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;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;}}'),(1130,132,'_wp_attached_file','2018/04/DDS-logo-KO-01.png'),(1131,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:116;s:4:\"file\";s:26:\"2018/04/DDS-logo-KO-01.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"DDS-logo-KO-01-150x116.png\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"DDS-logo-KO-01-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-225x116.png\";s:5:\"width\";i:225;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-200x116.png\";s:5:\"width\";i:200;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-330x113.png\";s:5:\"width\";i:330;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-245x116.png\";s:5:\"width\";i:245;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-260x116.png\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS-logo-KO-01-300x116.png\";s:5:\"width\";i:300;s:6:\"height\";i:116;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;}}'),(1132,133,'_wp_attached_file','2018/04/main_img08.jpg'),(1133,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:214;s:4:\"file\";s:22:\"2018/04/main_img08.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_img08-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_img08-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_img08-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_img08-214x180.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"main_img08-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(1138,138,'_wp_attached_file','2018/04/sub_banner.jpg'),(1139,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:433;s:4:\"file\";s:22:\"2018/04/sub_banner.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sub_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"sub_banner-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"sub_banner-1024x277.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"sub_banner-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"sub_banner-500x433.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"sub_banner-500x433.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"sub_banner-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"sub_banner-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"sub_banner-330x89.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"sub_banner-400x108.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:22:\"sub_banner-800x217.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"sub_banner-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"sub_banner-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"sub_banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"sub_banner-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:23:\"sub_banner-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"sub_banner-300x433.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"sub_banner-600x433.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"sub_banner-900x433.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:23:\"sub_banner-1200x433.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:433;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:1;}}'),(1141,8,'_wpb_vc_js_status','true'),(1143,8,'slide_template',''),(1144,8,'_template','no-title'),(1164,155,'_wp_attached_file','2018/04/main_pop_sample.jpg'),(1165,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:27:\"2018/04/main_pop_sample.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"main_pop_sample-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:27:\"main_pop_sample-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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:1;}}'),(1178,167,'_wp_attached_file','2018/04/main_quote_left.png'),(1179,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:48;s:4:\"file\";s:27:\"2018/04/main_quote_left.png\";s:5:\"sizes\";a:0:{}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;}}'),(1180,168,'_wp_attached_file','2018/04/main_quote_right.png'),(1181,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:48;s:4:\"file\";s:28:\"2018/04/main_quote_right.png\";s:5:\"sizes\";a:0:{}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;}}'),(1190,10,'_wpb_vc_js_status','false'),(1191,10,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1192,10,'slide_template','default'),(1194,13,'_wpb_vc_js_status','true'),(1195,13,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1196,13,'slide_template','default'),(1203,10,'_template','no-title'),(1205,13,'_template','no-title'),(1212,120,'_theme_options_build','5db712b1efa27'),(1213,120,'_template','no-title'),(1214,183,'_edit_last','1'),(1215,183,'_wp_page_template','default'),(1216,183,'_wpb_vc_js_status','false'),(1217,183,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1218,183,'slide_template','default'),(1219,183,'textfalse',''),(1220,183,'_layout','full'),(1221,183,'_template','no-title'),(1222,183,'_padding','true'),(1223,183,'page_preloader','false'),(1224,183,'_introduce_align','left'),(1225,183,'_disable_breadcrumb','true'),(1226,183,'_enable_local_backgrounds','false'),(1227,183,'theme_header_style','1'),(1228,183,'theme_header_align','left'),(1229,183,'theme_toolbar_toggle','true'),(1230,183,'_transparent_header','false'),(1231,183,'_trans_header_remove_bg','true'),(1232,183,'_transparent_header_skin','light'),(1233,183,'_sticky_header_offset','header'),(1234,183,'background_selector_orientation','full_width_layout'),(1235,183,'boxed_layout_shadow_size','0'),(1236,183,'boxed_layout_shadow_intensity','0'),(1237,183,'body_color_gradient','single'),(1238,183,'body_color_gradient_style','linear'),(1239,183,'body_color_gradient_angle','vertical'),(1240,183,'body_source','no-image'),(1241,183,'body_parallax','false'),(1242,183,'page_color_gradient','single'),(1243,183,'page_color_gradient_style','linear'),(1244,183,'page_color_gradient_angle','vertical'),(1245,183,'page_source','no-image'),(1246,183,'page_parallax','false'),(1247,183,'header_color_gradient','single'),(1248,183,'header_color_gradient_style','linear'),(1249,183,'header_color_gradient_angle','vertical'),(1250,183,'header_source','no-image'),(1251,183,'header_parallax','false'),(1252,183,'banner_color_gradient','single'),(1253,183,'banner_color_gradient_style','linear'),(1254,183,'banner_color_gradient_angle','vertical'),(1255,183,'banner_source','no-image'),(1256,183,'banner_parallax','false'),(1257,183,'footer_color_gradient','single'),(1258,183,'footer_color_gradient_style','linear'),(1259,183,'footer_color_gradient_angle','vertical'),(1260,183,'footer_source','no-image'),(1261,183,'footer_parallax','false'),(1262,183,'_edit_lock','1534270197:1'),(1286,183,'_theme_options_build','5db712b1efa27'),(1289,17,'_wpb_vc_js_status','true'),(1290,17,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1291,17,'slide_template','default'),(1292,17,'_template','no-title'),(1296,23,'_wpb_vc_js_status','true'),(1297,23,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1298,23,'slide_template','default'),(1300,23,'_template','no-title'),(1302,193,'_wp_attached_file','2018/04/main_pop_sample1.jpg'),(1303,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:28:\"2018/04/main_pop_sample1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:28:\"main_pop_sample1-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:28:\"main_pop_sample1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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:1;}}'),(1311,112,'_theme_options_build','5db712b1efa27'),(1320,118,'_theme_options_build','5db712b1efa27'),(1324,116,'_theme_options_build','5db712b1efa27'),(1325,197,'_wp_attached_file','2018/04/number.png'),(1326,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:613;s:6:\"height\";i:97;s:4:\"file\";s:18:\"2018/04/number.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:17:\"number-150x97.png\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:17:\"number-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:17:\"number-150x97.png\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:17:\"number-500x97.png\";s:5:\"width\";i:500;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:17:\"number-500x97.png\";s:5:\"width\";i:500;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:17:\"number-225x97.png\";s:5:\"width\";i:225;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:17:\"number-200x97.png\";s:5:\"width\";i:200;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:17:\"number-330x52.png\";s:5:\"width\";i:330;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:17:\"number-400x63.png\";s:5:\"width\";i:400;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:17:\"number-245x97.png\";s:5:\"width\";i:245;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:17:\"number-260x97.png\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:17:\"number-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:17:\"number-600x97.png\";s:5:\"width\";i:600;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:17:\"number-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:17:\"number-600x97.png\";s:5:\"width\";i:600;s:6:\"height\";i:97;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;}}'),(1328,108,'_theme_options_build','5db712b1efa27'),(1330,114,'_theme_options_build','5db712b1efa27'),(1337,199,'_wp_attached_file','2018/04/dds_favicon.png'),(1338,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:156;s:6:\"height\";i:138;s:4:\"file\";s:23:\"2018/04/dds_favicon.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:23:\"dds_favicon-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"dds_favicon-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;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;}}'),(1346,21,'_wpb_vc_js_status','true'),(1348,21,'slide_template','default'),(1349,21,'_template','no-title'),(1409,108,'_template','no-title'),(1414,114,'_template','no-title'),(1415,112,'_template','no-title'),(1434,15,'_wpb_vc_js_status','true'),(1436,15,'slide_template',''),(1437,15,'_template','no-title'),(1449,251,'_wp_attached_file','2018/04/philosiphy_photo.jpg'),(1450,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:392;s:6:\"height\";i:454;s:4:\"file\";s:28:\"2018/04/philosiphy_photo.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:28:\"philosiphy_photo-259x300.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-224x260.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-302x350.jpg\";s:5:\"width\";i:302;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-392x300.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-392x300.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:28:\"philosiphy_photo-300x454.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:6:{s:4:\"file\";s:30:\"philosiphy_photo-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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:1;}}'),(1454,116,'_template','no-title'),(1459,118,'_template','no-title'),(1490,258,'_wp_attached_file','2018/04/main_bg031.jpg'),(1491,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:703;s:4:\"file\";s:22:\"2018/04/main_bg031.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_bg031-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"main_bg031-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"main_bg031-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_bg031-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"main_bg031-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"main_bg031-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"main_bg031-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_bg031-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"main_bg031-330x145.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"main_bg031-400x176.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:22:\"main_bg031-800x352.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_bg031-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_bg031-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"main_bg031-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"main_bg031-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:23:\"main_bg031-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg031-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg031-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg031-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:23:\"main_bg031-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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;}}'),(1492,259,'_wp_attached_file','2018/04/main_bg011.jpg'),(1493,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:627;s:4:\"file\";s:22:\"2018/04/main_bg011.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_bg011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"main_bg011-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"main_bg011-1024x401.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_bg011-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"main_bg011-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"main_bg011-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"main_bg011-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_bg011-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"main_bg011-330x129.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"main_bg011-400x157.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:22:\"main_bg011-800x314.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_bg011-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_bg011-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"main_bg011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"main_bg011-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:23:\"main_bg011-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg011-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg011-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg011-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:23:\"main_bg011-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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;}}'),(1494,260,'_wp_attached_file','2018/04/number1.png'),(1495,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:613;s:6:\"height\";i:97;s:4:\"file\";s:19:\"2018/04/number1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:18:\"number1-150x97.png\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:18:\"number1-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:18:\"number1-150x97.png\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:18:\"number1-500x97.png\";s:5:\"width\";i:500;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:18:\"number1-500x97.png\";s:5:\"width\";i:500;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:18:\"number1-225x97.png\";s:5:\"width\";i:225;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:18:\"number1-200x97.png\";s:5:\"width\";i:200;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:18:\"number1-330x52.png\";s:5:\"width\";i:330;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:18:\"number1-400x63.png\";s:5:\"width\";i:400;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:18:\"number1-245x97.png\";s:5:\"width\";i:245;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:18:\"number1-260x97.png\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:18:\"number1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:18:\"number1-600x97.png\";s:5:\"width\";i:600;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:18:\"number1-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:18:\"number1-600x97.png\";s:5:\"width\";i:600;s:6:\"height\";i:97;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;}}'),(1504,271,'_wp_attached_file','2018/04/images.jpeg'),(1505,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:19:\"2018/04/images.jpeg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"images-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"images-150x100.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:19:\"images-200x200.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:19:\"images-225x180.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:19:\"images-225x180.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:180;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;}}'),(1508,274,'_wp_attached_file','2018/04/DfQqM.gif'),(1509,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:233;s:4:\"file\";s:17:\"2018/04/DfQqM.gif\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"DfQqM-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:6:{s:4:\"file\";s:17:\"DfQqM-300x200.gif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:17:\"DfQqM-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:17:\"DfQqM-225x225.gif\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:17:\"DfQqM-200x200.gif\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:17:\"DfQqM-330x220.gif\";s:5:\"width\";i:330;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:17:\"DfQqM-245x180.gif\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:17:\"DfQqM-260x180.gif\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:17:\"DfQqM-300x233.gif\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:17:\"DfQqM-300x233.gif\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(1519,283,'_edit_last','1'),(1520,283,'_wp_page_template','default'),(1521,283,'textfalse',''),(1522,283,'_layout','full'),(1523,283,'_padding','true'),(1524,283,'page_preloader','false'),(1525,283,'_introduce_align','left'),(1526,283,'_disable_breadcrumb','true'),(1527,283,'_enable_local_backgrounds','false'),(1528,283,'theme_header_style','1'),(1529,283,'theme_header_align','left'),(1530,283,'theme_toolbar_toggle','true'),(1531,283,'_transparent_header','false'),(1532,283,'_trans_header_remove_bg','true'),(1533,283,'_transparent_header_skin','light'),(1534,283,'_sticky_header_offset','header'),(1535,283,'background_selector_orientation','full_width_layout'),(1536,283,'boxed_layout_shadow_size','0'),(1537,283,'boxed_layout_shadow_intensity','0'),(1538,283,'body_color_gradient','single'),(1539,283,'body_color_gradient_style','linear'),(1540,283,'body_color_gradient_angle','vertical'),(1541,283,'body_source','no-image'),(1542,283,'body_parallax','false'),(1543,283,'page_color_gradient','single'),(1544,283,'page_color_gradient_style','linear'),(1545,283,'page_color_gradient_angle','vertical'),(1546,283,'page_source','no-image'),(1547,283,'page_parallax','false'),(1548,283,'header_color_gradient','single'),(1549,283,'header_color_gradient_style','linear'),(1550,283,'header_color_gradient_angle','vertical'),(1551,283,'header_source','no-image'),(1552,283,'header_parallax','false'),(1553,283,'banner_color_gradient','single'),(1554,283,'banner_color_gradient_style','linear'),(1555,283,'banner_color_gradient_angle','vertical'),(1556,283,'banner_source','no-image'),(1557,283,'banner_parallax','false'),(1558,283,'footer_color_gradient','single'),(1559,283,'footer_color_gradient_style','linear'),(1560,283,'footer_color_gradient_angle','vertical'),(1561,283,'footer_source','no-image'),(1562,283,'footer_parallax','false'),(1563,283,'_edit_lock','1534269618:1'),(1564,283,'_theme_options_build','5db712b1efa27'),(1565,283,'_wpb_vc_js_status','false'),(1566,283,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1567,283,'slide_template','default'),(1568,283,'_template','no-title'),(1582,285,'_edit_last','1'),(1583,285,'_wp_page_template','default'),(1584,285,'textfalse',''),(1585,285,'_layout','full'),(1586,285,'_padding','true'),(1587,285,'page_preloader','false'),(1588,285,'_introduce_align','left'),(1589,285,'_disable_breadcrumb','true'),(1590,285,'_enable_local_backgrounds','false'),(1591,285,'theme_header_style','1'),(1592,285,'theme_header_align','left'),(1593,285,'theme_toolbar_toggle','true'),(1594,285,'_transparent_header','false'),(1595,285,'_trans_header_remove_bg','true'),(1596,285,'_transparent_header_skin','light'),(1597,285,'_sticky_header_offset','header'),(1598,285,'background_selector_orientation','full_width_layout'),(1599,285,'boxed_layout_shadow_size','0'),(1600,285,'boxed_layout_shadow_intensity','0'),(1601,285,'body_color_gradient','single'),(1602,285,'body_color_gradient_style','linear'),(1603,285,'body_color_gradient_angle','vertical'),(1604,285,'body_source','no-image'),(1605,285,'body_parallax','false'),(1606,285,'page_color_gradient','single'),(1607,285,'page_color_gradient_style','linear'),(1608,285,'page_color_gradient_angle','vertical'),(1609,285,'page_source','no-image'),(1610,285,'page_parallax','false'),(1611,285,'header_color_gradient','single'),(1612,285,'header_color_gradient_style','linear'),(1613,285,'header_color_gradient_angle','vertical'),(1614,285,'header_source','no-image'),(1615,285,'header_parallax','false'),(1616,285,'banner_color_gradient','single'),(1617,285,'banner_color_gradient_style','linear'),(1618,285,'banner_color_gradient_angle','vertical'),(1619,285,'banner_source','no-image'),(1620,285,'banner_parallax','false'),(1621,285,'footer_color_gradient','single'),(1622,285,'footer_color_gradient_style','linear'),(1623,285,'footer_color_gradient_angle','vertical'),(1624,285,'footer_source','no-image'),(1625,285,'footer_parallax','false'),(1626,285,'_edit_lock','1534266561:1'),(1627,285,'_theme_options_build','5db712b1efa27'),(1628,285,'_wpb_vc_js_status','true'),(1629,285,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1630,285,'slide_template','default'),(1631,285,'_template','no-title'),(1645,287,'_edit_last','1'),(1646,287,'_wp_page_template','default'),(1647,287,'textfalse',''),(1648,287,'_layout','full'),(1649,287,'_padding','true'),(1650,287,'page_preloader','false'),(1651,287,'_introduce_align','left'),(1652,287,'_disable_breadcrumb','true'),(1653,287,'_enable_local_backgrounds','false'),(1654,287,'theme_header_style','1'),(1655,287,'theme_header_align','left'),(1656,287,'theme_toolbar_toggle','true'),(1657,287,'_transparent_header','false'),(1658,287,'_trans_header_remove_bg','true'),(1659,287,'_transparent_header_skin','light'),(1660,287,'_sticky_header_offset','header'),(1661,287,'background_selector_orientation','full_width_layout'),(1662,287,'boxed_layout_shadow_size','0'),(1663,287,'boxed_layout_shadow_intensity','0'),(1664,287,'body_color_gradient','single'),(1665,287,'body_color_gradient_style','linear'),(1666,287,'body_color_gradient_angle','vertical'),(1667,287,'body_source','no-image'),(1668,287,'body_parallax','false'),(1669,287,'page_color_gradient','single'),(1670,287,'page_color_gradient_style','linear'),(1671,287,'page_color_gradient_angle','vertical'),(1672,287,'page_source','no-image'),(1673,287,'page_parallax','false'),(1674,287,'header_color_gradient','single'),(1675,287,'header_color_gradient_style','linear'),(1676,287,'header_color_gradient_angle','vertical'),(1677,287,'header_source','no-image'),(1678,287,'header_parallax','false'),(1679,287,'banner_color_gradient','single'),(1680,287,'banner_color_gradient_style','linear'),(1681,287,'banner_color_gradient_angle','vertical'),(1682,287,'banner_source','no-image'),(1683,287,'banner_parallax','false'),(1684,287,'footer_color_gradient','single'),(1685,287,'footer_color_gradient_style','linear'),(1686,287,'footer_color_gradient_angle','vertical'),(1687,287,'footer_source','no-image'),(1688,287,'footer_parallax','false'),(1689,287,'_edit_lock','1534192888:1'),(1690,287,'_theme_options_build','5db712b1efa27'),(1691,287,'_wpb_vc_js_status','true'),(1692,287,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1693,287,'slide_template','default'),(1694,287,'_template','no-title'),(1708,290,'_edit_last','1'),(1709,290,'_wp_page_template','default'),(1710,290,'textfalse',''),(1711,290,'_layout','full'),(1712,290,'_padding','true'),(1713,290,'page_preloader','false'),(1714,290,'_introduce_align','left'),(1715,290,'_disable_breadcrumb','true'),(1716,290,'_enable_local_backgrounds','false'),(1717,290,'theme_header_style','1'),(1718,290,'theme_header_align','left'),(1719,290,'theme_toolbar_toggle','true'),(1720,290,'_transparent_header','false'),(1721,290,'_trans_header_remove_bg','true'),(1722,290,'_transparent_header_skin','light'),(1723,290,'_sticky_header_offset','header'),(1724,290,'background_selector_orientation','full_width_layout'),(1725,290,'boxed_layout_shadow_size','0'),(1726,290,'boxed_layout_shadow_intensity','0'),(1727,290,'body_color_gradient','single'),(1728,290,'body_color_gradient_style','linear'),(1729,290,'body_color_gradient_angle','vertical'),(1730,290,'body_source','no-image'),(1731,290,'body_parallax','false'),(1732,290,'page_color_gradient','single'),(1733,290,'page_color_gradient_style','linear'),(1734,290,'page_color_gradient_angle','vertical'),(1735,290,'page_source','no-image'),(1736,290,'page_parallax','false'),(1737,290,'header_color_gradient','single'),(1738,290,'header_color_gradient_style','linear'),(1739,290,'header_color_gradient_angle','vertical'),(1740,290,'header_source','no-image'),(1741,290,'header_parallax','false'),(1742,290,'banner_color_gradient','single'),(1743,290,'banner_color_gradient_style','linear'),(1744,290,'banner_color_gradient_angle','vertical'),(1745,290,'banner_source','no-image'),(1746,290,'banner_parallax','false'),(1747,290,'footer_color_gradient','single'),(1748,290,'footer_color_gradient_style','linear'),(1749,290,'footer_color_gradient_angle','vertical'),(1750,290,'footer_source','no-image'),(1751,290,'footer_parallax','false'),(1752,290,'_edit_lock','1534192992:1'),(1753,290,'_theme_options_build','5db712b1efa27'),(1754,290,'_wpb_vc_js_status','true'),(1755,290,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1756,290,'slide_template','default'),(1757,290,'_template','no-title'),(1771,292,'_edit_last','1'),(1772,292,'_wp_page_template','default'),(1773,292,'textfalse',''),(1774,292,'_layout','full'),(1775,292,'_padding','true'),(1776,292,'page_preloader','false'),(1777,292,'_introduce_align','left'),(1778,292,'_disable_breadcrumb','true'),(1779,292,'_enable_local_backgrounds','false'),(1780,292,'theme_header_style','1'),(1781,292,'theme_header_align','left'),(1782,292,'theme_toolbar_toggle','true'),(1783,292,'_transparent_header','false'),(1784,292,'_trans_header_remove_bg','true'),(1785,292,'_transparent_header_skin','light'),(1786,292,'_sticky_header_offset','header'),(1787,292,'background_selector_orientation','full_width_layout'),(1788,292,'boxed_layout_shadow_size','0'),(1789,292,'boxed_layout_shadow_intensity','0'),(1790,292,'body_color_gradient','single'),(1791,292,'body_color_gradient_style','linear'),(1792,292,'body_color_gradient_angle','vertical'),(1793,292,'body_source','no-image'),(1794,292,'body_parallax','false'),(1795,292,'page_color_gradient','single'),(1796,292,'page_color_gradient_style','linear'),(1797,292,'page_color_gradient_angle','vertical'),(1798,292,'page_source','no-image'),(1799,292,'page_parallax','false'),(1800,292,'header_color_gradient','single'),(1801,292,'header_color_gradient_style','linear'),(1802,292,'header_color_gradient_angle','vertical'),(1803,292,'header_source','no-image'),(1804,292,'header_parallax','false'),(1805,292,'banner_color_gradient','single'),(1806,292,'banner_color_gradient_style','linear'),(1807,292,'banner_color_gradient_angle','vertical'),(1808,292,'banner_source','no-image'),(1809,292,'banner_parallax','false'),(1810,292,'footer_color_gradient','single'),(1811,292,'footer_color_gradient_style','linear'),(1812,292,'footer_color_gradient_angle','vertical'),(1813,292,'footer_source','no-image'),(1814,292,'footer_parallax','false'),(1815,292,'_edit_lock','1534269065:1'),(1816,292,'_theme_options_build','5db712b1efa27'),(1817,292,'_wpb_vc_js_status','true'),(1818,292,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1819,292,'slide_template','default'),(1820,292,'_template','no-title'),(1834,294,'_edit_last','1'),(1835,294,'_wp_page_template','default'),(1836,294,'textfalse',''),(1837,294,'_layout','full'),(1838,294,'_padding','true'),(1839,294,'page_preloader','false'),(1840,294,'_introduce_align','left'),(1841,294,'_disable_breadcrumb','true'),(1842,294,'_enable_local_backgrounds','false'),(1843,294,'theme_header_style','1'),(1844,294,'theme_header_align','left'),(1845,294,'theme_toolbar_toggle','true'),(1846,294,'_transparent_header','false'),(1847,294,'_trans_header_remove_bg','true'),(1848,294,'_transparent_header_skin','light'),(1849,294,'_sticky_header_offset','header'),(1850,294,'background_selector_orientation','full_width_layout'),(1851,294,'boxed_layout_shadow_size','0'),(1852,294,'boxed_layout_shadow_intensity','0'),(1853,294,'body_color_gradient','single'),(1854,294,'body_color_gradient_style','linear'),(1855,294,'body_color_gradient_angle','vertical'),(1856,294,'body_source','no-image'),(1857,294,'body_parallax','false'),(1858,294,'page_color_gradient','single'),(1859,294,'page_color_gradient_style','linear'),(1860,294,'page_color_gradient_angle','vertical'),(1861,294,'page_source','no-image'),(1862,294,'page_parallax','false'),(1863,294,'header_color_gradient','single'),(1864,294,'header_color_gradient_style','linear'),(1865,294,'header_color_gradient_angle','vertical'),(1866,294,'header_source','no-image'),(1867,294,'header_parallax','false'),(1868,294,'banner_color_gradient','single'),(1869,294,'banner_color_gradient_style','linear'),(1870,294,'banner_color_gradient_angle','vertical'),(1871,294,'banner_source','no-image'),(1872,294,'banner_parallax','false'),(1873,294,'footer_color_gradient','single'),(1874,294,'footer_color_gradient_style','linear'),(1875,294,'footer_color_gradient_angle','vertical'),(1876,294,'footer_source','no-image'),(1877,294,'footer_parallax','false'),(1878,294,'_edit_lock','1534269268:1'),(1879,294,'_theme_options_build','5db712b1efa27'),(1880,294,'_wpb_vc_js_status','false'),(1881,294,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1882,294,'slide_template','default'),(1883,294,'_template','no-title'),(1897,296,'_edit_last','1'),(1898,296,'_wp_page_template','default'),(1899,296,'textfalse',''),(1900,296,'_layout','full'),(1901,296,'_padding','true'),(1902,296,'page_preloader','false'),(1903,296,'_introduce_align','left'),(1904,296,'_disable_breadcrumb','true'),(1905,296,'_enable_local_backgrounds','false'),(1906,296,'theme_header_style','1'),(1907,296,'theme_header_align','left'),(1908,296,'theme_toolbar_toggle','true'),(1909,296,'_transparent_header','false'),(1910,296,'_trans_header_remove_bg','true'),(1911,296,'_transparent_header_skin','light'),(1912,296,'_sticky_header_offset','header'),(1913,296,'background_selector_orientation','full_width_layout'),(1914,296,'boxed_layout_shadow_size','0'),(1915,296,'boxed_layout_shadow_intensity','0'),(1916,296,'body_color_gradient','single'),(1917,296,'body_color_gradient_style','linear'),(1918,296,'body_color_gradient_angle','vertical'),(1919,296,'body_source','no-image'),(1920,296,'body_parallax','false'),(1921,296,'page_color_gradient','single'),(1922,296,'page_color_gradient_style','linear'),(1923,296,'page_color_gradient_angle','vertical'),(1924,296,'page_source','no-image'),(1925,296,'page_parallax','false'),(1926,296,'header_color_gradient','single'),(1927,296,'header_color_gradient_style','linear'),(1928,296,'header_color_gradient_angle','vertical'),(1929,296,'header_source','no-image'),(1930,296,'header_parallax','false'),(1931,296,'banner_color_gradient','single'),(1932,296,'banner_color_gradient_style','linear'),(1933,296,'banner_color_gradient_angle','vertical'),(1934,296,'banner_source','no-image'),(1935,296,'banner_parallax','false'),(1936,296,'footer_color_gradient','single'),(1937,296,'footer_color_gradient_style','linear'),(1938,296,'footer_color_gradient_angle','vertical'),(1939,296,'footer_source','no-image'),(1940,296,'footer_parallax','false'),(1941,296,'_edit_lock','1534269270:1'),(1942,296,'_theme_options_build','5db712b1efa27'),(1943,296,'_wpb_vc_js_status','false'),(1944,296,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(1945,296,'slide_template','default'),(1946,296,'_template','no-title'),(1960,298,'_edit_last','1'),(1961,298,'_wp_page_template','default'),(1962,298,'textfalse',''),(1963,298,'_layout','full'),(1964,298,'_padding','true'),(1965,298,'page_preloader','false'),(1966,298,'_introduce_align','left'),(1967,298,'_disable_breadcrumb','true'),(1968,298,'_enable_local_backgrounds','false'),(1969,298,'theme_header_style','1'),(1970,298,'theme_header_align','left'),(1971,298,'theme_toolbar_toggle','true'),(1972,298,'_transparent_header','false'),(1973,298,'_trans_header_remove_bg','true'),(1974,298,'_transparent_header_skin','light'),(1975,298,'_sticky_header_offset','header'),(1976,298,'background_selector_orientation','full_width_layout'),(1977,298,'boxed_layout_shadow_size','0'),(1978,298,'boxed_layout_shadow_intensity','0'),(1979,298,'body_color_gradient','single'),(1980,298,'body_color_gradient_style','linear'),(1981,298,'body_color_gradient_angle','vertical'),(1982,298,'body_source','no-image'),(1983,298,'body_parallax','false'),(1984,298,'page_color_gradient','single'),(1985,298,'page_color_gradient_style','linear'),(1986,298,'page_color_gradient_angle','vertical'),(1987,298,'page_source','no-image'),(1988,298,'page_parallax','false'),(1989,298,'header_color_gradient','single'),(1990,298,'header_color_gradient_style','linear'),(1991,298,'header_color_gradient_angle','vertical'),(1992,298,'header_source','no-image'),(1993,298,'header_parallax','false'),(1994,298,'banner_color_gradient','single'),(1995,298,'banner_color_gradient_style','linear'),(1996,298,'banner_color_gradient_angle','vertical'),(1997,298,'banner_source','no-image'),(1998,298,'banner_parallax','false'),(1999,298,'footer_color_gradient','single'),(2000,298,'footer_color_gradient_style','linear'),(2001,298,'footer_color_gradient_angle','vertical'),(2002,298,'footer_source','no-image'),(2003,298,'footer_parallax','false'),(2004,298,'_edit_lock','1534269271:1'),(2005,298,'_theme_options_build','5db712b1efa27'),(2006,298,'_wpb_vc_js_status','false'),(2007,298,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2008,298,'slide_template','default'),(2009,298,'_template','no-title'),(2023,300,'_edit_last','1'),(2024,300,'_wp_page_template','default'),(2025,300,'textfalse',''),(2026,300,'_layout','full'),(2027,300,'_padding','true'),(2028,300,'page_preloader','false'),(2029,300,'_introduce_align','left'),(2030,300,'_disable_breadcrumb','true'),(2031,300,'_enable_local_backgrounds','false'),(2032,300,'theme_header_style','1'),(2033,300,'theme_header_align','left'),(2034,300,'theme_toolbar_toggle','true'),(2035,300,'_transparent_header','false'),(2036,300,'_trans_header_remove_bg','true'),(2037,300,'_transparent_header_skin','light'),(2038,300,'_sticky_header_offset','header'),(2039,300,'background_selector_orientation','full_width_layout'),(2040,300,'boxed_layout_shadow_size','0'),(2041,300,'boxed_layout_shadow_intensity','0'),(2042,300,'body_color_gradient','single'),(2043,300,'body_color_gradient_style','linear'),(2044,300,'body_color_gradient_angle','vertical'),(2045,300,'body_source','no-image'),(2046,300,'body_parallax','false'),(2047,300,'page_color_gradient','single'),(2048,300,'page_color_gradient_style','linear'),(2049,300,'page_color_gradient_angle','vertical'),(2050,300,'page_source','no-image'),(2051,300,'page_parallax','false'),(2052,300,'header_color_gradient','single'),(2053,300,'header_color_gradient_style','linear'),(2054,300,'header_color_gradient_angle','vertical'),(2055,300,'header_source','no-image'),(2056,300,'header_parallax','false'),(2057,300,'banner_color_gradient','single'),(2058,300,'banner_color_gradient_style','linear'),(2059,300,'banner_color_gradient_angle','vertical'),(2060,300,'banner_source','no-image'),(2061,300,'banner_parallax','false'),(2062,300,'footer_color_gradient','single'),(2063,300,'footer_color_gradient_style','linear'),(2064,300,'footer_color_gradient_angle','vertical'),(2065,300,'footer_source','no-image'),(2066,300,'footer_parallax','false'),(2067,300,'_edit_lock','1524878363:1'),(2068,300,'_theme_options_build','5ae3c9553eb31'),(2069,300,'_wpb_vc_js_status','true'),(2070,300,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2071,300,'slide_template',''),(2072,300,'_template','no-title'),(2086,301,'_edit_last','1'),(2087,301,'_wp_page_template','default'),(2088,301,'textfalse',''),(2089,301,'_layout','full'),(2090,301,'_padding','true'),(2091,301,'page_preloader','false'),(2092,301,'_introduce_align','left'),(2093,301,'_disable_breadcrumb','true'),(2094,301,'_enable_local_backgrounds','false'),(2095,301,'theme_header_style','1'),(2096,301,'theme_header_align','left'),(2097,301,'theme_toolbar_toggle','true'),(2098,301,'_transparent_header','false'),(2099,301,'_trans_header_remove_bg','true'),(2100,301,'_transparent_header_skin','light'),(2101,301,'_sticky_header_offset','header'),(2102,301,'background_selector_orientation','full_width_layout'),(2103,301,'boxed_layout_shadow_size','0'),(2104,301,'boxed_layout_shadow_intensity','0'),(2105,301,'body_color_gradient','single'),(2106,301,'body_color_gradient_style','linear'),(2107,301,'body_color_gradient_angle','vertical'),(2108,301,'body_source','no-image'),(2109,301,'body_parallax','false'),(2110,301,'page_color_gradient','single'),(2111,301,'page_color_gradient_style','linear'),(2112,301,'page_color_gradient_angle','vertical'),(2113,301,'page_source','no-image'),(2114,301,'page_parallax','false'),(2115,301,'header_color_gradient','single'),(2116,301,'header_color_gradient_style','linear'),(2117,301,'header_color_gradient_angle','vertical'),(2118,301,'header_source','no-image'),(2119,301,'header_parallax','false'),(2120,301,'banner_color_gradient','single'),(2121,301,'banner_color_gradient_style','linear'),(2122,301,'banner_color_gradient_angle','vertical'),(2123,301,'banner_source','no-image'),(2124,301,'banner_parallax','false'),(2125,301,'footer_color_gradient','single'),(2126,301,'footer_color_gradient_style','linear'),(2127,301,'footer_color_gradient_angle','vertical'),(2128,301,'footer_source','no-image'),(2129,301,'footer_parallax','false'),(2130,301,'_edit_lock','1581464200:2'),(2131,301,'_theme_options_build','5db712b1efa27'),(2132,301,'_wpb_vc_js_status','false'),(2133,301,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2134,301,'slide_template','default'),(2135,301,'_template','no-title'),(2149,302,'_edit_last','1'),(2150,302,'_wp_page_template','default'),(2151,302,'textfalse',''),(2152,302,'_layout','full'),(2153,302,'_padding','true'),(2154,302,'page_preloader','false'),(2155,302,'_introduce_align','left'),(2156,302,'_disable_breadcrumb','true'),(2157,302,'_enable_local_backgrounds','false'),(2158,302,'theme_header_style','1'),(2159,302,'theme_header_align','left'),(2160,302,'theme_toolbar_toggle','true'),(2161,302,'_transparent_header','false'),(2162,302,'_trans_header_remove_bg','true'),(2163,302,'_transparent_header_skin','light'),(2164,302,'_sticky_header_offset','header'),(2165,302,'background_selector_orientation','full_width_layout'),(2166,302,'boxed_layout_shadow_size','0'),(2167,302,'boxed_layout_shadow_intensity','0'),(2168,302,'body_color_gradient','single'),(2169,302,'body_color_gradient_style','linear'),(2170,302,'body_color_gradient_angle','vertical'),(2171,302,'body_source','no-image'),(2172,302,'body_parallax','false'),(2173,302,'page_color_gradient','single'),(2174,302,'page_color_gradient_style','linear'),(2175,302,'page_color_gradient_angle','vertical'),(2176,302,'page_source','no-image'),(2177,302,'page_parallax','false'),(2178,302,'header_color_gradient','single'),(2179,302,'header_color_gradient_style','linear'),(2180,302,'header_color_gradient_angle','vertical'),(2181,302,'header_source','no-image'),(2182,302,'header_parallax','false'),(2183,302,'banner_color_gradient','single'),(2184,302,'banner_color_gradient_style','linear'),(2185,302,'banner_color_gradient_angle','vertical'),(2186,302,'banner_source','no-image'),(2187,302,'banner_parallax','false'),(2188,302,'footer_color_gradient','single'),(2189,302,'footer_color_gradient_style','linear'),(2190,302,'footer_color_gradient_angle','vertical'),(2191,302,'footer_source','no-image'),(2192,302,'footer_parallax','false'),(2193,302,'_edit_lock','1534269278:1'),(2194,302,'_theme_options_build','5db712b1efa27'),(2195,302,'_wpb_vc_js_status','false'),(2196,302,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2197,302,'slide_template','default'),(2198,302,'_template','no-title'),(2212,306,'_edit_last','1'),(2213,306,'_wp_page_template','default'),(2214,306,'textfalse',''),(2215,306,'_layout','full'),(2216,306,'_padding','true'),(2217,306,'page_preloader','false'),(2218,306,'_introduce_align','left'),(2219,306,'_disable_breadcrumb','true'),(2220,306,'_enable_local_backgrounds','false'),(2221,306,'theme_header_style','1'),(2222,306,'theme_header_align','left'),(2223,306,'theme_toolbar_toggle','true'),(2224,306,'_transparent_header','false'),(2225,306,'_trans_header_remove_bg','true'),(2226,306,'_transparent_header_skin','light'),(2227,306,'_sticky_header_offset','header'),(2228,306,'background_selector_orientation','full_width_layout'),(2229,306,'boxed_layout_shadow_size','0'),(2230,306,'boxed_layout_shadow_intensity','0'),(2231,306,'body_color_gradient','single'),(2232,306,'body_color_gradient_style','linear'),(2233,306,'body_color_gradient_angle','vertical'),(2234,306,'body_source','no-image'),(2235,306,'body_parallax','false'),(2236,306,'page_color_gradient','single'),(2237,306,'page_color_gradient_style','linear'),(2238,306,'page_color_gradient_angle','vertical'),(2239,306,'page_source','no-image'),(2240,306,'page_parallax','false'),(2241,306,'header_color_gradient','single'),(2242,306,'header_color_gradient_style','linear'),(2243,306,'header_color_gradient_angle','vertical'),(2244,306,'header_source','no-image'),(2245,306,'header_parallax','false'),(2246,306,'banner_color_gradient','single'),(2247,306,'banner_color_gradient_style','linear'),(2248,306,'banner_color_gradient_angle','vertical'),(2249,306,'banner_source','no-image'),(2250,306,'banner_parallax','false'),(2251,306,'footer_color_gradient','single'),(2252,306,'footer_color_gradient_style','linear'),(2253,306,'footer_color_gradient_angle','vertical'),(2254,306,'footer_source','no-image'),(2255,306,'footer_parallax','false'),(2256,306,'_edit_lock','1534269612:1'),(2257,306,'_theme_options_build','5db712b1efa27'),(2258,306,'_wpb_vc_js_status','false'),(2259,306,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2260,306,'slide_template','default'),(2261,306,'_template','no-title'),(2275,307,'_edit_last','1'),(2276,307,'_wp_page_template','default'),(2277,307,'textfalse',''),(2278,307,'_layout','full'),(2279,307,'_padding','true'),(2280,307,'page_preloader','false'),(2281,307,'_introduce_align','left'),(2282,307,'_disable_breadcrumb','true'),(2283,307,'_enable_local_backgrounds','false'),(2284,307,'theme_header_style','1'),(2285,307,'theme_header_align','left'),(2286,307,'theme_toolbar_toggle','true'),(2287,307,'_transparent_header','false'),(2288,307,'_trans_header_remove_bg','true'),(2289,307,'_transparent_header_skin','light'),(2290,307,'_sticky_header_offset','header'),(2291,307,'background_selector_orientation','full_width_layout'),(2292,307,'boxed_layout_shadow_size','0'),(2293,307,'boxed_layout_shadow_intensity','0'),(2294,307,'body_color_gradient','single'),(2295,307,'body_color_gradient_style','linear'),(2296,307,'body_color_gradient_angle','vertical'),(2297,307,'body_source','no-image'),(2298,307,'body_parallax','false'),(2299,307,'page_color_gradient','single'),(2300,307,'page_color_gradient_style','linear'),(2301,307,'page_color_gradient_angle','vertical'),(2302,307,'page_source','no-image'),(2303,307,'page_parallax','false'),(2304,307,'header_color_gradient','single'),(2305,307,'header_color_gradient_style','linear'),(2306,307,'header_color_gradient_angle','vertical'),(2307,307,'header_source','no-image'),(2308,307,'header_parallax','false'),(2309,307,'banner_color_gradient','single'),(2310,307,'banner_color_gradient_style','linear'),(2311,307,'banner_color_gradient_angle','vertical'),(2312,307,'banner_source','no-image'),(2313,307,'banner_parallax','false'),(2314,307,'footer_color_gradient','single'),(2315,307,'footer_color_gradient_style','linear'),(2316,307,'footer_color_gradient_angle','vertical'),(2317,307,'footer_source','no-image'),(2318,307,'footer_parallax','false'),(2319,307,'_edit_lock','1534269614:1'),(2320,307,'_theme_options_build','5db712b1efa27'),(2321,307,'_wpb_vc_js_status','false'),(2322,307,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2323,307,'slide_template','default'),(2324,307,'_template','no-title'),(2338,310,'_edit_last','1'),(2339,310,'_wp_page_template','default'),(2340,310,'textfalse',''),(2341,310,'_layout','full'),(2342,310,'_padding','true'),(2343,310,'page_preloader','false'),(2344,310,'_introduce_align','left'),(2345,310,'_disable_breadcrumb','true'),(2346,310,'_enable_local_backgrounds','false'),(2347,310,'theme_header_style','1'),(2348,310,'theme_header_align','left'),(2349,310,'theme_toolbar_toggle','true'),(2350,310,'_transparent_header','false'),(2351,310,'_trans_header_remove_bg','true'),(2352,310,'_transparent_header_skin','light'),(2353,310,'_sticky_header_offset','header'),(2354,310,'background_selector_orientation','full_width_layout'),(2355,310,'boxed_layout_shadow_size','0'),(2356,310,'boxed_layout_shadow_intensity','0'),(2357,310,'body_color_gradient','single'),(2358,310,'body_color_gradient_style','linear'),(2359,310,'body_color_gradient_angle','vertical'),(2360,310,'body_source','no-image'),(2361,310,'body_parallax','false'),(2362,310,'page_color_gradient','single'),(2363,310,'page_color_gradient_style','linear'),(2364,310,'page_color_gradient_angle','vertical'),(2365,310,'page_source','no-image'),(2366,310,'page_parallax','false'),(2367,310,'header_color_gradient','single'),(2368,310,'header_color_gradient_style','linear'),(2369,310,'header_color_gradient_angle','vertical'),(2370,310,'header_source','no-image'),(2371,310,'header_parallax','false'),(2372,310,'banner_color_gradient','single'),(2373,310,'banner_color_gradient_style','linear'),(2374,310,'banner_color_gradient_angle','vertical'),(2375,310,'banner_source','no-image'),(2376,310,'banner_parallax','false'),(2377,310,'footer_color_gradient','single'),(2378,310,'footer_color_gradient_style','linear'),(2379,310,'footer_color_gradient_angle','vertical'),(2380,310,'footer_source','no-image'),(2381,310,'footer_parallax','false'),(2382,310,'_edit_lock','1534269615:1'),(2383,310,'_theme_options_build','5db712b1efa27'),(2384,310,'_wpb_vc_js_status','false'),(2385,310,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2386,310,'slide_template','default'),(2387,310,'_template','no-title'),(2401,312,'_menu_item_type','post_type'),(2402,312,'_menu_item_menu_item_parent','31'),(2403,312,'_menu_item_object_id','310'),(2404,312,'_menu_item_object','page'),(2405,312,'_menu_item_target',''),(2406,312,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2407,312,'_menu_item_xfn',''),(2408,312,'_menu_item_url',''),(2410,312,'_menu_item_megamenu','enabled'),(2411,312,'_menu_item_megamenu_background',''),(2412,312,'_menu_item_megamenu_widgetarea','0'),(2413,312,'_menu_item_megamenu_styles',''),(2414,313,'_menu_item_type','post_type'),(2415,313,'_menu_item_menu_item_parent','31'),(2416,313,'_menu_item_object_id','307'),(2417,313,'_menu_item_object','page'),(2418,313,'_menu_item_target',''),(2419,313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2420,313,'_menu_item_xfn',''),(2421,313,'_menu_item_url',''),(2423,313,'_menu_item_megamenu','enabled'),(2424,313,'_menu_item_megamenu_background',''),(2425,313,'_menu_item_megamenu_widgetarea','0'),(2426,313,'_menu_item_megamenu_styles',''),(2427,314,'_menu_item_type','post_type'),(2428,314,'_menu_item_menu_item_parent','31'),(2429,314,'_menu_item_object_id','306'),(2430,314,'_menu_item_object','page'),(2431,314,'_menu_item_target',''),(2432,314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2433,314,'_menu_item_xfn',''),(2434,314,'_menu_item_url',''),(2436,314,'_menu_item_megamenu','enabled'),(2437,314,'_menu_item_megamenu_background',''),(2438,314,'_menu_item_megamenu_widgetarea','0'),(2439,314,'_menu_item_megamenu_styles',''),(2440,315,'_menu_item_type','post_type'),(2441,315,'_menu_item_menu_item_parent','31'),(2442,315,'_menu_item_object_id','302'),(2443,315,'_menu_item_object','page'),(2444,315,'_menu_item_target',''),(2445,315,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2446,315,'_menu_item_xfn',''),(2447,315,'_menu_item_url',''),(2449,315,'_menu_item_megamenu','enabled'),(2450,315,'_menu_item_megamenu_background',''),(2451,315,'_menu_item_megamenu_widgetarea','0'),(2452,315,'_menu_item_megamenu_styles',''),(2453,316,'_menu_item_type','post_type'),(2454,316,'_menu_item_menu_item_parent','31'),(2455,316,'_menu_item_object_id','301'),(2456,316,'_menu_item_object','page'),(2457,316,'_menu_item_target',''),(2458,316,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2459,316,'_menu_item_xfn',''),(2460,316,'_menu_item_url',''),(2462,316,'_menu_item_megamenu','enabled'),(2463,316,'_menu_item_megamenu_background',''),(2464,316,'_menu_item_megamenu_widgetarea','0'),(2465,316,'_menu_item_megamenu_styles',''),(2479,318,'_menu_item_type','post_type'),(2480,318,'_menu_item_menu_item_parent','31'),(2481,318,'_menu_item_object_id','298'),(2482,318,'_menu_item_object','page'),(2483,318,'_menu_item_target',''),(2484,318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2485,318,'_menu_item_xfn',''),(2486,318,'_menu_item_url',''),(2488,318,'_menu_item_megamenu','enabled'),(2489,318,'_menu_item_megamenu_background',''),(2490,318,'_menu_item_megamenu_widgetarea','0'),(2491,318,'_menu_item_megamenu_styles',''),(2492,319,'_menu_item_type','post_type'),(2493,319,'_menu_item_menu_item_parent','31'),(2494,319,'_menu_item_object_id','296'),(2495,319,'_menu_item_object','page'),(2496,319,'_menu_item_target',''),(2497,319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2498,319,'_menu_item_xfn',''),(2499,319,'_menu_item_url',''),(2501,319,'_menu_item_megamenu','enabled'),(2502,319,'_menu_item_megamenu_background',''),(2503,319,'_menu_item_megamenu_widgetarea','0'),(2504,319,'_menu_item_megamenu_styles',''),(2505,320,'_menu_item_type','post_type'),(2506,320,'_menu_item_menu_item_parent','31'),(2507,320,'_menu_item_object_id','294'),(2508,320,'_menu_item_object','page'),(2509,320,'_menu_item_target',''),(2510,320,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2511,320,'_menu_item_xfn',''),(2512,320,'_menu_item_url',''),(2514,320,'_menu_item_megamenu','enabled'),(2515,320,'_menu_item_megamenu_background',''),(2516,320,'_menu_item_megamenu_widgetarea','0'),(2517,320,'_menu_item_megamenu_styles',''),(2518,321,'_menu_item_type','post_type'),(2519,321,'_menu_item_menu_item_parent','31'),(2520,321,'_menu_item_object_id','292'),(2521,321,'_menu_item_object','page'),(2522,321,'_menu_item_target',''),(2523,321,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2524,321,'_menu_item_xfn',''),(2525,321,'_menu_item_url',''),(2527,321,'_menu_item_megamenu','enabled'),(2528,321,'_menu_item_megamenu_background',''),(2529,321,'_menu_item_megamenu_widgetarea','0'),(2530,321,'_menu_item_megamenu_styles',''),(2531,322,'_menu_item_type','post_type'),(2532,322,'_menu_item_menu_item_parent','31'),(2533,322,'_menu_item_object_id','290'),(2534,322,'_menu_item_object','page'),(2535,322,'_menu_item_target',''),(2536,322,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2537,322,'_menu_item_xfn',''),(2538,322,'_menu_item_url',''),(2540,322,'_menu_item_megamenu','enabled'),(2541,322,'_menu_item_megamenu_background',''),(2542,322,'_menu_item_megamenu_widgetarea','0'),(2543,322,'_menu_item_megamenu_styles',''),(2544,323,'_menu_item_type','post_type'),(2545,323,'_menu_item_menu_item_parent','31'),(2546,323,'_menu_item_object_id','287'),(2547,323,'_menu_item_object','page'),(2548,323,'_menu_item_target',''),(2549,323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2550,323,'_menu_item_xfn',''),(2551,323,'_menu_item_url',''),(2553,323,'_menu_item_megamenu','enabled'),(2554,323,'_menu_item_megamenu_background',''),(2555,323,'_menu_item_megamenu_widgetarea','0'),(2556,323,'_menu_item_megamenu_styles',''),(2557,324,'_menu_item_type','post_type'),(2558,324,'_menu_item_menu_item_parent','31'),(2559,324,'_menu_item_object_id','285'),(2560,324,'_menu_item_object','page'),(2561,324,'_menu_item_target',''),(2562,324,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2563,324,'_menu_item_xfn',''),(2564,324,'_menu_item_url',''),(2566,324,'_menu_item_megamenu','enabled'),(2567,324,'_menu_item_megamenu_background',''),(2568,324,'_menu_item_megamenu_widgetarea','0'),(2569,324,'_menu_item_megamenu_styles',''),(2570,325,'_menu_item_type','post_type'),(2571,325,'_menu_item_menu_item_parent','31'),(2572,325,'_menu_item_object_id','283'),(2573,325,'_menu_item_object','page'),(2574,325,'_menu_item_target',''),(2575,325,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2576,325,'_menu_item_xfn',''),(2577,325,'_menu_item_url',''),(2579,325,'_menu_item_megamenu','enabled'),(2580,325,'_menu_item_megamenu_background',''),(2581,325,'_menu_item_megamenu_widgetarea','0'),(2582,325,'_menu_item_megamenu_styles',''),(2583,325,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2584,325,'_menu_item_menu_icon',''),(2585,324,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2586,324,'_menu_item_menu_icon',''),(2587,323,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2588,323,'_menu_item_menu_icon',''),(2589,322,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2590,322,'_menu_item_menu_icon',''),(2591,321,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2592,321,'_menu_item_menu_icon',''),(2593,320,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2594,320,'_menu_item_menu_icon',''),(2595,319,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2596,319,'_menu_item_menu_icon',''),(2597,318,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2598,318,'_menu_item_menu_icon',''),(2601,316,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2602,316,'_menu_item_menu_icon',''),(2603,315,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2604,315,'_menu_item_menu_icon',''),(2605,314,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2606,314,'_menu_item_menu_icon',''),(2607,313,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2608,313,'_menu_item_menu_icon',''),(2609,312,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2610,312,'_menu_item_menu_icon',''),(2624,327,'_menu_item_type','post_type'),(2625,327,'_menu_item_menu_item_parent','380'),(2626,327,'_menu_item_object_id','283'),(2627,327,'_menu_item_object','page'),(2628,327,'_menu_item_target',''),(2629,327,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2630,327,'_menu_item_xfn',''),(2631,327,'_menu_item_url',''),(2633,327,'_menu_item_megamenu','enabled'),(2634,327,'_menu_item_megamenu_background',''),(2635,327,'_menu_item_megamenu_widgetarea','0'),(2636,327,'_menu_item_megamenu_styles',''),(2639,327,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2640,327,'_menu_item_menu_icon',''),(2641,328,'_edit_last','1'),(2642,328,'_wp_page_template','default'),(2643,328,'textfalse',''),(2644,328,'_layout','full'),(2645,328,'_padding','true'),(2646,328,'page_preloader','false'),(2647,328,'_introduce_align','left'),(2648,328,'_disable_breadcrumb','true'),(2649,328,'_enable_local_backgrounds','false'),(2650,328,'theme_header_style','1'),(2651,328,'theme_header_align','left'),(2652,328,'theme_toolbar_toggle','true'),(2653,328,'_transparent_header','false'),(2654,328,'_trans_header_remove_bg','true'),(2655,328,'_transparent_header_skin','light'),(2656,328,'_sticky_header_offset','header'),(2657,328,'background_selector_orientation','full_width_layout'),(2658,328,'boxed_layout_shadow_size','0'),(2659,328,'boxed_layout_shadow_intensity','0'),(2660,328,'body_color_gradient','single'),(2661,328,'body_color_gradient_style','linear'),(2662,328,'body_color_gradient_angle','vertical'),(2663,328,'body_source','no-image'),(2664,328,'body_parallax','false'),(2665,328,'page_color_gradient','single'),(2666,328,'page_color_gradient_style','linear'),(2667,328,'page_color_gradient_angle','vertical'),(2668,328,'page_source','no-image'),(2669,328,'page_parallax','false'),(2670,328,'header_color_gradient','single'),(2671,328,'header_color_gradient_style','linear'),(2672,328,'header_color_gradient_angle','vertical'),(2673,328,'header_source','no-image'),(2674,328,'header_parallax','false'),(2675,328,'banner_color_gradient','single'),(2676,328,'banner_color_gradient_style','linear'),(2677,328,'banner_color_gradient_angle','vertical'),(2678,328,'banner_source','no-image'),(2679,328,'banner_parallax','false'),(2680,328,'footer_color_gradient','single'),(2681,328,'footer_color_gradient_style','linear'),(2682,328,'footer_color_gradient_angle','vertical'),(2683,328,'footer_source','no-image'),(2684,328,'footer_parallax','false'),(2685,328,'_edit_lock','1534269689:1'),(2686,328,'_theme_options_build','5db712b1efa27'),(2687,328,'_wpb_vc_js_status','false'),(2688,328,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2689,328,'slide_template','default'),(2690,328,'_template','no-title'),(2704,329,'_edit_last','1'),(2705,329,'_wp_page_template','default'),(2706,329,'textfalse',''),(2707,329,'_layout','full'),(2708,329,'_padding','true'),(2709,329,'page_preloader','false'),(2710,329,'_introduce_align','left'),(2711,329,'_disable_breadcrumb','true'),(2712,329,'_enable_local_backgrounds','false'),(2713,329,'theme_header_style','1'),(2714,329,'theme_header_align','left'),(2715,329,'theme_toolbar_toggle','true'),(2716,329,'_transparent_header','false'),(2717,329,'_trans_header_remove_bg','true'),(2718,329,'_transparent_header_skin','light'),(2719,329,'_sticky_header_offset','header'),(2720,329,'background_selector_orientation','full_width_layout'),(2721,329,'boxed_layout_shadow_size','0'),(2722,329,'boxed_layout_shadow_intensity','0'),(2723,329,'body_color_gradient','single'),(2724,329,'body_color_gradient_style','linear'),(2725,329,'body_color_gradient_angle','vertical'),(2726,329,'body_source','no-image'),(2727,329,'body_parallax','false'),(2728,329,'page_color_gradient','single'),(2729,329,'page_color_gradient_style','linear'),(2730,329,'page_color_gradient_angle','vertical'),(2731,329,'page_source','no-image'),(2732,329,'page_parallax','false'),(2733,329,'header_color_gradient','single'),(2734,329,'header_color_gradient_style','linear'),(2735,329,'header_color_gradient_angle','vertical'),(2736,329,'header_source','no-image'),(2737,329,'header_parallax','false'),(2738,329,'banner_color_gradient','single'),(2739,329,'banner_color_gradient_style','linear'),(2740,329,'banner_color_gradient_angle','vertical'),(2741,329,'banner_source','no-image'),(2742,329,'banner_parallax','false'),(2743,329,'footer_color_gradient','single'),(2744,329,'footer_color_gradient_style','linear'),(2745,329,'footer_color_gradient_angle','vertical'),(2746,329,'footer_source','no-image'),(2747,329,'footer_parallax','false'),(2748,329,'_edit_lock','1534281713:1'),(2749,329,'_theme_options_build','5db712b1efa27'),(2750,329,'_wpb_vc_js_status','false'),(2751,329,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2752,329,'slide_template','default'),(2753,329,'_template','no-title'),(2767,330,'_edit_last','1'),(2768,330,'_wp_page_template','default'),(2769,330,'textfalse',''),(2770,330,'_layout','full'),(2771,330,'_padding','true'),(2772,330,'page_preloader','false'),(2773,330,'_introduce_align','left'),(2774,330,'_disable_breadcrumb','true'),(2775,330,'_enable_local_backgrounds','false'),(2776,330,'theme_header_style','1'),(2777,330,'theme_header_align','left'),(2778,330,'theme_toolbar_toggle','true'),(2779,330,'_transparent_header','false'),(2780,330,'_trans_header_remove_bg','true'),(2781,330,'_transparent_header_skin','light'),(2782,330,'_sticky_header_offset','header'),(2783,330,'background_selector_orientation','full_width_layout'),(2784,330,'boxed_layout_shadow_size','0'),(2785,330,'boxed_layout_shadow_intensity','0'),(2786,330,'body_color_gradient','single'),(2787,330,'body_color_gradient_style','linear'),(2788,330,'body_color_gradient_angle','vertical'),(2789,330,'body_source','no-image'),(2790,330,'body_parallax','false'),(2791,330,'page_color_gradient','single'),(2792,330,'page_color_gradient_style','linear'),(2793,330,'page_color_gradient_angle','vertical'),(2794,330,'page_source','no-image'),(2795,330,'page_parallax','false'),(2796,330,'header_color_gradient','single'),(2797,330,'header_color_gradient_style','linear'),(2798,330,'header_color_gradient_angle','vertical'),(2799,330,'header_source','no-image'),(2800,330,'header_parallax','false'),(2801,330,'banner_color_gradient','single'),(2802,330,'banner_color_gradient_style','linear'),(2803,330,'banner_color_gradient_angle','vertical'),(2804,330,'banner_source','no-image'),(2805,330,'banner_parallax','false'),(2806,330,'footer_color_gradient','single'),(2807,330,'footer_color_gradient_style','linear'),(2808,330,'footer_color_gradient_angle','vertical'),(2809,330,'footer_source','no-image'),(2810,330,'footer_parallax','false'),(2811,330,'_edit_lock','1534281711:1'),(2812,330,'_theme_options_build','5db712b1efa27'),(2813,330,'_wpb_vc_js_status','false'),(2814,330,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2815,330,'slide_template','default'),(2816,330,'_template','no-title'),(2830,331,'_edit_last','1'),(2831,331,'_wp_page_template','default'),(2832,331,'textfalse',''),(2833,331,'_layout','full'),(2834,331,'_padding','true'),(2835,331,'page_preloader','false'),(2836,331,'_introduce_align','left'),(2837,331,'_disable_breadcrumb','true'),(2838,331,'_enable_local_backgrounds','false'),(2839,331,'theme_header_style','1'),(2840,331,'theme_header_align','left'),(2841,331,'theme_toolbar_toggle','true'),(2842,331,'_transparent_header','false'),(2843,331,'_trans_header_remove_bg','true'),(2844,331,'_transparent_header_skin','light'),(2845,331,'_sticky_header_offset','header'),(2846,331,'background_selector_orientation','full_width_layout'),(2847,331,'boxed_layout_shadow_size','0'),(2848,331,'boxed_layout_shadow_intensity','0'),(2849,331,'body_color_gradient','single'),(2850,331,'body_color_gradient_style','linear'),(2851,331,'body_color_gradient_angle','vertical'),(2852,331,'body_source','no-image'),(2853,331,'body_parallax','false'),(2854,331,'page_color_gradient','single'),(2855,331,'page_color_gradient_style','linear'),(2856,331,'page_color_gradient_angle','vertical'),(2857,331,'page_source','no-image'),(2858,331,'page_parallax','false'),(2859,331,'header_color_gradient','single'),(2860,331,'header_color_gradient_style','linear'),(2861,331,'header_color_gradient_angle','vertical'),(2862,331,'header_source','no-image'),(2863,331,'header_parallax','false'),(2864,331,'banner_color_gradient','single'),(2865,331,'banner_color_gradient_style','linear'),(2866,331,'banner_color_gradient_angle','vertical'),(2867,331,'banner_source','no-image'),(2868,331,'banner_parallax','false'),(2869,331,'footer_color_gradient','single'),(2870,331,'footer_color_gradient_style','linear'),(2871,331,'footer_color_gradient_angle','vertical'),(2872,331,'footer_source','no-image'),(2873,331,'footer_parallax','false'),(2874,331,'_edit_lock','1524879212:1'),(2875,331,'_theme_options_build','5ae3c9553eb31'),(2876,331,'_wpb_vc_js_status','true'),(2877,331,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2878,331,'slide_template',''),(2879,331,'_template','no-title'),(2893,332,'_edit_last','1'),(2894,332,'_wp_page_template','default'),(2895,332,'textfalse',''),(2896,332,'_layout','full'),(2897,332,'_padding','true'),(2898,332,'page_preloader','false'),(2899,332,'_introduce_align','left'),(2900,332,'_disable_breadcrumb','true'),(2901,332,'_enable_local_backgrounds','false'),(2902,332,'theme_header_style','1'),(2903,332,'theme_header_align','left'),(2904,332,'theme_toolbar_toggle','true'),(2905,332,'_transparent_header','false'),(2906,332,'_trans_header_remove_bg','true'),(2907,332,'_transparent_header_skin','light'),(2908,332,'_sticky_header_offset','header'),(2909,332,'background_selector_orientation','full_width_layout'),(2910,332,'boxed_layout_shadow_size','0'),(2911,332,'boxed_layout_shadow_intensity','0'),(2912,332,'body_color_gradient','single'),(2913,332,'body_color_gradient_style','linear'),(2914,332,'body_color_gradient_angle','vertical'),(2915,332,'body_source','no-image'),(2916,332,'body_parallax','false'),(2917,332,'page_color_gradient','single'),(2918,332,'page_color_gradient_style','linear'),(2919,332,'page_color_gradient_angle','vertical'),(2920,332,'page_source','no-image'),(2921,332,'page_parallax','false'),(2922,332,'header_color_gradient','single'),(2923,332,'header_color_gradient_style','linear'),(2924,332,'header_color_gradient_angle','vertical'),(2925,332,'header_source','no-image'),(2926,332,'header_parallax','false'),(2927,332,'banner_color_gradient','single'),(2928,332,'banner_color_gradient_style','linear'),(2929,332,'banner_color_gradient_angle','vertical'),(2930,332,'banner_source','no-image'),(2931,332,'banner_parallax','false'),(2932,332,'footer_color_gradient','single'),(2933,332,'footer_color_gradient_style','linear'),(2934,332,'footer_color_gradient_angle','vertical'),(2935,332,'footer_source','no-image'),(2936,332,'footer_parallax','false'),(2937,332,'_edit_lock','1534270484:1'),(2938,332,'_theme_options_build','5db712b1efa27'),(2939,332,'_wpb_vc_js_status','false'),(2940,332,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(2941,332,'slide_template','default'),(2942,332,'_template','no-title'),(2956,339,'_edit_last','2'),(2957,339,'_wp_page_template','default'),(2958,339,'_wpb_vc_js_status','true'),(2960,339,'slide_template',''),(2961,339,'textfalse',''),(2962,339,'_layout','full'),(2963,339,'_template','no-title'),(2964,339,'_padding','true'),(2965,339,'page_preloader','false'),(2966,339,'_introduce_align','left'),(2967,339,'_disable_breadcrumb','true'),(2968,339,'_enable_local_backgrounds','false'),(2969,339,'theme_header_style','1'),(2970,339,'theme_header_align','left'),(2971,339,'theme_toolbar_toggle','true'),(2972,339,'_transparent_header','false'),(2973,339,'_trans_header_remove_bg','true'),(2974,339,'_transparent_header_skin','light'),(2975,339,'_sticky_header_offset','header'),(2976,339,'background_selector_orientation','full_width_layout'),(2977,339,'boxed_layout_shadow_size','0'),(2978,339,'boxed_layout_shadow_intensity','0'),(2979,339,'body_color_gradient','single'),(2980,339,'body_color_gradient_style','linear'),(2981,339,'body_color_gradient_angle','vertical'),(2982,339,'body_source','no-image'),(2983,339,'body_parallax','false'),(2984,339,'page_color_gradient','single'),(2985,339,'page_color_gradient_style','linear'),(2986,339,'page_color_gradient_angle','vertical'),(2987,339,'page_source','no-image'),(2988,339,'page_parallax','false'),(2989,339,'header_color_gradient','single'),(2990,339,'header_color_gradient_style','linear'),(2991,339,'header_color_gradient_angle','vertical'),(2992,339,'header_source','no-image'),(2993,339,'header_parallax','false'),(2994,339,'banner_color_gradient','single'),(2995,339,'banner_color_gradient_style','linear'),(2996,339,'banner_color_gradient_angle','vertical'),(2997,339,'banner_source','no-image'),(2998,339,'banner_parallax','false'),(2999,339,'footer_color_gradient','single'),(3000,339,'footer_color_gradient_style','linear'),(3001,339,'footer_color_gradient_angle','vertical'),(3002,339,'footer_source','no-image'),(3003,339,'footer_parallax','false'),(3004,339,'_edit_lock','1581703755:2'),(3005,339,'_theme_options_build','5db712b1efa27'),(3019,340,'_edit_last','1'),(3020,340,'_wp_page_template','default'),(3021,340,'_wpb_vc_js_status','false'),(3022,340,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3023,340,'slide_template','default'),(3024,340,'textfalse',''),(3025,340,'_layout','full'),(3026,340,'_template','no-title'),(3027,340,'_padding','true'),(3028,340,'page_preloader','false'),(3029,340,'_introduce_align','left'),(3030,340,'_disable_breadcrumb','true'),(3031,340,'_enable_local_backgrounds','false'),(3032,340,'theme_header_style','1'),(3033,340,'theme_header_align','left'),(3034,340,'theme_toolbar_toggle','true'),(3035,340,'_transparent_header','false'),(3036,340,'_trans_header_remove_bg','true'),(3037,340,'_transparent_header_skin','light'),(3038,340,'_sticky_header_offset','header'),(3039,340,'background_selector_orientation','full_width_layout'),(3040,340,'boxed_layout_shadow_size','0'),(3041,340,'boxed_layout_shadow_intensity','0'),(3042,340,'body_color_gradient','single'),(3043,340,'body_color_gradient_style','linear'),(3044,340,'body_color_gradient_angle','vertical'),(3045,340,'body_source','no-image'),(3046,340,'body_parallax','false'),(3047,340,'page_color_gradient','single'),(3048,340,'page_color_gradient_style','linear'),(3049,340,'page_color_gradient_angle','vertical'),(3050,340,'page_source','no-image'),(3051,340,'page_parallax','false'),(3052,340,'header_color_gradient','single'),(3053,340,'header_color_gradient_style','linear'),(3054,340,'header_color_gradient_angle','vertical'),(3055,340,'header_source','no-image'),(3056,340,'header_parallax','false'),(3057,340,'banner_color_gradient','single'),(3058,340,'banner_color_gradient_style','linear'),(3059,340,'banner_color_gradient_angle','vertical'),(3060,340,'banner_source','no-image'),(3061,340,'banner_parallax','false'),(3062,340,'footer_color_gradient','single'),(3063,340,'footer_color_gradient_style','linear'),(3064,340,'footer_color_gradient_angle','vertical'),(3065,340,'footer_source','no-image'),(3066,340,'footer_parallax','false'),(3067,340,'_edit_lock','1534270483:1'),(3068,340,'_theme_options_build','5db712b1efa27'),(3082,341,'_edit_last','1'),(3083,341,'_wp_page_template','default'),(3084,341,'_wpb_vc_js_status','false'),(3085,341,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3086,341,'slide_template','default'),(3087,341,'textfalse',''),(3088,341,'_layout','full'),(3089,341,'_template','no-title'),(3090,341,'_padding','true'),(3091,341,'page_preloader','false'),(3092,341,'_introduce_align','left'),(3093,341,'_disable_breadcrumb','true'),(3094,341,'_enable_local_backgrounds','false'),(3095,341,'theme_header_style','1'),(3096,341,'theme_header_align','left'),(3097,341,'theme_toolbar_toggle','true'),(3098,341,'_transparent_header','false'),(3099,341,'_trans_header_remove_bg','true'),(3100,341,'_transparent_header_skin','light'),(3101,341,'_sticky_header_offset','header'),(3102,341,'background_selector_orientation','full_width_layout'),(3103,341,'boxed_layout_shadow_size','0'),(3104,341,'boxed_layout_shadow_intensity','0'),(3105,341,'body_color_gradient','single'),(3106,341,'body_color_gradient_style','linear'),(3107,341,'body_color_gradient_angle','vertical'),(3108,341,'body_source','no-image'),(3109,341,'body_parallax','false'),(3110,341,'page_color_gradient','single'),(3111,341,'page_color_gradient_style','linear'),(3112,341,'page_color_gradient_angle','vertical'),(3113,341,'page_source','no-image'),(3114,341,'page_parallax','false'),(3115,341,'header_color_gradient','single'),(3116,341,'header_color_gradient_style','linear'),(3117,341,'header_color_gradient_angle','vertical'),(3118,341,'header_source','no-image'),(3119,341,'header_parallax','false'),(3120,341,'banner_color_gradient','single'),(3121,341,'banner_color_gradient_style','linear'),(3122,341,'banner_color_gradient_angle','vertical'),(3123,341,'banner_source','no-image'),(3124,341,'banner_parallax','false'),(3125,341,'footer_color_gradient','single'),(3126,341,'footer_color_gradient_style','linear'),(3127,341,'footer_color_gradient_angle','vertical'),(3128,341,'footer_source','no-image'),(3129,341,'footer_parallax','false'),(3130,341,'_edit_lock','1534269905:1'),(3131,341,'_theme_options_build','5db712b1efa27'),(3145,342,'_edit_last','1'),(3146,342,'_wp_page_template','default'),(3147,342,'_wpb_vc_js_status','false'),(3148,342,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3149,342,'slide_template','default'),(3150,342,'textfalse',''),(3151,342,'_layout','full'),(3152,342,'_template','no-title'),(3153,342,'_padding','true'),(3154,342,'page_preloader','false'),(3155,342,'_introduce_align','left'),(3156,342,'_disable_breadcrumb','true'),(3157,342,'_enable_local_backgrounds','false'),(3158,342,'theme_header_style','1'),(3159,342,'theme_header_align','left'),(3160,342,'theme_toolbar_toggle','true'),(3161,342,'_transparent_header','false'),(3162,342,'_trans_header_remove_bg','true'),(3163,342,'_transparent_header_skin','light'),(3164,342,'_sticky_header_offset','header'),(3165,342,'background_selector_orientation','full_width_layout'),(3166,342,'boxed_layout_shadow_size','0'),(3167,342,'boxed_layout_shadow_intensity','0'),(3168,342,'body_color_gradient','single'),(3169,342,'body_color_gradient_style','linear'),(3170,342,'body_color_gradient_angle','vertical'),(3171,342,'body_source','no-image'),(3172,342,'body_parallax','false'),(3173,342,'page_color_gradient','single'),(3174,342,'page_color_gradient_style','linear'),(3175,342,'page_color_gradient_angle','vertical'),(3176,342,'page_source','no-image'),(3177,342,'page_parallax','false'),(3178,342,'header_color_gradient','single'),(3179,342,'header_color_gradient_style','linear'),(3180,342,'header_color_gradient_angle','vertical'),(3181,342,'header_source','no-image'),(3182,342,'header_parallax','false'),(3183,342,'banner_color_gradient','single'),(3184,342,'banner_color_gradient_style','linear'),(3185,342,'banner_color_gradient_angle','vertical'),(3186,342,'banner_source','no-image'),(3187,342,'banner_parallax','false'),(3188,342,'footer_color_gradient','single'),(3189,342,'footer_color_gradient_style','linear'),(3190,342,'footer_color_gradient_angle','vertical'),(3191,342,'footer_source','no-image'),(3192,342,'footer_parallax','false'),(3193,342,'_edit_lock','1534270482:1'),(3194,342,'_theme_options_build','5db712b1efa27'),(3208,343,'_edit_last','1'),(3209,343,'_wp_page_template','default'),(3210,343,'_wpb_vc_js_status','false'),(3211,343,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3212,343,'slide_template','default'),(3213,343,'textfalse',''),(3214,343,'_layout','full'),(3215,343,'_template','no-title'),(3216,343,'_padding','true'),(3217,343,'page_preloader','false'),(3218,343,'_introduce_align','left'),(3219,343,'_disable_breadcrumb','true'),(3220,343,'_enable_local_backgrounds','false'),(3221,343,'theme_header_style','1'),(3222,343,'theme_header_align','left'),(3223,343,'theme_toolbar_toggle','true'),(3224,343,'_transparent_header','false'),(3225,343,'_trans_header_remove_bg','true'),(3226,343,'_transparent_header_skin','light'),(3227,343,'_sticky_header_offset','header'),(3228,343,'background_selector_orientation','full_width_layout'),(3229,343,'boxed_layout_shadow_size','0'),(3230,343,'boxed_layout_shadow_intensity','0'),(3231,343,'body_color_gradient','single'),(3232,343,'body_color_gradient_style','linear'),(3233,343,'body_color_gradient_angle','vertical'),(3234,343,'body_source','no-image'),(3235,343,'body_parallax','false'),(3236,343,'page_color_gradient','single'),(3237,343,'page_color_gradient_style','linear'),(3238,343,'page_color_gradient_angle','vertical'),(3239,343,'page_source','no-image'),(3240,343,'page_parallax','false'),(3241,343,'header_color_gradient','single'),(3242,343,'header_color_gradient_style','linear'),(3243,343,'header_color_gradient_angle','vertical'),(3244,343,'header_source','no-image'),(3245,343,'header_parallax','false'),(3246,343,'banner_color_gradient','single'),(3247,343,'banner_color_gradient_style','linear'),(3248,343,'banner_color_gradient_angle','vertical'),(3249,343,'banner_source','no-image'),(3250,343,'banner_parallax','false'),(3251,343,'footer_color_gradient','single'),(3252,343,'footer_color_gradient_style','linear'),(3253,343,'footer_color_gradient_angle','vertical'),(3254,343,'footer_source','no-image'),(3255,343,'footer_parallax','false'),(3256,343,'_edit_lock','1534270482:1'),(3257,343,'_theme_options_build','5db712b1efa27'),(3271,349,'_menu_item_type','post_type'),(3272,349,'_menu_item_menu_item_parent','380'),(3273,349,'_menu_item_object_id','10'),(3274,349,'_menu_item_object','page'),(3275,349,'_menu_item_target',''),(3276,349,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3277,349,'_menu_item_xfn',''),(3278,349,'_menu_item_url',''),(3280,349,'_menu_item_megamenu','enabled'),(3281,349,'_menu_item_megamenu_background',''),(3282,349,'_menu_item_megamenu_widgetarea','0'),(3283,349,'_menu_item_megamenu_styles',''),(3284,350,'_menu_item_type','post_type'),(3285,350,'_menu_item_menu_item_parent','380'),(3286,350,'_menu_item_object_id','328'),(3287,350,'_menu_item_object','page'),(3288,350,'_menu_item_target',''),(3289,350,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3290,350,'_menu_item_xfn',''),(3291,350,'_menu_item_url',''),(3293,350,'_menu_item_megamenu','enabled'),(3294,350,'_menu_item_megamenu_background',''),(3295,350,'_menu_item_megamenu_widgetarea','0'),(3296,350,'_menu_item_megamenu_styles',''),(3297,351,'_menu_item_type','post_type'),(3298,351,'_menu_item_menu_item_parent','380'),(3299,351,'_menu_item_object_id','329'),(3300,351,'_menu_item_object','page'),(3301,351,'_menu_item_target',''),(3302,351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3303,351,'_menu_item_xfn',''),(3304,351,'_menu_item_url',''),(3306,351,'_menu_item_megamenu','enabled'),(3307,351,'_menu_item_megamenu_background',''),(3308,351,'_menu_item_megamenu_widgetarea','0'),(3309,351,'_menu_item_megamenu_styles',''),(3310,352,'_menu_item_type','post_type'),(3311,352,'_menu_item_menu_item_parent','380'),(3312,352,'_menu_item_object_id','330'),(3313,352,'_menu_item_object','page'),(3314,352,'_menu_item_target',''),(3315,352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3316,352,'_menu_item_xfn',''),(3317,352,'_menu_item_url',''),(3319,352,'_menu_item_megamenu','enabled'),(3320,352,'_menu_item_megamenu_background',''),(3321,352,'_menu_item_megamenu_widgetarea','0'),(3322,352,'_menu_item_megamenu_styles',''),(3336,354,'_menu_item_type','post_type'),(3337,354,'_menu_item_menu_item_parent','380'),(3338,354,'_menu_item_object_id','332'),(3339,354,'_menu_item_object','page'),(3340,354,'_menu_item_target',''),(3341,354,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3342,354,'_menu_item_xfn',''),(3343,354,'_menu_item_url',''),(3345,354,'_menu_item_megamenu','enabled'),(3346,354,'_menu_item_megamenu_background',''),(3347,354,'_menu_item_megamenu_widgetarea','0'),(3348,354,'_menu_item_megamenu_styles',''),(3349,355,'_menu_item_type','post_type'),(3350,355,'_menu_item_menu_item_parent','380'),(3351,355,'_menu_item_object_id','340'),(3352,355,'_menu_item_object','page'),(3353,355,'_menu_item_target',''),(3354,355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3355,355,'_menu_item_xfn',''),(3356,355,'_menu_item_url',''),(3358,355,'_menu_item_megamenu','enabled'),(3359,355,'_menu_item_megamenu_background',''),(3360,355,'_menu_item_megamenu_widgetarea','0'),(3361,355,'_menu_item_megamenu_styles',''),(3362,356,'_menu_item_type','post_type'),(3363,356,'_menu_item_menu_item_parent','380'),(3364,356,'_menu_item_object_id','341'),(3365,356,'_menu_item_object','page'),(3366,356,'_menu_item_target',''),(3367,356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3368,356,'_menu_item_xfn',''),(3369,356,'_menu_item_url',''),(3371,356,'_menu_item_megamenu','enabled'),(3372,356,'_menu_item_megamenu_background',''),(3373,356,'_menu_item_megamenu_widgetarea','0'),(3374,356,'_menu_item_megamenu_styles',''),(3375,357,'_menu_item_type','post_type'),(3376,357,'_menu_item_menu_item_parent','380'),(3377,357,'_menu_item_object_id','342'),(3378,357,'_menu_item_object','page'),(3379,357,'_menu_item_target',''),(3380,357,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3381,357,'_menu_item_xfn',''),(3382,357,'_menu_item_url',''),(3384,357,'_menu_item_megamenu','enabled'),(3385,357,'_menu_item_megamenu_background',''),(3386,357,'_menu_item_megamenu_widgetarea','0'),(3387,357,'_menu_item_megamenu_styles',''),(3388,358,'_menu_item_type','post_type'),(3389,358,'_menu_item_menu_item_parent','380'),(3390,358,'_menu_item_object_id','343'),(3391,358,'_menu_item_object','page'),(3392,358,'_menu_item_target',''),(3393,358,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3394,358,'_menu_item_xfn',''),(3395,358,'_menu_item_url',''),(3397,358,'_menu_item_megamenu','enabled'),(3398,358,'_menu_item_megamenu_background',''),(3399,358,'_menu_item_megamenu_widgetarea','0'),(3400,358,'_menu_item_megamenu_styles',''),(3401,359,'_menu_item_type','post_type'),(3402,359,'_menu_item_menu_item_parent','380'),(3403,359,'_menu_item_object_id','183'),(3404,359,'_menu_item_object','page'),(3405,359,'_menu_item_target',''),(3406,359,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3407,359,'_menu_item_xfn',''),(3408,359,'_menu_item_url',''),(3410,359,'_menu_item_megamenu','enabled'),(3411,359,'_menu_item_megamenu_background',''),(3412,359,'_menu_item_megamenu_widgetarea','0'),(3413,359,'_menu_item_megamenu_styles',''),(3414,349,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3415,349,'_menu_item_menu_icon',''),(3416,350,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3417,350,'_menu_item_menu_icon',''),(3418,351,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3419,351,'_menu_item_menu_icon',''),(3420,352,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3421,352,'_menu_item_menu_icon',''),(3424,354,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3425,354,'_menu_item_menu_icon',''),(3426,355,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3427,355,'_menu_item_menu_icon',''),(3428,356,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3429,356,'_menu_item_menu_icon',''),(3430,357,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3431,357,'_menu_item_menu_icon',''),(3432,358,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3433,358,'_menu_item_menu_icon',''),(3434,359,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3435,359,'_menu_item_menu_icon',''),(3451,362,'_edit_last','1'),(3452,362,'_wp_page_template','default'),(3453,362,'textfalse',''),(3454,362,'_layout','full'),(3455,362,'_padding','true'),(3456,362,'page_preloader','false'),(3457,362,'_introduce_align','left'),(3458,362,'_disable_breadcrumb','true'),(3459,362,'_enable_local_backgrounds','false'),(3460,362,'theme_header_style','1'),(3461,362,'theme_header_align','left'),(3462,362,'theme_toolbar_toggle','true'),(3463,362,'_transparent_header','false'),(3464,362,'_trans_header_remove_bg','true'),(3465,362,'_transparent_header_skin','light'),(3466,362,'_sticky_header_offset','header'),(3467,362,'background_selector_orientation','full_width_layout'),(3468,362,'boxed_layout_shadow_size','0'),(3469,362,'boxed_layout_shadow_intensity','0'),(3470,362,'body_color_gradient','single'),(3471,362,'body_color_gradient_style','linear'),(3472,362,'body_color_gradient_angle','vertical'),(3473,362,'body_source','no-image'),(3474,362,'body_parallax','false'),(3475,362,'page_color_gradient','single'),(3476,362,'page_color_gradient_style','linear'),(3477,362,'page_color_gradient_angle','vertical'),(3478,362,'page_source','no-image'),(3479,362,'page_parallax','false'),(3480,362,'header_color_gradient','single'),(3481,362,'header_color_gradient_style','linear'),(3482,362,'header_color_gradient_angle','vertical'),(3483,362,'header_source','no-image'),(3484,362,'header_parallax','false'),(3485,362,'banner_color_gradient','single'),(3486,362,'banner_color_gradient_style','linear'),(3487,362,'banner_color_gradient_angle','vertical'),(3488,362,'banner_source','no-image'),(3489,362,'banner_parallax','false'),(3490,362,'footer_color_gradient','single'),(3491,362,'footer_color_gradient_style','linear'),(3492,362,'footer_color_gradient_angle','vertical'),(3493,362,'footer_source','no-image'),(3494,362,'footer_parallax','false'),(3495,362,'_edit_lock','1534193398:1'),(3496,362,'_theme_options_build','5db712b1efa27'),(3497,362,'_wpb_vc_js_status','true'),(3498,362,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3499,362,'slide_template','default'),(3500,362,'_template','no-title'),(3514,363,'_edit_last','1'),(3515,363,'_wp_page_template','default'),(3516,363,'textfalse',''),(3517,363,'_layout','full'),(3518,363,'_padding','true'),(3519,363,'page_preloader','false'),(3520,363,'_introduce_align','left'),(3521,363,'_disable_breadcrumb','true'),(3522,363,'_enable_local_backgrounds','false'),(3523,363,'theme_header_style','1'),(3524,363,'theme_header_align','left'),(3525,363,'theme_toolbar_toggle','true'),(3526,363,'_transparent_header','false'),(3527,363,'_trans_header_remove_bg','true'),(3528,363,'_transparent_header_skin','light'),(3529,363,'_sticky_header_offset','header'),(3530,363,'background_selector_orientation','full_width_layout'),(3531,363,'boxed_layout_shadow_size','0'),(3532,363,'boxed_layout_shadow_intensity','0'),(3533,363,'body_color_gradient','single'),(3534,363,'body_color_gradient_style','linear'),(3535,363,'body_color_gradient_angle','vertical'),(3536,363,'body_source','no-image'),(3537,363,'body_parallax','false'),(3538,363,'page_color_gradient','single'),(3539,363,'page_color_gradient_style','linear'),(3540,363,'page_color_gradient_angle','vertical'),(3541,363,'page_source','no-image'),(3542,363,'page_parallax','false'),(3543,363,'header_color_gradient','single'),(3544,363,'header_color_gradient_style','linear'),(3545,363,'header_color_gradient_angle','vertical'),(3546,363,'header_source','no-image'),(3547,363,'header_parallax','false'),(3548,363,'banner_color_gradient','single'),(3549,363,'banner_color_gradient_style','linear'),(3550,363,'banner_color_gradient_angle','vertical'),(3551,363,'banner_source','no-image'),(3552,363,'banner_parallax','false'),(3553,363,'footer_color_gradient','single'),(3554,363,'footer_color_gradient_style','linear'),(3555,363,'footer_color_gradient_angle','vertical'),(3556,363,'footer_source','no-image'),(3557,363,'footer_parallax','false'),(3558,363,'_edit_lock','1534270264:1'),(3559,363,'_theme_options_build','5db712b1efa27'),(3560,363,'_wpb_vc_js_status','true'),(3561,363,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3562,363,'slide_template','default'),(3563,363,'_template','no-title'),(3577,366,'_edit_last','1'),(3578,366,'_wp_page_template','default'),(3579,366,'textfalse',''),(3580,366,'_layout','full'),(3581,366,'_padding','true'),(3582,366,'page_preloader','false'),(3583,366,'_introduce_align','left'),(3584,366,'_disable_breadcrumb','true'),(3585,366,'_enable_local_backgrounds','false'),(3586,366,'theme_header_style','1'),(3587,366,'theme_header_align','left'),(3588,366,'theme_toolbar_toggle','true'),(3589,366,'_transparent_header','false'),(3590,366,'_trans_header_remove_bg','true'),(3591,366,'_transparent_header_skin','light'),(3592,366,'_sticky_header_offset','header'),(3593,366,'background_selector_orientation','full_width_layout'),(3594,366,'boxed_layout_shadow_size','0'),(3595,366,'boxed_layout_shadow_intensity','0'),(3596,366,'body_color_gradient','single'),(3597,366,'body_color_gradient_style','linear'),(3598,366,'body_color_gradient_angle','vertical'),(3599,366,'body_source','no-image'),(3600,366,'body_parallax','false'),(3601,366,'page_color_gradient','single'),(3602,366,'page_color_gradient_style','linear'),(3603,366,'page_color_gradient_angle','vertical'),(3604,366,'page_source','no-image'),(3605,366,'page_parallax','false'),(3606,366,'header_color_gradient','single'),(3607,366,'header_color_gradient_style','linear'),(3608,366,'header_color_gradient_angle','vertical'),(3609,366,'header_source','no-image'),(3610,366,'header_parallax','false'),(3611,366,'banner_color_gradient','single'),(3612,366,'banner_color_gradient_style','linear'),(3613,366,'banner_color_gradient_angle','vertical'),(3614,366,'banner_source','no-image'),(3615,366,'banner_parallax','false'),(3616,366,'footer_color_gradient','single'),(3617,366,'footer_color_gradient_style','linear'),(3618,366,'footer_color_gradient_angle','vertical'),(3619,366,'footer_source','no-image'),(3620,366,'footer_parallax','false'),(3621,366,'_edit_lock','1534194031:1'),(3622,366,'_theme_options_build','5db712b1efa27'),(3623,366,'_wpb_vc_js_status','true'),(3624,366,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3625,366,'slide_template','default'),(3626,366,'_template','no-title'),(3640,367,'_edit_last','2'),(3641,367,'_wp_page_template','default'),(3642,367,'textfalse',''),(3643,367,'_layout','full'),(3644,367,'_padding','true'),(3645,367,'page_preloader','false'),(3646,367,'_introduce_align','left'),(3647,367,'_disable_breadcrumb','true'),(3648,367,'_enable_local_backgrounds','false'),(3649,367,'theme_header_style','1'),(3650,367,'theme_header_align','left'),(3651,367,'theme_toolbar_toggle','true'),(3652,367,'_transparent_header','false'),(3653,367,'_trans_header_remove_bg','true'),(3654,367,'_transparent_header_skin','light'),(3655,367,'_sticky_header_offset','header'),(3656,367,'background_selector_orientation','full_width_layout'),(3657,367,'boxed_layout_shadow_size','0'),(3658,367,'boxed_layout_shadow_intensity','0'),(3659,367,'body_color_gradient','single'),(3660,367,'body_color_gradient_style','linear'),(3661,367,'body_color_gradient_angle','vertical'),(3662,367,'body_source','no-image'),(3663,367,'body_parallax','false'),(3664,367,'page_color_gradient','single'),(3665,367,'page_color_gradient_style','linear'),(3666,367,'page_color_gradient_angle','vertical'),(3667,367,'page_source','no-image'),(3668,367,'page_parallax','false'),(3669,367,'header_color_gradient','single'),(3670,367,'header_color_gradient_style','linear'),(3671,367,'header_color_gradient_angle','vertical'),(3672,367,'header_source','no-image'),(3673,367,'header_parallax','false'),(3674,367,'banner_color_gradient','single'),(3675,367,'banner_color_gradient_style','linear'),(3676,367,'banner_color_gradient_angle','vertical'),(3677,367,'banner_source','no-image'),(3678,367,'banner_parallax','false'),(3679,367,'footer_color_gradient','single'),(3680,367,'footer_color_gradient_style','linear'),(3681,367,'footer_color_gradient_angle','vertical'),(3682,367,'footer_source','no-image'),(3683,367,'footer_parallax','false'),(3684,367,'_edit_lock','1581703783:2'),(3685,367,'_theme_options_build','5db712b1efa27'),(3686,367,'_wpb_vc_js_status','true'),(3688,367,'slide_template',''),(3689,367,'_template','no-title'),(3703,368,'_edit_last','1'),(3704,368,'_wp_page_template','default'),(3705,368,'textfalse',''),(3706,368,'_layout','full'),(3707,368,'_padding','true'),(3708,368,'page_preloader','false'),(3709,368,'_introduce_align','left'),(3710,368,'_disable_breadcrumb','true'),(3711,368,'_enable_local_backgrounds','false'),(3712,368,'theme_header_style','1'),(3713,368,'theme_header_align','left'),(3714,368,'theme_toolbar_toggle','true'),(3715,368,'_transparent_header','false'),(3716,368,'_trans_header_remove_bg','true'),(3717,368,'_transparent_header_skin','light'),(3718,368,'_sticky_header_offset','header'),(3719,368,'background_selector_orientation','full_width_layout'),(3720,368,'boxed_layout_shadow_size','0'),(3721,368,'boxed_layout_shadow_intensity','0'),(3722,368,'body_color_gradient','single'),(3723,368,'body_color_gradient_style','linear'),(3724,368,'body_color_gradient_angle','vertical'),(3725,368,'body_source','no-image'),(3726,368,'body_parallax','false'),(3727,368,'page_color_gradient','single'),(3728,368,'page_color_gradient_style','linear'),(3729,368,'page_color_gradient_angle','vertical'),(3730,368,'page_source','no-image'),(3731,368,'page_parallax','false'),(3732,368,'header_color_gradient','single'),(3733,368,'header_color_gradient_style','linear'),(3734,368,'header_color_gradient_angle','vertical'),(3735,368,'header_source','no-image'),(3736,368,'header_parallax','false'),(3737,368,'banner_color_gradient','single'),(3738,368,'banner_color_gradient_style','linear'),(3739,368,'banner_color_gradient_angle','vertical'),(3740,368,'banner_source','no-image'),(3741,368,'banner_parallax','false'),(3742,368,'footer_color_gradient','single'),(3743,368,'footer_color_gradient_style','linear'),(3744,368,'footer_color_gradient_angle','vertical'),(3745,368,'footer_source','no-image'),(3746,368,'footer_parallax','false'),(3747,368,'_edit_lock','1534270294:1'),(3748,368,'_theme_options_build','5db712b1efa27'),(3749,368,'_wpb_vc_js_status','false'),(3750,368,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3751,368,'slide_template','default'),(3752,368,'_template','no-title'),(3766,372,'_edit_last','1'),(3767,372,'_wp_page_template','default'),(3768,372,'textfalse',''),(3769,372,'_layout','full'),(3770,372,'_padding','true'),(3771,372,'page_preloader','false'),(3772,372,'_introduce_align','left'),(3773,372,'_disable_breadcrumb','true'),(3774,372,'_enable_local_backgrounds','false'),(3775,372,'theme_header_style','1'),(3776,372,'theme_header_align','left'),(3777,372,'theme_toolbar_toggle','true'),(3778,372,'_transparent_header','false'),(3779,372,'_trans_header_remove_bg','true'),(3780,372,'_transparent_header_skin','light'),(3781,372,'_sticky_header_offset','header'),(3782,372,'background_selector_orientation','full_width_layout'),(3783,372,'boxed_layout_shadow_size','0'),(3784,372,'boxed_layout_shadow_intensity','0'),(3785,372,'body_color_gradient','single'),(3786,372,'body_color_gradient_style','linear'),(3787,372,'body_color_gradient_angle','vertical'),(3788,372,'body_source','no-image'),(3789,372,'body_parallax','false'),(3790,372,'page_color_gradient','single'),(3791,372,'page_color_gradient_style','linear'),(3792,372,'page_color_gradient_angle','vertical'),(3793,372,'page_source','no-image'),(3794,372,'page_parallax','false'),(3795,372,'header_color_gradient','single'),(3796,372,'header_color_gradient_style','linear'),(3797,372,'header_color_gradient_angle','vertical'),(3798,372,'header_source','no-image'),(3799,372,'header_parallax','false'),(3800,372,'banner_color_gradient','single'),(3801,372,'banner_color_gradient_style','linear'),(3802,372,'banner_color_gradient_angle','vertical'),(3803,372,'banner_source','no-image'),(3804,372,'banner_parallax','false'),(3805,372,'footer_color_gradient','single'),(3806,372,'footer_color_gradient_style','linear'),(3807,372,'footer_color_gradient_angle','vertical'),(3808,372,'footer_source','no-image'),(3809,372,'footer_parallax','false'),(3810,372,'_edit_lock','1534194033:1'),(3811,372,'_theme_options_build','5db712b1efa27'),(3812,372,'_wpb_vc_js_status','true'),(3813,372,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3814,372,'slide_template','default'),(3815,372,'_template','no-title'),(3881,378,'_edit_last','2'),(3882,378,'_wp_page_template','default'),(3883,378,'_wpb_vc_js_status','false'),(3885,378,'slide_template',''),(3886,378,'textfalse',''),(3887,378,'_layout','full'),(3888,378,'_template','no-title'),(3889,378,'_padding','true'),(3890,378,'page_preloader','false'),(3891,378,'_introduce_align','left'),(3892,378,'_disable_breadcrumb','true'),(3893,378,'_enable_local_backgrounds','false'),(3894,378,'theme_header_style','1'),(3895,378,'theme_header_align','left'),(3896,378,'theme_toolbar_toggle','true'),(3897,378,'_transparent_header','false'),(3898,378,'_trans_header_remove_bg','true'),(3899,378,'_transparent_header_skin','light'),(3900,378,'_sticky_header_offset','header'),(3901,378,'background_selector_orientation','full_width_layout'),(3902,378,'boxed_layout_shadow_size','0'),(3903,378,'boxed_layout_shadow_intensity','0'),(3904,378,'body_color_gradient','single'),(3905,378,'body_color_gradient_style','linear'),(3906,378,'body_color_gradient_angle','vertical'),(3907,378,'body_source','no-image'),(3908,378,'body_parallax','false'),(3909,378,'page_color_gradient','single'),(3910,378,'page_color_gradient_style','linear'),(3911,378,'page_color_gradient_angle','vertical'),(3912,378,'page_source','no-image'),(3913,378,'page_parallax','false'),(3914,378,'header_color_gradient','single'),(3915,378,'header_color_gradient_style','linear'),(3916,378,'header_color_gradient_angle','vertical'),(3917,378,'header_source','no-image'),(3918,378,'header_parallax','false'),(3919,378,'banner_color_gradient','single'),(3920,378,'banner_color_gradient_style','linear'),(3921,378,'banner_color_gradient_angle','vertical'),(3922,378,'banner_source','no-image'),(3923,378,'banner_parallax','false'),(3924,378,'footer_color_gradient','single'),(3925,378,'footer_color_gradient_style','linear'),(3926,378,'footer_color_gradient_angle','vertical'),(3927,378,'footer_source','no-image'),(3928,378,'footer_parallax','false'),(3929,378,'_edit_lock','1581703761:2'),(3930,378,'_theme_options_build','5db712b1efa27'),(3944,380,'_menu_item_type','post_type'),(3945,380,'_menu_item_menu_item_parent','0'),(3946,380,'_menu_item_object_id','378'),(3947,380,'_menu_item_object','page'),(3948,380,'_menu_item_target',''),(3949,380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3950,380,'_menu_item_xfn',''),(3951,380,'_menu_item_url',''),(3952,380,'_menu_item_megamenu',''),(3953,380,'_menu_item_megamenu_background',''),(3954,380,'_menu_item_megamenu_widgetarea','0'),(3955,380,'_menu_item_megamenu_styles',''),(3956,380,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3957,380,'_menu_item_menu_icon',''),(3958,381,'_menu_item_type','post_type'),(3959,381,'_menu_item_menu_item_parent','0'),(3960,381,'_menu_item_object_id','367'),(3961,381,'_menu_item_object','page'),(3962,381,'_menu_item_target',''),(3963,381,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3964,381,'_menu_item_xfn',''),(3965,381,'_menu_item_url',''),(3967,381,'_menu_item_megamenu',''),(3968,381,'_menu_item_megamenu_background',''),(3969,381,'_menu_item_megamenu_widgetarea','0'),(3970,381,'_menu_item_megamenu_styles',''),(3971,381,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(3972,381,'_menu_item_menu_icon',''),(3973,382,'_menu_item_type','post_type'),(3974,382,'_menu_item_menu_item_parent','381'),(3975,382,'_menu_item_object_id','362'),(3976,382,'_menu_item_object','page'),(3977,382,'_menu_item_target',''),(3978,382,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3979,382,'_menu_item_xfn',''),(3980,382,'_menu_item_url',''),(3982,382,'_menu_item_megamenu','enabled'),(3983,382,'_menu_item_megamenu_background',''),(3984,382,'_menu_item_megamenu_widgetarea','0'),(3985,382,'_menu_item_megamenu_styles',''),(3986,383,'_menu_item_type','post_type'),(3987,383,'_menu_item_menu_item_parent','381'),(3988,383,'_menu_item_object_id','363'),(3989,383,'_menu_item_object','page'),(3990,383,'_menu_item_target',''),(3991,383,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3992,383,'_menu_item_xfn',''),(3993,383,'_menu_item_url',''),(3995,383,'_menu_item_megamenu','enabled'),(3996,383,'_menu_item_megamenu_background',''),(3997,383,'_menu_item_megamenu_widgetarea','0'),(3998,383,'_menu_item_megamenu_styles',''),(3999,384,'_menu_item_type','post_type'),(4000,384,'_menu_item_menu_item_parent','381'),(4001,384,'_menu_item_object_id','368'),(4002,384,'_menu_item_object','page'),(4003,384,'_menu_item_target',''),(4004,384,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4005,384,'_menu_item_xfn',''),(4006,384,'_menu_item_url',''),(4008,384,'_menu_item_megamenu','enabled'),(4009,384,'_menu_item_megamenu_background',''),(4010,384,'_menu_item_megamenu_widgetarea','0'),(4011,384,'_menu_item_megamenu_styles',''),(4012,385,'_menu_item_type','post_type'),(4013,385,'_menu_item_menu_item_parent','381'),(4014,385,'_menu_item_object_id','13'),(4015,385,'_menu_item_object','page'),(4016,385,'_menu_item_target',''),(4017,385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4018,385,'_menu_item_xfn',''),(4019,385,'_menu_item_url',''),(4021,385,'_menu_item_megamenu','enabled'),(4022,385,'_menu_item_megamenu_background',''),(4023,385,'_menu_item_megamenu_widgetarea','0'),(4024,385,'_menu_item_megamenu_styles',''),(4025,386,'_menu_item_type','post_type'),(4026,386,'_menu_item_menu_item_parent','381'),(4027,386,'_menu_item_object_id','366'),(4028,386,'_menu_item_object','page'),(4029,386,'_menu_item_target',''),(4030,386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4031,386,'_menu_item_xfn',''),(4032,386,'_menu_item_url',''),(4034,386,'_menu_item_megamenu','enabled'),(4035,386,'_menu_item_megamenu_background',''),(4036,386,'_menu_item_megamenu_widgetarea','0'),(4037,386,'_menu_item_megamenu_styles',''),(4038,387,'_menu_item_type','post_type'),(4039,387,'_menu_item_menu_item_parent','381'),(4040,387,'_menu_item_object_id','372'),(4041,387,'_menu_item_object','page'),(4042,387,'_menu_item_target',''),(4043,387,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4044,387,'_menu_item_xfn',''),(4045,387,'_menu_item_url',''),(4047,387,'_menu_item_megamenu','enabled'),(4048,387,'_menu_item_megamenu_background',''),(4049,387,'_menu_item_megamenu_widgetarea','0'),(4050,387,'_menu_item_megamenu_styles',''),(4051,382,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4052,382,'_menu_item_menu_icon',''),(4053,383,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4054,383,'_menu_item_menu_icon',''),(4055,384,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4056,384,'_menu_item_menu_icon',''),(4057,385,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4058,385,'_menu_item_menu_icon',''),(4059,386,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4060,386,'_menu_item_menu_icon',''),(4061,387,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4062,387,'_menu_item_menu_icon',''),(4063,388,'_menu_item_type','post_type'),(4064,388,'_menu_item_menu_item_parent','0'),(4065,388,'_menu_item_object_id','339'),(4066,388,'_menu_item_object','page'),(4067,388,'_menu_item_target',''),(4068,388,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4069,388,'_menu_item_xfn',''),(4070,388,'_menu_item_url',''),(4072,388,'_menu_item_megamenu',''),(4073,388,'_menu_item_megamenu_background',''),(4074,388,'_menu_item_megamenu_widgetarea','0'),(4075,388,'_menu_item_megamenu_styles',''),(4076,389,'_menu_item_type','post_type'),(4077,389,'_menu_item_menu_item_parent','388'),(4078,389,'_menu_item_object_id','118'),(4079,389,'_menu_item_object','page'),(4080,389,'_menu_item_target',''),(4081,389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4082,389,'_menu_item_xfn',''),(4083,389,'_menu_item_url',''),(4085,389,'_menu_item_megamenu','enabled'),(4086,389,'_menu_item_megamenu_background',''),(4087,389,'_menu_item_megamenu_widgetarea','0'),(4088,389,'_menu_item_megamenu_styles',''),(4089,390,'_menu_item_type','post_type'),(4090,390,'_menu_item_menu_item_parent','388'),(4091,390,'_menu_item_object_id','120'),(4092,390,'_menu_item_object','page'),(4093,390,'_menu_item_target',''),(4094,390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4095,390,'_menu_item_xfn',''),(4096,390,'_menu_item_url',''),(4098,390,'_menu_item_megamenu','enabled'),(4099,390,'_menu_item_megamenu_background',''),(4100,390,'_menu_item_megamenu_widgetarea','0'),(4101,390,'_menu_item_megamenu_styles',''),(4102,388,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4103,388,'_menu_item_menu_icon',''),(4104,389,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4105,389,'_menu_item_menu_icon',''),(4106,390,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4107,390,'_menu_item_menu_icon',''),(4108,391,'_menu_item_type','post_type'),(4109,391,'_menu_item_menu_item_parent','0'),(4110,391,'_menu_item_object_id','15'),(4111,391,'_menu_item_object','page'),(4112,391,'_menu_item_target',''),(4113,391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4114,391,'_menu_item_xfn',''),(4115,391,'_menu_item_url',''),(4117,391,'_menu_item_megamenu',''),(4118,391,'_menu_item_megamenu_background',''),(4119,391,'_menu_item_megamenu_widgetarea','0'),(4120,391,'_menu_item_megamenu_styles',''),(4121,391,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4122,391,'_menu_item_menu_icon',''),(4123,392,'_edit_last','1'),(4124,392,'_wp_page_template','default'),(4125,392,'textfalse',''),(4126,392,'_layout','full'),(4127,392,'_padding','true'),(4128,392,'page_preloader','false'),(4129,392,'_introduce_align','left'),(4130,392,'_disable_breadcrumb','true'),(4131,392,'_enable_local_backgrounds','false'),(4132,392,'theme_header_style','1'),(4133,392,'theme_header_align','left'),(4134,392,'theme_toolbar_toggle','true'),(4135,392,'_transparent_header','false'),(4136,392,'_trans_header_remove_bg','true'),(4137,392,'_transparent_header_skin','light'),(4138,392,'_sticky_header_offset','header'),(4139,392,'background_selector_orientation','full_width_layout'),(4140,392,'boxed_layout_shadow_size','0'),(4141,392,'boxed_layout_shadow_intensity','0'),(4142,392,'body_color_gradient','single'),(4143,392,'body_color_gradient_style','linear'),(4144,392,'body_color_gradient_angle','vertical'),(4145,392,'body_source','no-image'),(4146,392,'body_parallax','false'),(4147,392,'page_color_gradient','single'),(4148,392,'page_color_gradient_style','linear'),(4149,392,'page_color_gradient_angle','vertical'),(4150,392,'page_source','no-image'),(4151,392,'page_parallax','false'),(4152,392,'header_color_gradient','single'),(4153,392,'header_color_gradient_style','linear'),(4154,392,'header_color_gradient_angle','vertical'),(4155,392,'header_source','no-image'),(4156,392,'header_parallax','false'),(4157,392,'banner_color_gradient','single'),(4158,392,'banner_color_gradient_style','linear'),(4159,392,'banner_color_gradient_angle','vertical'),(4160,392,'banner_source','no-image'),(4161,392,'banner_parallax','false'),(4162,392,'footer_color_gradient','single'),(4163,392,'footer_color_gradient_style','linear'),(4164,392,'footer_color_gradient_angle','vertical'),(4165,392,'footer_source','no-image'),(4166,392,'footer_parallax','false'),(4167,392,'_edit_lock','1534195361:1'),(4168,392,'_theme_options_build','5db712b1efa27'),(4169,392,'_wpb_vc_js_status','true'),(4170,392,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4171,392,'slide_template','default'),(4172,392,'_template','no-title'),(4186,393,'_edit_last','1'),(4187,393,'_wp_page_template','default'),(4188,393,'textfalse',''),(4189,393,'_layout','full'),(4190,393,'_padding','true'),(4191,393,'page_preloader','false'),(4192,393,'_introduce_align','left'),(4193,393,'_disable_breadcrumb','true'),(4194,393,'_enable_local_backgrounds','false'),(4195,393,'theme_header_style','1'),(4196,393,'theme_header_align','left'),(4197,393,'theme_toolbar_toggle','true'),(4198,393,'_transparent_header','false'),(4199,393,'_trans_header_remove_bg','true'),(4200,393,'_transparent_header_skin','light'),(4201,393,'_sticky_header_offset','header'),(4202,393,'background_selector_orientation','full_width_layout'),(4203,393,'boxed_layout_shadow_size','0'),(4204,393,'boxed_layout_shadow_intensity','0'),(4205,393,'body_color_gradient','single'),(4206,393,'body_color_gradient_style','linear'),(4207,393,'body_color_gradient_angle','vertical'),(4208,393,'body_source','no-image'),(4209,393,'body_parallax','false'),(4210,393,'page_color_gradient','single'),(4211,393,'page_color_gradient_style','linear'),(4212,393,'page_color_gradient_angle','vertical'),(4213,393,'page_source','no-image'),(4214,393,'page_parallax','false'),(4215,393,'header_color_gradient','single'),(4216,393,'header_color_gradient_style','linear'),(4217,393,'header_color_gradient_angle','vertical'),(4218,393,'header_source','no-image'),(4219,393,'header_parallax','false'),(4220,393,'banner_color_gradient','single'),(4221,393,'banner_color_gradient_style','linear'),(4222,393,'banner_color_gradient_angle','vertical'),(4223,393,'banner_source','no-image'),(4224,393,'banner_parallax','false'),(4225,393,'footer_color_gradient','single'),(4226,393,'footer_color_gradient_style','linear'),(4227,393,'footer_color_gradient_angle','vertical'),(4228,393,'footer_source','no-image'),(4229,393,'footer_parallax','false'),(4230,393,'_edit_lock','1534195363:1'),(4231,393,'_theme_options_build','5db712b1efa27'),(4232,393,'_wpb_vc_js_status','true'),(4233,393,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4234,393,'slide_template','default'),(4235,393,'_template','no-title'),(4249,394,'_edit_last','1'),(4250,394,'_wp_page_template','default'),(4251,394,'textfalse',''),(4252,394,'_layout','full'),(4253,394,'_padding','true'),(4254,394,'page_preloader','false'),(4255,394,'_introduce_align','left'),(4256,394,'_disable_breadcrumb','true'),(4257,394,'_enable_local_backgrounds','false'),(4258,394,'theme_header_style','1'),(4259,394,'theme_header_align','left'),(4260,394,'theme_toolbar_toggle','true'),(4261,394,'_transparent_header','false'),(4262,394,'_trans_header_remove_bg','true'),(4263,394,'_transparent_header_skin','light'),(4264,394,'_sticky_header_offset','header'),(4265,394,'background_selector_orientation','full_width_layout'),(4266,394,'boxed_layout_shadow_size','0'),(4267,394,'boxed_layout_shadow_intensity','0'),(4268,394,'body_color_gradient','single'),(4269,394,'body_color_gradient_style','linear'),(4270,394,'body_color_gradient_angle','vertical'),(4271,394,'body_source','no-image'),(4272,394,'body_parallax','false'),(4273,394,'page_color_gradient','single'),(4274,394,'page_color_gradient_style','linear'),(4275,394,'page_color_gradient_angle','vertical'),(4276,394,'page_source','no-image'),(4277,394,'page_parallax','false'),(4278,394,'header_color_gradient','single'),(4279,394,'header_color_gradient_style','linear'),(4280,394,'header_color_gradient_angle','vertical'),(4281,394,'header_source','no-image'),(4282,394,'header_parallax','false'),(4283,394,'banner_color_gradient','single'),(4284,394,'banner_color_gradient_style','linear'),(4285,394,'banner_color_gradient_angle','vertical'),(4286,394,'banner_source','no-image'),(4287,394,'banner_parallax','false'),(4288,394,'footer_color_gradient','single'),(4289,394,'footer_color_gradient_style','linear'),(4290,394,'footer_color_gradient_angle','vertical'),(4291,394,'footer_source','no-image'),(4292,394,'footer_parallax','false'),(4293,394,'_edit_lock','1534270476:1'),(4294,394,'_theme_options_build','5db712b1efa27'),(4295,394,'_wpb_vc_js_status','true'),(4296,394,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4297,394,'slide_template','default'),(4298,394,'_template','no-title'),(4312,395,'_edit_last','1'),(4313,395,'_wp_page_template','default'),(4314,395,'textfalse',''),(4315,395,'_layout','full'),(4316,395,'_padding','true'),(4317,395,'page_preloader','false'),(4318,395,'_introduce_align','left'),(4319,395,'_disable_breadcrumb','true'),(4320,395,'_enable_local_backgrounds','false'),(4321,395,'theme_header_style','1'),(4322,395,'theme_header_align','left'),(4323,395,'theme_toolbar_toggle','true'),(4324,395,'_transparent_header','false'),(4325,395,'_trans_header_remove_bg','true'),(4326,395,'_transparent_header_skin','light'),(4327,395,'_sticky_header_offset','header'),(4328,395,'background_selector_orientation','full_width_layout'),(4329,395,'boxed_layout_shadow_size','0'),(4330,395,'boxed_layout_shadow_intensity','0'),(4331,395,'body_color_gradient','single'),(4332,395,'body_color_gradient_style','linear'),(4333,395,'body_color_gradient_angle','vertical'),(4334,395,'body_source','no-image'),(4335,395,'body_parallax','false'),(4336,395,'page_color_gradient','single'),(4337,395,'page_color_gradient_style','linear'),(4338,395,'page_color_gradient_angle','vertical'),(4339,395,'page_source','no-image'),(4340,395,'page_parallax','false'),(4341,395,'header_color_gradient','single'),(4342,395,'header_color_gradient_style','linear'),(4343,395,'header_color_gradient_angle','vertical'),(4344,395,'header_source','no-image'),(4345,395,'header_parallax','false'),(4346,395,'banner_color_gradient','single'),(4347,395,'banner_color_gradient_style','linear'),(4348,395,'banner_color_gradient_angle','vertical'),(4349,395,'banner_source','no-image'),(4350,395,'banner_parallax','false'),(4351,395,'footer_color_gradient','single'),(4352,395,'footer_color_gradient_style','linear'),(4353,395,'footer_color_gradient_angle','vertical'),(4354,395,'footer_source','no-image'),(4355,395,'footer_parallax','false'),(4356,395,'_edit_lock','1534270479:1'),(4357,395,'_theme_options_build','5db712b1efa27'),(4358,395,'_wpb_vc_js_status','true'),(4359,395,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4360,395,'slide_template','default'),(4361,395,'_template','no-title'),(4375,396,'_edit_last','1'),(4376,396,'_wp_page_template','default'),(4377,396,'textfalse',''),(4378,396,'_layout','full'),(4379,396,'_padding','true'),(4380,396,'page_preloader','false'),(4381,396,'_introduce_align','left'),(4382,396,'_disable_breadcrumb','true'),(4383,396,'_enable_local_backgrounds','false'),(4384,396,'theme_header_style','1'),(4385,396,'theme_header_align','left'),(4386,396,'theme_toolbar_toggle','true'),(4387,396,'_transparent_header','false'),(4388,396,'_trans_header_remove_bg','true'),(4389,396,'_transparent_header_skin','light'),(4390,396,'_sticky_header_offset','header'),(4391,396,'background_selector_orientation','full_width_layout'),(4392,396,'boxed_layout_shadow_size','0'),(4393,396,'boxed_layout_shadow_intensity','0'),(4394,396,'body_color_gradient','single'),(4395,396,'body_color_gradient_style','linear'),(4396,396,'body_color_gradient_angle','vertical'),(4397,396,'body_source','no-image'),(4398,396,'body_parallax','false'),(4399,396,'page_color_gradient','single'),(4400,396,'page_color_gradient_style','linear'),(4401,396,'page_color_gradient_angle','vertical'),(4402,396,'page_source','no-image'),(4403,396,'page_parallax','false'),(4404,396,'header_color_gradient','single'),(4405,396,'header_color_gradient_style','linear'),(4406,396,'header_color_gradient_angle','vertical'),(4407,396,'header_source','no-image'),(4408,396,'header_parallax','false'),(4409,396,'banner_color_gradient','single'),(4410,396,'banner_color_gradient_style','linear'),(4411,396,'banner_color_gradient_angle','vertical'),(4412,396,'banner_source','no-image'),(4413,396,'banner_parallax','false'),(4414,396,'footer_color_gradient','single'),(4415,396,'footer_color_gradient_style','linear'),(4416,396,'footer_color_gradient_angle','vertical'),(4417,396,'footer_source','no-image'),(4418,396,'footer_parallax','false'),(4419,396,'_edit_lock','1534195671:1'),(4420,396,'_theme_options_build','5db712b1efa27'),(4421,396,'_wpb_vc_js_status','true'),(4422,396,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4423,396,'slide_template','default'),(4424,396,'_template','no-title'),(4438,397,'_edit_last','1'),(4439,397,'_wp_page_template','default'),(4440,397,'textfalse',''),(4441,397,'_layout','full'),(4442,397,'_padding','true'),(4443,397,'page_preloader','false'),(4444,397,'_introduce_align','left'),(4445,397,'_disable_breadcrumb','true'),(4446,397,'_enable_local_backgrounds','false'),(4447,397,'theme_header_style','1'),(4448,397,'theme_header_align','left'),(4449,397,'theme_toolbar_toggle','true'),(4450,397,'_transparent_header','false'),(4451,397,'_trans_header_remove_bg','true'),(4452,397,'_transparent_header_skin','light'),(4453,397,'_sticky_header_offset','header'),(4454,397,'background_selector_orientation','full_width_layout'),(4455,397,'boxed_layout_shadow_size','0'),(4456,397,'boxed_layout_shadow_intensity','0'),(4457,397,'body_color_gradient','single'),(4458,397,'body_color_gradient_style','linear'),(4459,397,'body_color_gradient_angle','vertical'),(4460,397,'body_source','no-image'),(4461,397,'body_parallax','false'),(4462,397,'page_color_gradient','single'),(4463,397,'page_color_gradient_style','linear'),(4464,397,'page_color_gradient_angle','vertical'),(4465,397,'page_source','no-image'),(4466,397,'page_parallax','false'),(4467,397,'header_color_gradient','single'),(4468,397,'header_color_gradient_style','linear'),(4469,397,'header_color_gradient_angle','vertical'),(4470,397,'header_source','no-image'),(4471,397,'header_parallax','false'),(4472,397,'banner_color_gradient','single'),(4473,397,'banner_color_gradient_style','linear'),(4474,397,'banner_color_gradient_angle','vertical'),(4475,397,'banner_source','no-image'),(4476,397,'banner_parallax','false'),(4477,397,'footer_color_gradient','single'),(4478,397,'footer_color_gradient_style','linear'),(4479,397,'footer_color_gradient_angle','vertical'),(4480,397,'footer_source','no-image'),(4481,397,'footer_parallax','false'),(4482,397,'_edit_lock','1534195875:1'),(4483,397,'_theme_options_build','5db712b1efa27'),(4484,397,'_wpb_vc_js_status','true'),(4485,397,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4486,397,'slide_template','default'),(4487,397,'_template','no-title'),(4501,398,'_edit_last','1'),(4502,398,'_wp_page_template','default'),(4503,398,'textfalse',''),(4504,398,'_layout','full'),(4505,398,'_padding','true'),(4506,398,'page_preloader','false'),(4507,398,'_introduce_align','left'),(4508,398,'_disable_breadcrumb','true'),(4509,398,'_enable_local_backgrounds','false'),(4510,398,'theme_header_style','1'),(4511,398,'theme_header_align','left'),(4512,398,'theme_toolbar_toggle','true'),(4513,398,'_transparent_header','false'),(4514,398,'_trans_header_remove_bg','true'),(4515,398,'_transparent_header_skin','light'),(4516,398,'_sticky_header_offset','header'),(4517,398,'background_selector_orientation','full_width_layout'),(4518,398,'boxed_layout_shadow_size','0'),(4519,398,'boxed_layout_shadow_intensity','0'),(4520,398,'body_color_gradient','single'),(4521,398,'body_color_gradient_style','linear'),(4522,398,'body_color_gradient_angle','vertical'),(4523,398,'body_source','no-image'),(4524,398,'body_parallax','false'),(4525,398,'page_color_gradient','single'),(4526,398,'page_color_gradient_style','linear'),(4527,398,'page_color_gradient_angle','vertical'),(4528,398,'page_source','no-image'),(4529,398,'page_parallax','false'),(4530,398,'header_color_gradient','single'),(4531,398,'header_color_gradient_style','linear'),(4532,398,'header_color_gradient_angle','vertical'),(4533,398,'header_source','no-image'),(4534,398,'header_parallax','false'),(4535,398,'banner_color_gradient','single'),(4536,398,'banner_color_gradient_style','linear'),(4537,398,'banner_color_gradient_angle','vertical'),(4538,398,'banner_source','no-image'),(4539,398,'banner_parallax','false'),(4540,398,'footer_color_gradient','single'),(4541,398,'footer_color_gradient_style','linear'),(4542,398,'footer_color_gradient_angle','vertical'),(4543,398,'footer_source','no-image'),(4544,398,'footer_parallax','false'),(4545,398,'_edit_lock','1534195876:1'),(4546,398,'_theme_options_build','5db712b1efa27'),(4547,398,'_wpb_vc_js_status','true'),(4548,398,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4549,398,'slide_template','default'),(4550,398,'_template','no-title'),(4564,399,'_edit_last','1'),(4565,399,'_wp_page_template','default'),(4566,399,'textfalse',''),(4567,399,'_layout','full'),(4568,399,'_padding','true'),(4569,399,'page_preloader','false'),(4570,399,'_introduce_align','left'),(4571,399,'_disable_breadcrumb','true'),(4572,399,'_enable_local_backgrounds','false'),(4573,399,'theme_header_style','1'),(4574,399,'theme_header_align','left'),(4575,399,'theme_toolbar_toggle','true'),(4576,399,'_transparent_header','false'),(4577,399,'_trans_header_remove_bg','true'),(4578,399,'_transparent_header_skin','light'),(4579,399,'_sticky_header_offset','header'),(4580,399,'background_selector_orientation','full_width_layout'),(4581,399,'boxed_layout_shadow_size','0'),(4582,399,'boxed_layout_shadow_intensity','0'),(4583,399,'body_color_gradient','single'),(4584,399,'body_color_gradient_style','linear'),(4585,399,'body_color_gradient_angle','vertical'),(4586,399,'body_source','no-image'),(4587,399,'body_parallax','false'),(4588,399,'page_color_gradient','single'),(4589,399,'page_color_gradient_style','linear'),(4590,399,'page_color_gradient_angle','vertical'),(4591,399,'page_source','no-image'),(4592,399,'page_parallax','false'),(4593,399,'header_color_gradient','single'),(4594,399,'header_color_gradient_style','linear'),(4595,399,'header_color_gradient_angle','vertical'),(4596,399,'header_source','no-image'),(4597,399,'header_parallax','false'),(4598,399,'banner_color_gradient','single'),(4599,399,'banner_color_gradient_style','linear'),(4600,399,'banner_color_gradient_angle','vertical'),(4601,399,'banner_source','no-image'),(4602,399,'banner_parallax','false'),(4603,399,'footer_color_gradient','single'),(4604,399,'footer_color_gradient_style','linear'),(4605,399,'footer_color_gradient_angle','vertical'),(4606,399,'footer_source','no-image'),(4607,399,'footer_parallax','false'),(4608,399,'_edit_lock','1534195878:1'),(4609,399,'_theme_options_build','5db712b1efa27'),(4610,399,'_wpb_vc_js_status','true'),(4611,399,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4612,399,'slide_template','default'),(4613,399,'_template','no-title'),(4627,400,'_edit_last','1'),(4628,400,'_wp_page_template','default'),(4629,400,'textfalse',''),(4630,400,'_layout','full'),(4631,400,'_padding','true'),(4632,400,'page_preloader','false'),(4633,400,'_introduce_align','left'),(4634,400,'_disable_breadcrumb','true'),(4635,400,'_enable_local_backgrounds','false'),(4636,400,'theme_header_style','1'),(4637,400,'theme_header_align','left'),(4638,400,'theme_toolbar_toggle','true'),(4639,400,'_transparent_header','false'),(4640,400,'_trans_header_remove_bg','true'),(4641,400,'_transparent_header_skin','light'),(4642,400,'_sticky_header_offset','header'),(4643,400,'background_selector_orientation','full_width_layout'),(4644,400,'boxed_layout_shadow_size','0'),(4645,400,'boxed_layout_shadow_intensity','0'),(4646,400,'body_color_gradient','single'),(4647,400,'body_color_gradient_style','linear'),(4648,400,'body_color_gradient_angle','vertical'),(4649,400,'body_source','no-image'),(4650,400,'body_parallax','false'),(4651,400,'page_color_gradient','single'),(4652,400,'page_color_gradient_style','linear'),(4653,400,'page_color_gradient_angle','vertical'),(4654,400,'page_source','no-image'),(4655,400,'page_parallax','false'),(4656,400,'header_color_gradient','single'),(4657,400,'header_color_gradient_style','linear'),(4658,400,'header_color_gradient_angle','vertical'),(4659,400,'header_source','no-image'),(4660,400,'header_parallax','false'),(4661,400,'banner_color_gradient','single'),(4662,400,'banner_color_gradient_style','linear'),(4663,400,'banner_color_gradient_angle','vertical'),(4664,400,'banner_source','no-image'),(4665,400,'banner_parallax','false'),(4666,400,'footer_color_gradient','single'),(4667,400,'footer_color_gradient_style','linear'),(4668,400,'footer_color_gradient_angle','vertical'),(4669,400,'footer_source','no-image'),(4670,400,'footer_parallax','false'),(4671,400,'_edit_lock','1534195879:1'),(4672,400,'_theme_options_build','5db712b1efa27'),(4673,400,'_wpb_vc_js_status','true'),(4674,400,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4675,400,'slide_template','default'),(4676,400,'_template','no-title'),(4690,401,'_edit_last','1'),(4691,401,'_wp_page_template','default'),(4692,401,'textfalse',''),(4693,401,'_layout','full'),(4694,401,'_padding','true'),(4695,401,'page_preloader','false'),(4696,401,'_introduce_align','left'),(4697,401,'_disable_breadcrumb','true'),(4698,401,'_enable_local_backgrounds','false'),(4699,401,'theme_header_style','1'),(4700,401,'theme_header_align','left'),(4701,401,'theme_toolbar_toggle','true'),(4702,401,'_transparent_header','false'),(4703,401,'_trans_header_remove_bg','true'),(4704,401,'_transparent_header_skin','light'),(4705,401,'_sticky_header_offset','header'),(4706,401,'background_selector_orientation','full_width_layout'),(4707,401,'boxed_layout_shadow_size','0'),(4708,401,'boxed_layout_shadow_intensity','0'),(4709,401,'body_color_gradient','single'),(4710,401,'body_color_gradient_style','linear'),(4711,401,'body_color_gradient_angle','vertical'),(4712,401,'body_source','no-image'),(4713,401,'body_parallax','false'),(4714,401,'page_color_gradient','single'),(4715,401,'page_color_gradient_style','linear'),(4716,401,'page_color_gradient_angle','vertical'),(4717,401,'page_source','no-image'),(4718,401,'page_parallax','false'),(4719,401,'header_color_gradient','single'),(4720,401,'header_color_gradient_style','linear'),(4721,401,'header_color_gradient_angle','vertical'),(4722,401,'header_source','no-image'),(4723,401,'header_parallax','false'),(4724,401,'banner_color_gradient','single'),(4725,401,'banner_color_gradient_style','linear'),(4726,401,'banner_color_gradient_angle','vertical'),(4727,401,'banner_source','no-image'),(4728,401,'banner_parallax','false'),(4729,401,'footer_color_gradient','single'),(4730,401,'footer_color_gradient_style','linear'),(4731,401,'footer_color_gradient_angle','vertical'),(4732,401,'footer_source','no-image'),(4733,401,'footer_parallax','false'),(4734,401,'_edit_lock','1534265690:1'),(4735,401,'_theme_options_build','5db712b1efa27'),(4736,401,'_wpb_vc_js_status','true'),(4737,401,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4738,401,'slide_template','default'),(4739,401,'_template','no-title'),(4753,412,'_edit_last','1'),(4754,412,'_wp_page_template','default'),(4755,412,'textfalse',''),(4756,412,'_layout','full'),(4757,412,'_padding','true'),(4758,412,'page_preloader','false'),(4759,412,'_introduce_align','left'),(4760,412,'_disable_breadcrumb','true'),(4761,412,'_enable_local_backgrounds','false'),(4762,412,'theme_header_style','1'),(4763,412,'theme_header_align','left'),(4764,412,'theme_toolbar_toggle','true'),(4765,412,'_transparent_header','false'),(4766,412,'_trans_header_remove_bg','true'),(4767,412,'_transparent_header_skin','light'),(4768,412,'_sticky_header_offset','header'),(4769,412,'background_selector_orientation','full_width_layout'),(4770,412,'boxed_layout_shadow_size','0'),(4771,412,'boxed_layout_shadow_intensity','0'),(4772,412,'body_color_gradient','single'),(4773,412,'body_color_gradient_style','linear'),(4774,412,'body_color_gradient_angle','vertical'),(4775,412,'body_source','no-image'),(4776,412,'body_parallax','false'),(4777,412,'page_color_gradient','single'),(4778,412,'page_color_gradient_style','linear'),(4779,412,'page_color_gradient_angle','vertical'),(4780,412,'page_source','no-image'),(4781,412,'page_parallax','false'),(4782,412,'header_color_gradient','single'),(4783,412,'header_color_gradient_style','linear'),(4784,412,'header_color_gradient_angle','vertical'),(4785,412,'header_source','no-image'),(4786,412,'header_parallax','false'),(4787,412,'banner_color_gradient','single'),(4788,412,'banner_color_gradient_style','linear'),(4789,412,'banner_color_gradient_angle','vertical'),(4790,412,'banner_source','no-image'),(4791,412,'banner_parallax','false'),(4792,412,'footer_color_gradient','single'),(4793,412,'footer_color_gradient_style','linear'),(4794,412,'footer_color_gradient_angle','vertical'),(4795,412,'footer_source','no-image'),(4796,412,'footer_parallax','false'),(4797,412,'_edit_lock','1581466913:2'),(4798,412,'_theme_options_build','5db712b1efa27'),(4799,412,'_wpb_vc_js_status','true'),(4800,412,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4801,412,'slide_template','default'),(4802,412,'_template','no-title'),(4816,414,'_menu_item_type','post_type'),(4817,414,'_menu_item_menu_item_parent','391'),(4818,414,'_menu_item_object_id','412'),(4819,414,'_menu_item_object','page'),(4820,414,'_menu_item_target',''),(4821,414,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4822,414,'_menu_item_xfn',''),(4823,414,'_menu_item_url',''),(4825,414,'_menu_item_megamenu','enabled'),(4826,414,'_menu_item_megamenu_background',''),(4827,414,'_menu_item_megamenu_widgetarea','0'),(4828,414,'_menu_item_megamenu_styles',''),(4829,415,'_menu_item_type','post_type'),(4830,415,'_menu_item_menu_item_parent','391'),(4831,415,'_menu_item_object_id','401'),(4832,415,'_menu_item_object','page'),(4833,415,'_menu_item_target',''),(4834,415,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4835,415,'_menu_item_xfn',''),(4836,415,'_menu_item_url',''),(4838,415,'_menu_item_megamenu','enabled'),(4839,415,'_menu_item_megamenu_background',''),(4840,415,'_menu_item_megamenu_widgetarea','0'),(4841,415,'_menu_item_megamenu_styles',''),(4842,416,'_menu_item_type','post_type'),(4843,416,'_menu_item_menu_item_parent','391'),(4844,416,'_menu_item_object_id','400'),(4845,416,'_menu_item_object','page'),(4846,416,'_menu_item_target',''),(4847,416,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4848,416,'_menu_item_xfn',''),(4849,416,'_menu_item_url',''),(4851,416,'_menu_item_megamenu','enabled'),(4852,416,'_menu_item_megamenu_background',''),(4853,416,'_menu_item_megamenu_widgetarea','0'),(4854,416,'_menu_item_megamenu_styles',''),(4855,417,'_menu_item_type','post_type'),(4856,417,'_menu_item_menu_item_parent','391'),(4857,417,'_menu_item_object_id','399'),(4858,417,'_menu_item_object','page'),(4859,417,'_menu_item_target',''),(4860,417,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4861,417,'_menu_item_xfn',''),(4862,417,'_menu_item_url',''),(4864,417,'_menu_item_megamenu','enabled'),(4865,417,'_menu_item_megamenu_background',''),(4866,417,'_menu_item_megamenu_widgetarea','0'),(4867,417,'_menu_item_megamenu_styles',''),(4868,418,'_menu_item_type','post_type'),(4869,418,'_menu_item_menu_item_parent','391'),(4870,418,'_menu_item_object_id','398'),(4871,418,'_menu_item_object','page'),(4872,418,'_menu_item_target',''),(4873,418,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4874,418,'_menu_item_xfn',''),(4875,418,'_menu_item_url',''),(4877,418,'_menu_item_megamenu','enabled'),(4878,418,'_menu_item_megamenu_background',''),(4879,418,'_menu_item_megamenu_widgetarea','0'),(4880,418,'_menu_item_megamenu_styles',''),(4881,419,'_menu_item_type','post_type'),(4882,419,'_menu_item_menu_item_parent','391'),(4883,419,'_menu_item_object_id','397'),(4884,419,'_menu_item_object','page'),(4885,419,'_menu_item_target',''),(4886,419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4887,419,'_menu_item_xfn',''),(4888,419,'_menu_item_url',''),(4890,419,'_menu_item_megamenu','enabled'),(4891,419,'_menu_item_megamenu_background',''),(4892,419,'_menu_item_megamenu_widgetarea','0'),(4893,419,'_menu_item_megamenu_styles',''),(4894,420,'_menu_item_type','post_type'),(4895,420,'_menu_item_menu_item_parent','391'),(4896,420,'_menu_item_object_id','396'),(4897,420,'_menu_item_object','page'),(4898,420,'_menu_item_target',''),(4899,420,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4900,420,'_menu_item_xfn',''),(4901,420,'_menu_item_url',''),(4903,420,'_menu_item_megamenu','enabled'),(4904,420,'_menu_item_megamenu_background',''),(4905,420,'_menu_item_megamenu_widgetarea','0'),(4906,420,'_menu_item_megamenu_styles',''),(4907,421,'_menu_item_type','post_type'),(4908,421,'_menu_item_menu_item_parent','391'),(4909,421,'_menu_item_object_id','395'),(4910,421,'_menu_item_object','page'),(4911,421,'_menu_item_target',''),(4912,421,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4913,421,'_menu_item_xfn',''),(4914,421,'_menu_item_url',''),(4916,421,'_menu_item_megamenu','enabled'),(4917,421,'_menu_item_megamenu_background',''),(4918,421,'_menu_item_megamenu_widgetarea','0'),(4919,421,'_menu_item_megamenu_styles',''),(4920,422,'_menu_item_type','post_type'),(4921,422,'_menu_item_menu_item_parent','391'),(4922,422,'_menu_item_object_id','394'),(4923,422,'_menu_item_object','page'),(4924,422,'_menu_item_target',''),(4925,422,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4926,422,'_menu_item_xfn',''),(4927,422,'_menu_item_url',''),(4929,422,'_menu_item_megamenu','enabled'),(4930,422,'_menu_item_megamenu_background',''),(4931,422,'_menu_item_megamenu_widgetarea','0'),(4932,422,'_menu_item_megamenu_styles',''),(4933,423,'_menu_item_type','post_type'),(4934,423,'_menu_item_menu_item_parent','391'),(4935,423,'_menu_item_object_id','393'),(4936,423,'_menu_item_object','page'),(4937,423,'_menu_item_target',''),(4938,423,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4939,423,'_menu_item_xfn',''),(4940,423,'_menu_item_url',''),(4942,423,'_menu_item_megamenu','enabled'),(4943,423,'_menu_item_megamenu_background',''),(4944,423,'_menu_item_megamenu_widgetarea','0'),(4945,423,'_menu_item_megamenu_styles',''),(4946,424,'_menu_item_type','post_type'),(4947,424,'_menu_item_menu_item_parent','391'),(4948,424,'_menu_item_object_id','392'),(4949,424,'_menu_item_object','page'),(4950,424,'_menu_item_target',''),(4951,424,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4952,424,'_menu_item_xfn',''),(4953,424,'_menu_item_url',''),(4955,424,'_menu_item_megamenu','enabled'),(4956,424,'_menu_item_megamenu_background',''),(4957,424,'_menu_item_megamenu_widgetarea','0'),(4958,424,'_menu_item_megamenu_styles',''),(4959,424,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4960,424,'_menu_item_menu_icon',''),(4961,423,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4962,423,'_menu_item_menu_icon',''),(4963,422,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4964,422,'_menu_item_menu_icon',''),(4965,421,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4966,421,'_menu_item_menu_icon',''),(4967,420,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4968,420,'_menu_item_menu_icon',''),(4969,419,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4970,419,'_menu_item_menu_icon',''),(4971,418,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4972,418,'_menu_item_menu_icon',''),(4973,417,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4974,417,'_menu_item_menu_icon',''),(4975,416,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4976,416,'_menu_item_menu_icon',''),(4977,415,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4978,415,'_menu_item_menu_icon',''),(4979,414,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4980,414,'_menu_item_menu_icon',''),(4983,425,'_menu_item_type','post_type'),(4984,425,'_menu_item_menu_item_parent','0'),(4985,425,'_menu_item_object_id','23'),(4986,425,'_menu_item_object','page'),(4987,425,'_menu_item_target',''),(4988,425,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4989,425,'_menu_item_xfn',''),(4990,425,'_menu_item_url',''),(4992,425,'_menu_item_megamenu',''),(4993,425,'_menu_item_megamenu_background',''),(4994,425,'_menu_item_megamenu_widgetarea','0'),(4995,425,'_menu_item_megamenu_styles',''),(4996,425,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(4997,425,'_menu_item_menu_icon',''),(5006,426,'_wp_attached_file','2018/04/main_quote_left1.png'),(5007,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:66;s:4:\"file\";s:28:\"2018/04/main_quote_left1.png\";s:5:\"sizes\";a:0:{}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;}}'),(5008,427,'_wp_attached_file','2018/04/main_quote_right1.png'),(5009,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:66;s:4:\"file\";s:29:\"2018/04/main_quote_right1.png\";s:5:\"sizes\";a:0:{}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;}}'),(5018,436,'_wp_attached_file','2018/04/buttons2.gif'),(5019,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:85;s:4:\"file\";s:20:\"2018/04/buttons2.gif\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:19:\"buttons2-150x85.gif\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:19:\"buttons2-300x60.gif\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"buttons2-150x85.gif\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:19:\"buttons2-225x85.gif\";s:5:\"width\";i:225;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:19:\"buttons2-200x85.gif\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:19:\"buttons2-330x66.gif\";s:5:\"width\";i:330;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:19:\"buttons2-400x80.gif\";s:5:\"width\";i:400;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:19:\"buttons2-245x85.gif\";s:5:\"width\";i:245;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:19:\"buttons2-260x85.gif\";s:5:\"width\";i:260;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:19:\"buttons2-300x85.gif\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:19:\"buttons2-300x85.gif\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"buttons2-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5022,439,'_wp_attached_file','2018/04/buttons21.gif'),(5023,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:85;s:4:\"file\";s:21:\"2018/04/buttons21.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:20:\"buttons21-150x85.gif\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:20:\"buttons21-300x60.gif\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:20:\"buttons21-150x85.gif\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:20:\"buttons21-225x85.gif\";s:5:\"width\";i:225;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:20:\"buttons21-200x85.gif\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:20:\"buttons21-330x66.gif\";s:5:\"width\";i:330;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:20:\"buttons21-400x80.gif\";s:5:\"width\";i:400;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:20:\"buttons21-245x85.gif\";s:5:\"width\";i:245;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:20:\"buttons21-260x85.gif\";s:5:\"width\";i:260;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:20:\"buttons21-300x85.gif\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:20:\"buttons21-300x85.gif\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5024,440,'_wp_attached_file','2018/04/buttons22.gif'),(5025,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:68;s:4:\"file\";s:21:\"2018/04/buttons22.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:20:\"buttons22-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:20:\"buttons22-300x52.gif\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:20:\"buttons22-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:20:\"buttons22-225x68.gif\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:20:\"buttons22-200x68.gif\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:20:\"buttons22-330x57.gif\";s:5:\"width\";i:330;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:20:\"buttons22-245x68.gif\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:20:\"buttons22-260x68.gif\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:20:\"buttons22-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:20:\"buttons22-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"buttons22-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5027,442,'_wp_attached_file','2018/04/buttons.gif'),(5028,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:68;s:4:\"file\";s:19:\"2018/04/buttons.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:18:\"buttons-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:18:\"buttons-300x52.gif\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:18:\"buttons-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:18:\"buttons-225x68.gif\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:18:\"buttons-200x68.gif\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:18:\"buttons-330x57.gif\";s:5:\"width\";i:330;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:18:\"buttons-245x68.gif\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:18:\"buttons-260x68.gif\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:18:\"buttons-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:18:\"buttons-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:21:\"buttons-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5030,444,'_wp_attached_file','2018/04/buttons1.gif'),(5031,444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2018/04/buttons1.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:19:\"buttons1-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:19:\"buttons1-300x52.gif\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"buttons1-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:19:\"buttons1-225x68.gif\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:19:\"buttons1-200x68.gif\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:19:\"buttons1-330x57.gif\";s:5:\"width\";i:330;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:19:\"buttons1-245x68.gif\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:19:\"buttons1-260x68.gif\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:19:\"buttons1-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:19:\"buttons1-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"buttons1-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5033,446,'_wp_attached_file','2018/04/buttons3.gif'),(5034,446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2018/04/buttons3.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:19:\"buttons3-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:19:\"buttons3-300x52.gif\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"buttons3-150x68.gif\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:19:\"buttons3-225x68.gif\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:19:\"buttons3-200x68.gif\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:19:\"buttons3-330x57.gif\";s:5:\"width\";i:330;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:19:\"buttons3-245x68.gif\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:19:\"buttons3-260x68.gif\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:19:\"buttons3-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:19:\"buttons3-300x68.gif\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"buttons3-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5037,449,'_wp_attached_file','2018/04/main_bg032.jpg'),(5038,449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:703;s:4:\"file\";s:22:\"2018/04/main_bg032.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"main_bg032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"main_bg032-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"main_bg032-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main_bg032-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"main_bg032-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"main_bg032-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"main_bg032-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main_bg032-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"main_bg032-330x145.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"main_bg032-400x176.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:22:\"main_bg032-800x352.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main_bg032-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main_bg032-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"main_bg032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"main_bg032-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:23:\"main_bg032-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg032-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg032-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"main_bg032-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:23:\"main_bg032-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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;}}'),(5069,459,'_menu_item_type','post_type'),(5070,459,'_menu_item_menu_item_parent','0'),(5071,459,'_menu_item_object_id','17'),(5072,459,'_menu_item_object','page'),(5073,459,'_menu_item_target',''),(5074,459,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5075,459,'_menu_item_xfn',''),(5076,459,'_menu_item_url',''),(5078,459,'_menu_item_megamenu',''),(5079,459,'_menu_item_megamenu_background',''),(5080,459,'_menu_item_megamenu_widgetarea','0'),(5081,459,'_menu_item_megamenu_styles',''),(5082,460,'_menu_item_type','post_type'),(5083,460,'_menu_item_menu_item_parent','0'),(5084,460,'_menu_item_object_id','21'),(5085,460,'_menu_item_object','page'),(5086,460,'_menu_item_target',''),(5087,460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5088,460,'_menu_item_xfn',''),(5089,460,'_menu_item_url',''),(5091,460,'_menu_item_megamenu',''),(5092,460,'_menu_item_megamenu_background',''),(5093,460,'_menu_item_megamenu_widgetarea','0'),(5094,460,'_menu_item_megamenu_styles',''),(5095,459,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5096,459,'_menu_item_menu_icon',''),(5097,460,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5098,460,'_menu_item_menu_icon',''),(5099,461,'_wp_attached_file','2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png'),(5100,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1036;s:6:\"height\";i:136;s:4:\"file\";s:48:\"2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:47:\"Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:49:\"Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png\";s:5:\"width\";i:1024;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-225x136.png\";s:5:\"width\";i:225;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-200x136.png\";s:5:\"width\";i:200;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png\";s:5:\"width\";i:330;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:47:\"Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png\";s:5:\"width\";i:400;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png\";s:5:\"width\";i:800;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-245x136.png\";s:5:\"width\";i:245;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-260x136.png\";s:5:\"width\";i:260;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-4.05.56-PM-900x136.png\";s:5:\"width\";i:900;s:6:\"height\";i:136;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;}}'),(5105,463,'_wp_attached_file','2018/04/design-develop-solve.gif'),(5106,463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:105;s:4:\"file\";s:32:\"2018/04/design-develop-solve.gif\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:32:\"design-develop-solve-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:31:\"design-develop-solve-300x64.gif\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:31:\"design-develop-solve-330x70.gif\";s:5:\"width\";i:330;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:31:\"design-develop-solve-400x85.gif\";s:5:\"width\";i:400;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:32:\"design-develop-solve-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:34:\"design-develop-solve-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5109,466,'_wp_attached_file','2018/04/design-develop-solve1.gif'),(5110,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:105;s:4:\"file\";s:33:\"2018/04/design-develop-solve1.gif\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:33:\"design-develop-solve1-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:32:\"design-develop-solve1-300x65.gif\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:32:\"design-develop-solve1-330x72.gif\";s:5:\"width\";i:330;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:32:\"design-develop-solve1-400x87.gif\";s:5:\"width\";i:400;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:33:\"design-develop-solve1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:35:\"design-develop-solve1-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5112,468,'_wp_attached_file','2018/04/design-develop-solve2.gif'),(5113,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:105;s:4:\"file\";s:33:\"2018/04/design-develop-solve2.gif\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:33:\"design-develop-solve2-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:32:\"design-develop-solve2-300x65.gif\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:32:\"design-develop-solve2-330x72.gif\";s:5:\"width\";i:330;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:32:\"design-develop-solve2-400x87.gif\";s:5:\"width\";i:400;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:33:\"design-develop-solve2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:35:\"design-develop-solve2-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5124,474,'_wp_attached_file','2018/05/accountability-off.jpg'),(5125,474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:30:\"2018/05/accountability-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"accountability-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:30:\"accountability-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:30:\"accountability-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:30:\"accountability-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:30:\"accountability-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:30:\"accountability-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:30:\"accountability-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5126,475,'_wp_attached_file','2018/05/accountability-on.jpg'),(5127,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:29:\"2018/05/accountability-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"accountability-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:29:\"accountability-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:29:\"accountability-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:29:\"accountability-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:29:\"accountability-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:29:\"accountability-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:29:\"accountability-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5128,476,'_wp_attached_file','2018/05/marketing-off.jpg'),(5129,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:25:\"2018/05/marketing-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"marketing-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:25:\"marketing-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:25:\"marketing-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:25:\"marketing-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"marketing-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:25:\"marketing-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:25:\"marketing-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5130,477,'_wp_attached_file','2018/05/marketing-on.jpg'),(5131,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:24:\"2018/05/marketing-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"marketing-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:24:\"marketing-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:24:\"marketing-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:24:\"marketing-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:24:\"marketing-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:24:\"marketing-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:24:\"marketing-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5132,478,'_wp_attached_file','2018/05/new-patients-off.jpg'),(5133,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:28:\"2018/05/new-patients-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"new-patients-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:28:\"new-patients-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:28:\"new-patients-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:28:\"new-patients-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:28:\"new-patients-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:28:\"new-patients-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:28:\"new-patients-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5134,479,'_wp_attached_file','2018/05/new-patients-on.jpg'),(5135,479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:27:\"2018/05/new-patients-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"new-patients-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:27:\"new-patients-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:27:\"new-patients-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:27:\"new-patients-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:27:\"new-patients-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:27:\"new-patients-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:27:\"new-patients-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5136,480,'_wp_attached_file','2018/05/production-off.jpg'),(5137,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:26:\"2018/05/production-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"production-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"production-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"production-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"production-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:26:\"production-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"production-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"production-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5138,481,'_wp_attached_file','2018/05/production-on.jpg'),(5139,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:25:\"2018/05/production-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"production-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:25:\"production-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:25:\"production-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:25:\"production-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"production-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:25:\"production-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:25:\"production-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5140,482,'_wp_attached_file','2018/05/profit-off.jpg'),(5141,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:22:\"2018/05/profit-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"profit-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"profit-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"profit-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"profit-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"profit-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"profit-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"profit-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5142,483,'_wp_attached_file','2018/05/profit-on.jpg'),(5143,483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:21:\"2018/05/profit-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"profit-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"profit-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:21:\"profit-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"profit-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"profit-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"profit-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"profit-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5144,484,'_wp_attached_file','2018/05/schedule-off.jpg'),(5145,484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:24:\"2018/05/schedule-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"schedule-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:24:\"schedule-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:24:\"schedule-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:24:\"schedule-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:24:\"schedule-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:24:\"schedule-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:24:\"schedule-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5146,485,'_wp_attached_file','2018/05/schedule-on.jpg'),(5147,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:23:\"2018/05/schedule-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"schedule-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"schedule-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:23:\"schedule-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"schedule-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:23:\"schedule-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"schedule-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"schedule-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5148,486,'_wp_attached_file','2018/05/team-off.jpg'),(5149,486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:20:\"2018/05/team-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"team-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:20:\"team-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:20:\"team-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:20:\"team-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:20:\"team-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:20:\"team-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:20:\"team-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5150,487,'_wp_attached_file','2018/05/team-on.jpg'),(5151,487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:19:\"2018/05/team-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"team-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"team-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:19:\"team-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:19:\"team-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:19:\"team-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:19:\"team-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:19:\"team-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5152,488,'_wp_attached_file','2018/05/technonogy-off.jpg'),(5153,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:26:\"2018/05/technonogy-off.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"technonogy-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"technonogy-off-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"technonogy-off-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"technonogy-off-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:26:\"technonogy-off-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"technonogy-off-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"technonogy-off-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5154,489,'_wp_attached_file','2018/05/technonogy-on.jpg'),(5155,489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:25:\"2018/05/technonogy-on.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"technonogy-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:25:\"technonogy-on-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:25:\"technonogy-on-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:25:\"technonogy-on-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"technonogy-on-260x260.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:25:\"technonogy-on-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:25:\"technonogy-on-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;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;}}'),(5172,505,'_wp_attached_file','2018/04/main-button.png'),(5173,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:68;s:4:\"file\";s:23:\"2018/04/main-button.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:22:\"main-button-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"main-button-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"main-button-225x68.png\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"main-button-200x68.png\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"main-button-245x68.png\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"main-button-260x68.png\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:25:\"main-button-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5183,508,'_wp_attached_file','2018/04/buttons.png'),(5184,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:68;s:4:\"file\";s:19:\"2018/04/buttons.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:18:\"buttons-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:18:\"buttons-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:18:\"buttons-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:18:\"buttons-225x68.png\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:18:\"buttons-200x68.png\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:18:\"buttons-330x57.png\";s:5:\"width\";i:330;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:18:\"buttons-245x68.png\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:18:\"buttons-260x68.png\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:18:\"buttons-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:18:\"buttons-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:21:\"buttons-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5193,515,'_wp_attached_file','2018/05/main_banner2.jpg'),(5194,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:801;s:4:\"file\";s:24:\"2018/05/main_banner2.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"main_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:24:\"main_banner2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:25:\"main_banner2-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:24:\"main_banner2-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:24:\"main_banner2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:24:\"main_banner2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:24:\"main_banner2-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:24:\"main_banner2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:24:\"main_banner2-330x165.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:24:\"main_banner2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:24:\"main_banner2-800x401.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:24:\"main_banner2-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:24:\"main_banner2-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:24:\"main_banner2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:24:\"main_banner2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:25:\"main_banner2-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:24:\"main_banner2-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:24:\"main_banner2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:24:\"main_banner2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:25:\"main_banner2-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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;}}'),(5195,516,'_wp_attached_file','2018/05/header.png'),(5196,516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1036;s:6:\"height\";i:136;s:4:\"file\";s:18:\"2018/05/header.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:18:\"header-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:17:\"header-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:19:\"header-1024x134.png\";s:5:\"width\";i:1024;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:18:\"header-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:18:\"header-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:18:\"header-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:18:\"header-225x136.png\";s:5:\"width\";i:225;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:18:\"header-200x136.png\";s:5:\"width\";i:200;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:17:\"header-330x43.png\";s:5:\"width\";i:330;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:17:\"header-400x53.png\";s:5:\"width\";i:400;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:18:\"header-800x105.png\";s:5:\"width\";i:800;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:18:\"header-245x136.png\";s:5:\"width\";i:245;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:18:\"header-260x136.png\";s:5:\"width\";i:260;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:18:\"header-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:18:\"header-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:18:\"header-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:18:\"header-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:18:\"header-900x136.png\";s:5:\"width\";i:900;s:6:\"height\";i:136;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;}}'),(5209,527,'_wp_attached_file','2018/05/cancel-icon.png'),(5210,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:614;s:6:\"height\";i:614;s:4:\"file\";s:23:\"2018/05/cancel-icon.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cancel-icon-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:23:\"cancel-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"cancel-icon-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:23:\"cancel-icon-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:23:\"cancel-icon-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:23:\"cancel-icon-225x225.png\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:23:\"cancel-icon-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:23:\"cancel-icon-260x260.png\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:23:\"cancel-icon-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:23:\"cancel-icon-245x180.png\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:23:\"cancel-icon-260x180.png\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-614x300.png\";s:5:\"width\";i:614;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-300x600.png\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-614x600.png\";s:5:\"width\";i:614;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:23:\"cancel-icon-614x600.png\";s:5:\"width\";i:614;s:6:\"height\";i:600;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;}}'),(5212,529,'_wp_attached_file','2018/05/close_btn.png'),(5213,529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2018/05/close_btn.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"close_btn-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:21:\"close_btn-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"close_btn-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:21:\"close_btn-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:21:\"close_btn-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:21:\"close_btn-225x225.png\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"close_btn-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"close_btn-260x260.png\";s:5:\"width\";i:260;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:21:\"close_btn-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"close_btn-245x180.png\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"close_btn-260x180.png\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:21:\"close_btn-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:21:\"close_btn-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:21:\"close_btn-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:21:\"close_btn-300x512.png\";s:5:\"width\";i:300;s:6:\"height\";i:512;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;}}'),(5231,547,'_wp_attached_file','2018/04/DDS_animation.gif'),(5232,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:25:\"2018/04/DDS_animation.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:25:\"DDS_animation-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:24:\"DDS_animation-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:25:\"DDS_animation-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:25:\"DDS_animation-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:25:\"DDS_animation-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:25:\"DDS_animation-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:25:\"DDS_animation-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:24:\"DDS_animation-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:24:\"DDS_animation-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:25:\"DDS_animation-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:25:\"DDS_animation-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:25:\"DDS_animation-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:25:\"DDS_animation-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:25:\"DDS_animation-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:25:\"DDS_animation-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"DDS_animation-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5234,549,'_wp_attached_file','2018/04/DDS_animation1.gif'),(5235,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:26:\"2018/04/DDS_animation1.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"DDS_animation1-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"DDS_animation1-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"DDS_animation1-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:25:\"DDS_animation1-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation1-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"DDS_animation1-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5237,551,'_wp_attached_file','2018/04/DDS_animation2.gif'),(5238,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:26:\"2018/04/DDS_animation2.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"DDS_animation2-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"DDS_animation2-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"DDS_animation2-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:25:\"DDS_animation2-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation2-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5239,552,'_wp_attached_file','2018/04/DDS_animation3.gif'),(5240,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:26:\"2018/04/DDS_animation3.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"DDS_animation3-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"DDS_animation3-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"DDS_animation3-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:25:\"DDS_animation3-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation3-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"DDS_animation3-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5242,554,'_wp_attached_file','2018/04/DDS_animation4.gif'),(5243,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:26:\"2018/04/DDS_animation4.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"DDS_animation4-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"DDS_animation4-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"DDS_animation4-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:25:\"DDS_animation4-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation4-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"DDS_animation4-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5248,557,'_wp_attached_file','2018/04/DDS_animation_banner.gif'),(5249,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:32:\"2018/04/DDS_animation_banner.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:32:\"DDS_animation_banner-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:31:\"DDS_animation_banner-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:31:\"DDS_animation_banner-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:31:\"DDS_animation_banner-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5250,558,'_wp_attached_file','2018/04/DDS_animation_slow.gif'),(5251,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:30:\"2018/04/DDS_animation_slow.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:30:\"DDS_animation_slow-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:29:\"DDS_animation_slow-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:29:\"DDS_animation_slow-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:29:\"DDS_animation_slow-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:32:\"DDS_animation_slow-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5253,560,'_wp_attached_file','2018/05/DDS_animation_banner.gif'),(5254,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:32:\"2018/05/DDS_animation_banner.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:32:\"DDS_animation_banner-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:31:\"DDS_animation_banner-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:31:\"DDS_animation_banner-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:31:\"DDS_animation_banner-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5255,561,'_wp_attached_file','2018/05/DDS_animation_banner2.gif'),(5256,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:33:\"2018/05/DDS_animation_banner2.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:33:\"DDS_animation_banner2-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:32:\"DDS_animation_banner2-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner2-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner2-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner2-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5257,562,'_wp_attached_file','2018/05/DDS_animation_banner3.gif'),(5258,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:33:\"2018/05/DDS_animation_banner3.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:33:\"DDS_animation_banner3-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:32:\"DDS_animation_banner3-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner3-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner3-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner3-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5259,563,'_wp_attached_file','2018/04/buttons1.png'),(5260,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:68;s:4:\"file\";s:20:\"2018/04/buttons1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:19:\"buttons1-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:19:\"buttons1-300x52.png\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:19:\"buttons1-150x68.png\";s:5:\"width\";i:150;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:19:\"buttons1-225x68.png\";s:5:\"width\";i:225;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:19:\"buttons1-200x68.png\";s:5:\"width\";i:200;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:19:\"buttons1-330x57.png\";s:5:\"width\";i:330;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:19:\"buttons1-245x68.png\";s:5:\"width\";i:245;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:19:\"buttons1-260x68.png\";s:5:\"width\";i:260;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:19:\"buttons1-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:19:\"buttons1-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"buttons1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5262,565,'_wp_attached_file','2018/04/DDS_animation5.gif'),(5263,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:26:\"2018/04/DDS_animation5.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"DDS_animation5-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"DDS_animation5-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"DDS_animation5-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:25:\"DDS_animation5-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_animation5-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5264,566,'_wp_attached_file','2018/04/DDS_animation_slow1.gif'),(5265,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:31:\"2018/04/DDS_animation_slow1.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:31:\"DDS_animation_slow1-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:30:\"DDS_animation_slow1-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow1-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow1-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow1-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:33:\"DDS_animation_slow1-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5267,568,'_wp_attached_file','2018/04/DDS_animation_slow2.gif'),(5268,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:31:\"2018/04/DDS_animation_slow2.gif\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:31:\"DDS_animation_slow2-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:30:\"DDS_animation_slow2-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow2-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:30:\"DDS_animation_slow2-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:31:\"DDS_animation_slow2-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:6:{s:4:\"file\";s:33:\"DDS_animation_slow2-1024x1024.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}}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;}}'),(5270,570,'_wp_attached_file','2018/05/DDS_animation_banner1.gif'),(5271,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:105;s:4:\"file\";s:33:\"2018/05/DDS_animation_banner1.gif\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:6:{s:4:\"file\";s:33:\"DDS_animation_banner1-150x105.gif\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"150\";s:12:\"height_query\";s:3:\"150\";}s:6:\"medium\";a:6:{s:4:\"file\";s:32:\"DDS_animation_banner1-300x53.gif\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/gif\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-150x100.gif\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-500x105.gif\";s:5:\"width\";i:500;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-225x105.gif\";s:5:\"width\";i:225;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-200x105.gif\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner1-330x58.gif\";s:5:\"width\";i:330;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/gif\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:32:\"DDS_animation_banner1-400x70.gif\";s:5:\"width\";i:400;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-245x105.gif\";s:5:\"width\";i:245;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-260x105.gif\";s:5:\"width\";i:260;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-300x105.gif\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:33:\"DDS_animation_banner1-600x105.gif\";s:5:\"width\";i:600;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/gif\";}}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;}}'),(5331,1,'_mk_post_love','0'),(5333,1,'_theme_options_build','5db712b1efa27'),(5334,574,'_edit_last','1'),(5335,574,'_edit_lock','1528746315:1'),(5336,575,'_wp_attached_file','2018/06/DDS_comingsoon.jpg'),(5337,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1166;s:4:\"file\";s:26:\"2018/06/DDS_comingsoon.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"DDS_comingsoon-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"DDS_comingsoon-1024x622.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-330x200.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-400x243.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-800x486.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:26:\"DDS_comingsoon-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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;}}'),(5338,574,'_wp_page_template','default'),(5339,574,'_wpb_vc_js_status','true'),(5340,574,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5341,574,'slide_template','default'),(5342,574,'textfalse',''),(5343,574,'_layout','full'),(5344,574,'_template','no-header-title-footer'),(5345,574,'_padding','true'),(5346,574,'page_preloader','false'),(5347,574,'_introduce_align','left'),(5348,574,'_disable_breadcrumb','true'),(5349,574,'_enable_local_backgrounds','false'),(5350,574,'theme_header_style','1'),(5351,574,'theme_header_align','left'),(5352,574,'theme_toolbar_toggle','true'),(5353,574,'_transparent_header','false'),(5354,574,'_trans_header_remove_bg','true'),(5355,574,'_transparent_header_skin','light'),(5356,574,'_sticky_header_offset','header'),(5357,574,'background_selector_orientation','full_width_layout'),(5358,574,'boxed_layout_shadow_size','0'),(5359,574,'boxed_layout_shadow_intensity','0'),(5360,574,'body_color_gradient','single'),(5361,574,'body_color_gradient_style','linear'),(5362,574,'body_color_gradient_angle','vertical'),(5363,574,'body_source','no-image'),(5364,574,'body_parallax','false'),(5365,574,'page_color_gradient','single'),(5366,574,'page_color_gradient_style','linear'),(5367,574,'page_color_gradient_angle','vertical'),(5368,574,'page_source','no-image'),(5369,574,'page_parallax','false'),(5370,574,'header_color_gradient','single'),(5371,574,'header_color_gradient_style','linear'),(5372,574,'header_color_gradient_angle','vertical'),(5373,574,'header_source','no-image'),(5374,574,'header_parallax','false'),(5375,574,'banner_color_gradient','single'),(5376,574,'banner_color_gradient_style','linear'),(5377,574,'banner_color_gradient_angle','vertical'),(5378,574,'banner_source','no-image'),(5379,574,'banner_parallax','false'),(5380,574,'footer_color_gradient','single'),(5381,574,'footer_color_gradient_style','linear'),(5382,574,'footer_color_gradient_angle','vertical'),(5383,574,'footer_source','no-image'),(5384,574,'footer_parallax','false'),(5386,574,'_theme_options_build','5afca71c7f775'),(5433,578,'_wp_attached_file','2018/06/DDS_comingsoon1.jpg'),(5434,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1166;s:4:\"file\";s:27:\"2018/06/DDS_comingsoon1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"DDS_comingsoon1-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"DDS_comingsoon1-1024x622.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-330x200.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-400x243.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-800x486.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:28:\"DDS_comingsoon1-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:27:\"DDS_comingsoon1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:28:\"DDS_comingsoon1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;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;}}'),(5475,580,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5479,581,'_mk_post_love','0'),(5481,581,'_theme_options_build','5afca71c7f775'),(5490,594,'_edit_last','1'),(5491,594,'_edit_lock','1529958695:1'),(5492,594,'_wp_page_template','default'),(5493,594,'_wpb_vc_js_status','true'),(5494,594,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5495,594,'slide_template','default'),(5496,594,'textfalse',''),(5497,594,'_layout','full'),(5498,594,'_template','no-title'),(5499,594,'_padding','true'),(5500,594,'page_preloader','false'),(5501,594,'_introduce_align','center'),(5502,594,'_disable_breadcrumb','true'),(5503,594,'_enable_local_backgrounds','false'),(5504,594,'theme_header_style','1'),(5505,594,'theme_header_align','left'),(5506,594,'theme_toolbar_toggle','true'),(5507,594,'_transparent_header','false'),(5508,594,'_trans_header_remove_bg','true'),(5509,594,'_transparent_header_skin','light'),(5510,594,'_sticky_header_offset','header'),(5511,594,'background_selector_orientation','full_width_layout'),(5512,594,'boxed_layout_shadow_size','0'),(5513,594,'boxed_layout_shadow_intensity','0'),(5514,594,'body_color_gradient','single'),(5515,594,'body_color_gradient_style','linear'),(5516,594,'body_color_gradient_angle','vertical'),(5517,594,'body_source','no-image'),(5518,594,'body_parallax','false'),(5519,594,'page_color_gradient','single'),(5520,594,'page_color_gradient_style','linear'),(5521,594,'page_color_gradient_angle','vertical'),(5522,594,'page_source','no-image'),(5523,594,'page_parallax','false'),(5524,594,'header_color_gradient','single'),(5525,594,'header_color_gradient_style','linear'),(5526,594,'header_color_gradient_angle','vertical'),(5527,594,'header_source','no-image'),(5528,594,'header_parallax','false'),(5529,594,'banner_color_gradient','single'),(5530,594,'banner_color_gradient_style','linear'),(5531,594,'banner_color_gradient_angle','vertical'),(5532,594,'banner_source','no-image'),(5533,594,'banner_parallax','false'),(5534,594,'footer_color_gradient','single'),(5535,594,'footer_color_gradient_style','linear'),(5536,594,'footer_color_gradient_angle','vertical'),(5537,594,'footer_source','no-image'),(5538,594,'footer_parallax','false'),(5540,594,'_theme_options_build','5db712b1efa27'),(5547,599,'_wp_attached_file','2018/06/questionnaire_banner.jpg'),(5548,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:327;s:4:\"file\";s:32:\"2018/06/questionnaire_banner.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:31:\"questionnaire_banner-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:5:\"large\";a:6:{s:4:\"file\";s:33:\"questionnaire_banner-1024x209.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:4:\"1024\";s:12:\"height_query\";s:4:\"1024\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-500x327.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-500x327.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:31:\"questionnaire_banner-330x67.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:31:\"questionnaire_banner-400x82.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-800x164.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:33:\"questionnaire_banner-1200x300.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-300x327.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-600x327.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:32:\"questionnaire_banner-900x327.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:33:\"questionnaire_banner-1200x327.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:327;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;}}'),(5619,609,'_edit_last','1'),(5620,609,'_wp_page_template','default'),(5621,609,'textfalse',''),(5622,609,'_layout','full'),(5623,609,'_padding','true'),(5624,609,'page_preloader','false'),(5625,609,'_introduce_align','left'),(5626,609,'_disable_breadcrumb','true'),(5627,609,'_enable_local_backgrounds','false'),(5628,609,'theme_header_style','1'),(5629,609,'theme_header_align','left'),(5630,609,'theme_toolbar_toggle','true'),(5631,609,'_transparent_header','false'),(5632,609,'_trans_header_remove_bg','true'),(5633,609,'_transparent_header_skin','light'),(5634,609,'_sticky_header_offset','header'),(5635,609,'background_selector_orientation','full_width_layout'),(5636,609,'boxed_layout_shadow_size','0'),(5637,609,'boxed_layout_shadow_intensity','0'),(5638,609,'body_color_gradient','single'),(5639,609,'body_color_gradient_style','linear'),(5640,609,'body_color_gradient_angle','vertical'),(5641,609,'body_source','no-image'),(5642,609,'body_parallax','false'),(5643,609,'page_color_gradient','single'),(5644,609,'page_color_gradient_style','linear'),(5645,609,'page_color_gradient_angle','vertical'),(5646,609,'page_source','no-image'),(5647,609,'page_parallax','false'),(5648,609,'header_color_gradient','single'),(5649,609,'header_color_gradient_style','linear'),(5650,609,'header_color_gradient_angle','vertical'),(5651,609,'header_source','no-image'),(5652,609,'header_parallax','false'),(5653,609,'banner_color_gradient','single'),(5654,609,'banner_color_gradient_style','linear'),(5655,609,'banner_color_gradient_angle','vertical'),(5656,609,'banner_source','no-image'),(5657,609,'banner_parallax','false'),(5658,609,'footer_color_gradient','single'),(5659,609,'footer_color_gradient_style','linear'),(5660,609,'footer_color_gradient_angle','vertical'),(5661,609,'footer_source','no-image'),(5662,609,'footer_parallax','false'),(5663,609,'_edit_lock','1524877994:1'),(5664,609,'_theme_options_build','5afca71c7f775'),(5665,609,'_wpb_vc_js_status','true'),(5666,609,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(5667,609,'slide_template',''),(5668,609,'_template','no-title'),(6029,4,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6161,118,'_wpb_post_custom_css','.indent {\r\n    padding-left: 20px;\r\n}'),(6182,757,'_wp_attached_file','2018/10/team.jpg'),(6183,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:16:\"2018/10/team.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:16:\"team-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:16:\"team-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:16:\"team-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:16:\"team-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:16:\"team-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:16:\"team-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:16:\"team-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:16:\"team-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:16:\"team-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:16:\"team-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:16:\"team-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:16:\"team-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:16:\"team-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:16:\"team-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:16:\"team-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:16:\"team-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:16:\"team-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6184,758,'_wp_attached_file','2018/10/technology.jpg'),(6185,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2018/10/technology.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"technology-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"technology-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"technology-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"technology-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"technology-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"technology-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"technology-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"technology-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"technology-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"technology-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"technology-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"technology-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"technology-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"technology-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"technology-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"technology-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"technology-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:22:\"technology-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6186,759,'_wp_attached_file','2018/10/accountability.jpg'),(6187,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:26:\"2018/10/accountability.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"accountability-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"accountability-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"accountability-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"accountability-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"accountability-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"accountability-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"accountability-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:26:\"accountability-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:26:\"accountability-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"accountability-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"accountability-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"accountability-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"accountability-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:26:\"accountability-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"accountability-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"accountability-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:26:\"accountability-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:26:\"accountability-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6188,760,'_wp_attached_file','2018/10/marketing.jpg'),(6189,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:21:\"2018/10/marketing.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"marketing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"marketing-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"marketing-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:21:\"marketing-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:21:\"marketing-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:21:\"marketing-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:21:\"marketing-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:21:\"marketing-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:21:\"marketing-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:21:\"marketing-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:21:\"marketing-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:21:\"marketing-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:21:\"marketing-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:21:\"marketing-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:21:\"marketing-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:21:\"marketing-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:21:\"marketing-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:21:\"marketing-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6190,761,'_wp_attached_file','2018/10/new.jpg'),(6191,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:15:\"2018/10/new.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:15:\"new-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:15:\"new-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:15:\"new-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:15:\"new-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:15:\"new-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:15:\"new-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:15:\"new-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:15:\"new-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:15:\"new-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:15:\"new-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:15:\"new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:15:\"new-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:15:\"new-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:15:\"new-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:15:\"new-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:15:\"new-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:15:\"new-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6192,762,'_wp_attached_file','2018/10/production.jpg'),(6193,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:22:\"2018/10/production.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"production-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"production-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"production-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:22:\"production-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:22:\"production-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:22:\"production-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:22:\"production-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:22:\"production-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:22:\"production-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:22:\"production-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:22:\"production-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:22:\"production-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:22:\"production-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:22:\"production-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:22:\"production-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:22:\"production-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:22:\"production-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:22:\"production-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6194,763,'_wp_attached_file','2018/10/profit.jpg'),(6195,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:18:\"2018/10/profit.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"profit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:18:\"profit-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:18:\"profit-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:18:\"profit-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:18:\"profit-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:18:\"profit-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:18:\"profit-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:18:\"profit-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:18:\"profit-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:18:\"profit-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:18:\"profit-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:18:\"profit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:18:\"profit-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:18:\"profit-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:18:\"profit-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:18:\"profit-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:18:\"profit-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:18:\"profit-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6196,764,'_wp_attached_file','2018/10/schedule.jpg'),(6197,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:608;s:4:\"file\";s:20:\"2018/10/schedule.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"schedule-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:6:{s:4:\"file\";s:20:\"schedule-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"width_query\";s:3:\"300\";s:12:\"height_query\";s:3:\"300\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:20:\"schedule-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:20:\"schedule-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:20:\"schedule-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:20:\"schedule-225x225.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:20:\"schedule-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:20:\"schedule-214x260.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:20:\"schedule-288x350.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:20:\"schedule-245x180.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:20:\"schedule-260x180.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:20:\"schedule-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:20:\"schedule-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"portfolio-four_x_x\";a:4:{s:4:\"file\";s:20:\"schedule-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:20:\"schedule-300x600.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:20:\"schedule-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:20:\"schedule-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"portfolio-four_x_two_x\";a:4:{s:4:\"file\";s:20:\"schedule-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;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;}}'),(6279,761,'_theme_options_build','5db712b1efa27'),(6424,4,'classic-editor-remember','classic-editor'),(6429,412,'classic-editor-remember','classic-editor'),(6435,793,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6436,793,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(6438,794,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6439,794,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(6441,795,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6442,795,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(6454,4,'rs_page_bg_color',''),(6455,800,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6456,800,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(6504,108,'classic-editor-remember','classic-editor'),(6506,792,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6507,792,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(6509,802,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(6510,802,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(6512,803,'_wp_attached_file','2018/05/cropped-header.png'),(6513,803,'_wp_attachment_context','custom-logo'),(6514,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1036;s:6:\"height\";i:136;s:4:\"file\";s:26:\"2018/05/cropped-header.png\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"cropped-header-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"cropped-header-1024x134.png\";s:5:\"width\";i:1024;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-header-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"cropped-header-768x101.png\";s:5:\"width\";i:768;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"photo-album-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"cropped-header-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"photo-album-thumbnail-square\";a:4:{s:4:\"file\";s:26:\"cropped-header-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-large\";a:4:{s:4:\"file\";s:26:\"cropped-header-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"employees-small\";a:4:{s:4:\"file\";s:26:\"cropped-header-225x136.png\";s:5:\"width\";i:225;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-magazine-thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-header-200x136.png\";s:5:\"width\";i:200;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"woocommerce-recent-carousel\";a:4:{s:4:\"file\";s:25:\"cropped-header-330x43.png\";s:5:\"width\";i:330;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"blog-thumbnail-style\";a:4:{s:4:\"file\";s:25:\"cropped-header-400x53.png\";s:5:\"width\";i:400;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"blog-thumbnail-style-2x\";a:4:{s:4:\"file\";s:26:\"cropped-header-800x105.png\";s:5:\"width\";i:800;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-carousel\";a:4:{s:4:\"file\";s:26:\"cropped-header-245x136.png\";s:5:\"width\";i:245;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"blog-showcase\";a:4:{s:4:\"file\";s:26:\"cropped-header-260x136.png\";s:5:\"width\";i:260;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-x_x\";a:4:{s:4:\"file\";s:26:\"cropped-header-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-two_x_x\";a:4:{s:4:\"file\";s:26:\"cropped-header-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"portfolio-x_two_x\";a:4:{s:4:\"file\";s:26:\"cropped-header-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-two_x_two_x\";a:4:{s:4:\"file\";s:26:\"cropped-header-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"portfolio-three_x_two_x\";a:4:{s:4:\"file\";s:26:\"cropped-header-900x136.png\";s:5:\"width\";i:900;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6516,804,'_customize_restore_dismissed','1'),(6520,805,'_customize_restore_dismissed','1'),(6521,4,'_dynamic_styles','Tjs='),(6522,807,'_edit_lock','1581556550:2'),(6523,15,'_dynamic_styles','Tjs='),(6524,807,'_customize_restore_dismissed','1'),(6525,808,'_elementor_edit_mode','builder'),(6526,808,'_elementor_template_type','header'),(6527,808,'_elementor_version','2.8.5'),(6528,808,'_wp_page_template','default'),(6529,808,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#0054B0\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#000000\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\",\"mobile_menu_item_typography_typography\":\"custom\",\"mobile_menu_box_shadow_box_shadow_type\":\"yes\",\"mobile_menu_item_background_color\":\"#000000\",\"toggle_button_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_button_color_mobile\":\"#54595F\",\"mobile_menu_item_divider_type\":\"solid\",\"mobile_menu_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"toggle_button_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(6531,808,'_wxr_import_user_slug','emre'),(6532,808,'_wxr_import_has_attachment_refs','1'),(6533,808,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:6:\"header\";s:4:\"name\";s:6:\"header\";}'),(6534,809,'_elementor_edit_mode','builder'),(6535,809,'_elementor_template_type','single'),(6536,809,'_elementor_version','2.8.3'),(6537,809,'_wp_page_template','default'),(6538,809,'_elementor_data','[{\"id\":\"f83613f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-banner.jpg\",\"id\":\"136\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"d3dcbdf\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"}},\"elements\":[{\"id\":\"21d7081\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"d0c1c09\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"66864f5\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e55b480\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"icon_align\":\"center\",\"text_color\":\"#2c234d\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Exo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"icon_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-post-meta\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d6b4c31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e9e7a84\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"170c496\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"66864f5\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"yes\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\"},{\"type\":\"date\",\"icon\":\"fa fa-calendar\",\"_id\":\"e923b53\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"yes\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\"}],\"text_color\":\"#707b8e\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Fira Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"105\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-post-meta\"},{\"id\":\"697fa13\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"66864f5\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e55b480\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"text_color\":\"#2c234d\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Exo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"icon_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"105\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-post-meta\"},{\"id\":\"6139478\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"raven-post-content\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"82bba70\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e076603\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"bd1c484\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"68.254\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91c7039\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an \\nimportant part of children health.\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"bbd459b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"31.746\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"ef21158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6540,809,'_wxr_import_user_slug','emre'),(6541,809,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:6:\"single\";s:4:\"name\";s:6:\"single\";}'),(6542,810,'_elementor_controls_usage','a:0:{}'),(6543,810,'_yst_prominent_words_version','1'),(6544,810,'_wp_page_template','elementor_header_footer'),(6545,810,'jupiterx_header','1'),(6546,810,'_jupiterx_header','field_jupiterx_post_header'),(6547,810,'jupiterx_header_overlap','global'),(6548,810,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(6549,810,'jupiterx_header_type','global'),(6550,810,'_jupiterx_header_type','field_jupiterx_post_header_type'),(6551,810,'jupiterx_header_behavior','global'),(6552,810,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(6553,810,'jupiterx_layout','global'),(6554,810,'_jupiterx_layout','field_jupiterx_post_main_layout'),(6555,810,'jupiterx_content_full_width','0'),(6556,810,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(6557,810,'jupiterx_content_spacing','1'),(6558,810,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(6559,810,'jupiterx_sidebar_primary','global'),(6560,810,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(6561,810,'jupiterx_sidebar_secondary','global'),(6562,810,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(6563,810,'jupiterx_post_featured_image','global'),(6564,810,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(6565,810,'jupiterx_post_social_share','global'),(6566,810,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(6567,810,'jupiterx_post_comments','global'),(6568,810,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(6569,810,'jupiterx_main_background_color',''),(6570,810,'_jupiterx_main_background_color','color'),(6571,810,'jupiterx_main_background_image',''),(6572,810,'_jupiterx_main_background_image','image'),(6573,810,'jupiterx_main_background_position',''),(6574,810,'_jupiterx_main_background_position','position'),(6575,810,'jupiterx_main_background_repeat',''),(6576,810,'_jupiterx_main_background_repeat','repeat'),(6577,810,'jupiterx_main_background_attachment',''),(6578,810,'_jupiterx_main_background_attachment','attachment'),(6579,810,'jupiterx_main_background_size',''),(6580,810,'_jupiterx_main_background_size','size'),(6581,810,'jupiterx_main_background',''),(6582,810,'_jupiterx_main_background','field_jupiterx_post_main_background'),(6583,810,'jupiterx_main_spacing_padding_top',''),(6584,810,'_jupiterx_main_spacing_padding_top','padding_top'),(6585,810,'jupiterx_main_spacing_padding_right',''),(6586,810,'_jupiterx_main_spacing_padding_right','padding_right'),(6587,810,'jupiterx_main_spacing_padding_bottom',''),(6588,810,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(6589,810,'jupiterx_main_spacing_padding_left',''),(6590,810,'_jupiterx_main_spacing_padding_left','padding_left'),(6591,810,'jupiterx_main_spacing_margin_top',''),(6592,810,'_jupiterx_main_spacing_margin_top','margin_top'),(6593,810,'jupiterx_main_spacing_margin_right',''),(6594,810,'_jupiterx_main_spacing_margin_right','margin_right'),(6595,810,'jupiterx_main_spacing_margin_bottom',''),(6596,810,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(6597,810,'jupiterx_main_spacing_margin_left',''),(6598,810,'_jupiterx_main_spacing_margin_left','margin_left'),(6599,810,'jupiterx_main_spacing',''),(6600,810,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(6601,810,'jupiterx_title_bar_title','global'),(6602,810,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(6603,810,'jupiterx_title_bar_breadcrumb','global'),(6604,810,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(6605,810,'jupiterx_title_bar_subtitle',''),(6606,810,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(6607,810,'jupiterx_footer','1'),(6608,810,'_jupiterx_footer','field_jupiterx_post_footer'),(6609,810,'jupiterx_footer_type','global'),(6610,810,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(6611,810,'jupiterx_footer_widget_area','global'),(6612,810,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(6613,810,'jupiterx_footer_sub','global'),(6614,810,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(6615,810,'jupiterx_footer_behavior','global'),(6616,810,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(6617,810,'_yoast_wpseo_focuskeywords','[]'),(6618,810,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(6619,810,'_elementor_edit_mode','builder'),(6620,810,'_elementor_template_type','wp-page'),(6621,810,'_elementor_version','2.8.5'),(6622,810,'_elementor_data','[{\"id\":\"e57cbb3\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"935\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"64715ee\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/home-banner11.jpg\",\"id\":\"711\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_xpos\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]}},\"elements\":[{\"id\":\"f5313bf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"46\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"300\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"10\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c2718ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Go From Injury to \\nBouncing Right Back.\",\"html_tag\":\"h1\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"312a960\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"typography_font_weight\":\"normal\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ff8ce41\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call 477-500-9859\",\"icon_new\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_color\":\"#ffffff\",\"icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"icon_space_between\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"link\":{\"url\":\"tel:477-500-9859\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"638ed55\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b56e3cf\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/home-style01.png\",\"id\":\"222\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"62cccaf\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"39.98\"},\"elements\":[{\"id\":\"612d0f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/doctor02.jpg\",\"id\":\"53\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"460\",\"height\":\"630\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"ab192f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"60.02\",\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"118\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66dd213\",\"elType\":\"widget\",\"settings\":{\"title\":\"Hospital Doctors Examine \\nPatients So That They \\nDan Diagnose.\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"title_align_mobile\":\"left\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6a3954a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: left\\\">Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat nonoidents nt in culpa qui officia deserunt mollit anim id est laborum. Sedut iciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam voluptatem.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"align_mobile\":\"left\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a71d675\",\"elType\":\"widget\",\"settings\":{\"text\":\"About Us\",\"width\":{\"unit\":\"px\",\"size\":\"190\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"9bc325f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"760\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d6fcdef\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"333c05e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"10\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fa20e6a\",\"elType\":\"widget\",\"settings\":{\"title\":\"What to Expect From Us\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"bbf09e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e1faf5a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fdaaad2\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8dbe939\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e3703bf\",\"elType\":\"section\",\"settings\":{\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"203\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"51402c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"d45508c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#e8f3fd\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"90\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"274d31f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/service-01.svg\",\"id\":\"626\"},\"library\":\"svg\"},\"title_text\":\"Intensive Care\",\"description_text\":\"Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \",\"position\":\"left\",\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"primary_color\":\"#18A48D\",\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"},{\"id\":\"2fb70f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#E8F3FD\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"0a54d92\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/service-02.svg\",\"id\":\"630\"},\"library\":\"svg\"},\"title_text\":\"Intensive Care\",\"description_text\":\"Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \",\"position\":\"left\",\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"primary_color\":\"#18A48D\",\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"8632cbf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"51402c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"ca22071\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#e8f3fd\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"90\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a87b9fb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/service-03.svg\",\"id\":\"628\"},\"library\":\"svg\"},\"title_text\":\"Intensive Care\",\"description_text\":\"Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \",\"position\":\"left\",\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"primary_color\":\"#18A48D\",\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"},{\"id\":\"ca63253\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#e8f3fd\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"784c561\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/service-04.svg\",\"id\":\"631\"},\"library\":\"svg\"},\"title_text\":\"Intensive Care\",\"description_text\":\"Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \",\"position\":\"left\",\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"primary_color\":\"#18A48D\",\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"c72e3de\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"51402c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"5dc4896\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#e8f3fd\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"90\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ffc151a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/service-05.svg\",\"id\":\"629\"},\"library\":\"svg\"},\"title_text\":\"Intensive Care\",\"description_text\":\"Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \",\"position\":\"left\",\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"primary_color\":\"#18A48D\",\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"},{\"id\":\"5e58a7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"90\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_border\":\"solid\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#E8F3FD\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":\"1\"},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8067862\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/service-06.svg\",\"id\":\"632\"},\"library\":\"svg\"},\"title_text\":\"Intensive Care\",\"description_text\":\"Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \",\"position\":\"left\",\"description_typography_typography\":\"custom\",\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"icon_space\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"primary_color\":\"#18A48D\",\"hover_animation\":\"pulse\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0cf843a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f79ad7e\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#fbfcfe\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/team-style.png\",\"id\":\"49\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/home-team.png\",\"id\":\"52\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"margin\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0deed0a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"165\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"003cedf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experts Ready to Serve\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f4c36e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d43081c\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"251\",\"not_found_message\":\"No data was found\",\"vertical_gap\":{\"unit\":\"px\",\"size\":\"70\",\"sizes\":[]},\"horizontal_gap\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"columns_mobile\":\"1\",\"horizontal_gap_tablet\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"vertical_gap_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":\"\"},\"carousel_enabled\":\"yes\",\"arrows_box_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"arrow_icon\":\"fa fa-arrow-left\",\"arrow_color\":\"#AEB4BA\",\"arrow_bg_color\":\"#FFFFFF\",\"prev_left_position\":{\"unit\":\"px\",\"size\":\"-80\",\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":\"-80\",\"sizes\":[]},\"arrow_color_hover\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"465dcae\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"92fbfb8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"123c5e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"220\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"82eb5aa\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Our Patient Says\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"2e49047\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9a9ce66\",\"elType\":\"widget\",\"settings\":{\"item_list\":[{\"item_comment\":\"Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.\",\"item_name\":\"Martin Vargas\",\"item_position\":\"Happy Patient\",\"item_date\":\"\",\"_id\":\"a362302\",\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/testimonial02.png\",\"id\":\"262\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":\"0\"},{\"item_comment\":\"Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.\",\"item_name\":\"John Borthwick\",\"item_position\":\"Happy Patient\",\"item_date\":\"\",\"_id\":\"8b13db8\",\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/testimonial01.png\",\"id\":\"261\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":\"0\"},{\"item_comment\":\"Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.\",\"item_name\":\"Patrick Wayne\",\"item_position\":\"Happy Patient\",\"item_date\":\"\",\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/02\\/testimonial_img_4.png\",\"id\":\"766\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":\"0\",\"_id\":\"dbbdf71\"},{\"item_comment\":\"Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.\",\"item_name\":\"Sam N. White\",\"item_position\":\"Happy Patient\",\"item_date\":\"\",\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/02\\/testimonial_img_3.png\",\"id\":\"767\"},\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title\":\"\",\"item_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"item_rating\":\"0\",\"_id\":\"5f49c06\"}],\"slides_to_show\":\"2\",\"arrows\":\"true\",\"selected_prev_arrow\":{\"value\":\"fas fa-arrow-left\",\"library\":\"fa-solid\"},\"selected_next_arrow\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"dots\":\"\",\"item_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"},\"item_border_border\":\"solid\",\"item_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"item_border_color\":\"#f0f5ff\",\"item_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"},\"image_order\":\"2\",\"icon_order\":\"\",\"title_order\":\"\",\"comment_order\":\"1\",\"name_order\":\"3\",\"position_order\":\"4\",\"date_order\":\"\",\"rating_order\":\"\",\"image_alignment\":\"flex-start\",\"image_width\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"image_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"image_margin\":{\"unit\":\"px\",\"top\":\"55\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"comment_alignment\":\"flex-start\",\"comment_text_alignment\":\"left\",\"comment_color\":\"#677294\",\"comment_typography_typography\":\"custom\",\"comment_typography_font_family\":\"Poppins\",\"comment_typography_font_weight\":\"300\",\"comment_typography_line_height\":{\"unit\":\"em\",\"size\":\"2\",\"sizes\":[]},\"comment_width\":{\"unit\":\"px\",\"size\":\"475\",\"sizes\":[]},\"comment_background_background\":\"classic\",\"comment_background_color\":\"rgba(255,255,255,0)\",\"comment_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":\"\"},\"comment_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"name_alignment\":\"flex-start\",\"name_text_alignment\":\"left\",\"name_color\":\"#2c234d\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Exo\",\"name_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"name_typography_font_weight\":\"600\",\"name_typography_text_transform\":\"capitalize\",\"name_margin\":{\"unit\":\"px\",\"top\":\"-57\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":\"\"},\"position_alignment\":\"flex-start\",\"position_text_alignment\":\"left\",\"position_color\":\"#aeb4ba\",\"position_typography_typography\":\"custom\",\"position_typography_font_family\":\"Poppins\",\"position_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"position_typography_font_weight\":\"300\",\"position_typography_text_transform\":\"capitalize\",\"position_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"120\",\"isLinked\":\"\"},\"arrows_style_popover_toggle\":\"custom\",\"arrows_style_background\":\"color\",\"arrows_style_color\":\"#ffffff\",\"arrows_style_box_font_color\":\"#aeb4ba\",\"arrows_style_box_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"arrows_style_box_border\":\"solid\",\"arrows_style_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"arrows_style_box_border_color\":\"#f0f5ff\",\"arrows_style_box_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"prev_left_position\":{\"unit\":\"px\",\"size\":\"-100\",\"sizes\":[]},\"next_right_position\":{\"unit\":\"px\",\"size\":\"-100\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"comment_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"arrows_style_box_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"slides_to_show_tablet\":\"1\",\"item_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"130\",\"isLinked\":\"\"},\"item_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"image_alignment_mobile\":\"center\",\"image_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"comment_alignment_mobile\":\"center\",\"comment_text_alignment_mobile\":\"center\",\"comment_width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"comment_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"\"},\"comment_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"name_alignment_mobile\":\"center\",\"name_text_alignment_mobile\":\"center\",\"name_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"position_alignment_mobile\":\"center\",\"position_text_alignment_mobile\":\"center\",\"position_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"arrows_style_box_font_size_mobile\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"arrows_style_box_size_mobile\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"prev_top_position_mobile\":{\"unit\":\"px\",\"size\":\"215\",\"sizes\":[]},\"prev_left_position_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"next_top_position_mobile\":{\"unit\":\"px\",\"size\":\"215\",\"sizes\":[]},\"next_right_position_tablet\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"arrows_hover_style_popover_toggle\":\"custom\",\"arrows_hover_style_box_font_color\":\"#1BB99F\",\"arrows_hover_style_box_border\":\"solid\",\"arrows_hover_style_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"arrows_hover_style_box_border_color\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"jet-testimonials\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"7b6fdf3\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"930\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c312759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/appointment-style.jpg\",\"id\":\"214\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/home-style01.png\",\"id\":\"222\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"d58bb4e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"5e2969e\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"725\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6c407fe\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c597de9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.64\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"\"},\"border_color\":\"#f0f5ff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d230769\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment with\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a4a15d6\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New form\",\"fields\":[{\"label\":\"\",\"type\":\"select\",\"placeholder\":\"Name\",\"_id\":\"725e3cf\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"Choose Specialist for make an Appointment\\nInternal Medicine\\nBariatric surgery\\nEndoscopy\\nOrthopedic Surgery\\n\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"text\",\"placeholder\":\"Enter Patient Name\",\"required\":\"true\",\"_id\":\"cfdd305\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"cbe3076\",\"type\":\"tel\",\"label\":\"\",\"placeholder\":\"Phone Number\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"7bd6ac7\",\"type\":\"email\",\"label\":\"\",\"placeholder\":\"Email Address\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"textarea\",\"placeholder\":\"Appointment Note\",\"_id\":\"7bc4ef8\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"}],\"submit_button_text\":\"Request Appointment\",\"email_to\":\"alex@artbees.net\",\"email_subject\":\"New message from \\\"Hospital\\\"\",\"email_from\":\"email@jupiterx.artbees.net\",\"email_name\":\"Hospital\",\"email_reply_to\":\"email@jupiterx.artbees.net\",\"messages_success\":\"The form was sent successfully!\",\"messages_error\":\"Please check the errors.\",\"messages_required\":\"Required\",\"messages_subscriber\":\"Subscriber already exists.\",\"general_column_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"general_row_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"field_tab_border_normal_border\":\"solid\",\"field_tab_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"field_tab_border_normal_color\":\"#eeeeee\",\"field_tab_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"field_tab_color_placeholder\":\"#aeb4ba\",\"field_tab_typography_placeholder_typography\":\"custom\",\"field_tab_typography_placeholder_font_family\":\"Poppins\",\"field_tab_typography_placeholder_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"field_tab_typography_placeholder_font_weight\":\"300\",\"field_tab_typography_placeholder_text_transform\":\"capitalize\",\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"button_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"button_tab_typography_normal_typography\":\"custom\",\"button_tab_typography_normal_font_family\":\"Poppins\",\"button_tab_typography_normal_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"button_tab_typography_normal_font_weight\":\"normal\",\"button_tab_typography_normal_text_transform\":\"capitalize\",\"button_tab_background_normal_background\":\"classic\",\"button_tab_background_normal_color\":\"#1bb99f\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"button_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"button_tab_background_hover_background\":\"classic\",\"button_tab_background_hover_color\":\"#18A48D\",\"button_border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-form\"}],\"isInner\":\"1\"},{\"id\":\"3bdfac9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.36\",\"background_background\":\"classic\",\"background_color\":\"#fbfcfe\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"\"},\"border_color\":\"#eeeef5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"70\",\"bottom\":\"120\",\"left\":\"70\",\"isLinked\":\"\"},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"85\",\"right\":\"35\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"97475a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/call-now.jpg\",\"id\":\"215\"},\"size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"3879eb2\",\"elType\":\"widget\",\"settings\":{\"title\":\"+9 109-310-8606\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"99b1de6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>if urgent, Your personal case manager will ensure that you receive the best possible care.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707b8e\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d3a50ce\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"width\":{\"unit\":\"px\",\"size\":\"220\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"17c4474\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"aa75dc2\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2020\\/01\\/blog-bg1.jpg\",\"id\":\"710\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"padding\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"180\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66f86a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"9eb9639\",\"elType\":\"widget\",\"settings\":{\"title\":\"Latest Post Form Blog\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"2a90d63\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"18\",\"bottom\":\"0\",\"left\":\"18\",\"isLinked\":\"\"},\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9b00f65\",\"elType\":\"widget\",\"settings\":{\"classic_post_meta_divider\":\"|\",\"classic_post_button_text\":\"Read More\",\"cover_post_meta_divider\":\"\\/\",\"cover_post_button_text\":\"Read More\",\"classic_page_based_prev_text\":\"&laquo; Prev\",\"classic_page_based_next_text\":\"Next &raquo;\",\"classic_load_more_text\":\"Load More\",\"cover_page_based_prev_text\":\"&laquo; Prev\",\"cover_page_based_next_text\":\"Next &raquo;\",\"cover_load_more_text\":\"Load More\",\"classic_columns\":\"2\",\"classic_equal_height\":\"yes\",\"classic_post_image_size_size\":\"full\",\"classic_show_author\":\"\",\"classic_show_categories\":\"\",\"classic_show_tags\":\"\",\"classic_meta_position\":\"before_title\",\"classic_show_button\":\"\",\"classic_post_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"classic_post_box_shadow_box_shadow_type\":\"yes\",\"classic_post_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"classic_post_title_typography_typography\":\"custom\",\"classic_post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"classic_post_title_typography_font_weight\":\"600\",\"classic_post_title_typography_text_transform\":\"capitalize\",\"classic_post_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"classic_post_title_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_title_color\":\"#2c234d\",\"classic_post_meta_typography_typography\":\"custom\",\"classic_post_meta_typography_font_family\":\"Poppins\",\"classic_post_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"classic_post_meta_typography_font_weight\":\"300\",\"classic_post_meta_spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_meta_color\":\"#aeb4ba\",\"classic_post_meta_links_color\":\"#aeb4ba\",\"classic_post_excerpt_typography_typography\":\"custom\",\"classic_post_excerpt_typography_font_family\":\"Poppins\",\"classic_post_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_post_excerpt_typography_font_weight\":\"300\",\"classic_post_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"classic_post_excerpt_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"query_posts_per_page\":\"2\",\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_columns_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_columns_spacing_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"classic_rows_spacing\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"classic_rows_spacing_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"classic_rows_spacing_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"classic_post_align_mobile\":\"center\",\"classic_post_box_shadow_hover_box_shadow_type\":\"yes\",\"classic_post_box_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"2\",\"blur\":\"35\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"classic_post_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"classic_post_title_color_hover\":\"#18A48D\",\"classic_post_meta_divider_spacing\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_post_excerpt_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"classic_load_more_width\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"classic_load_more_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"classic_load_more_color\":\"#FFFFFF\",\"classic_load_more_typography_typography\":\"custom\",\"classic_load_more_typography_font_family\":\"Roboto\",\"classic_load_more_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_load_more_typography_font_weight\":\"normal\",\"classic_load_more_typography_text_transform\":\"capitalize\",\"classic_load_more_background_background\":\"classic\",\"classic_load_more_background_color\":\"#1BB99F\",\"classic_load_more_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"classic_hover_load_more_background_background\":\"classic\",\"classic_hover_load_more_background_color\":\"#18A48D\",\"classic_post_background_background\":\"classic\",\"classic_post_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"raven-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6623,810,'_elementor_controls_usage','a:11:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:8;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:10:{s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_line_height\";i:1;s:33:\"title_typography_font_size_mobile\";i:7;s:18:\"title_align_tablet\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:18:\"title_align_mobile\";i:2;s:11:\"title_align\";i:5;s:26:\"title_typography_font_size\";i:1;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:9:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:4;s:22:\"typography_line_height\";i:7;s:22:\"typography_font_weight\";i:7;s:12:\"align_tablet\";i:1;s:12:\"align_mobile\";i:1;s:20:\"typography_font_size\";i:1;s:5:\"align\";i:5;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:4;s:14:\"_margin_tablet\";i:3;s:14:\"_margin_mobile\";i:3;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:4:\"text\";i:3;s:8:\"icon_new\";i:1;s:4:\"link\";i:3;}}s:5:\"style\";a:3:{s:17:\"section_container\";a:9:{s:5:\"width\";i:3;s:6:\"height\";i:3;s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;s:13:\"border_radius\";i:3;s:27:\"hover_background_background\";i:3;s:22:\"hover_background_color\";i:3;s:12:\"align_tablet\";i:1;s:5:\"align\";i:1;}s:12:\"section_text\";a:6:{s:26:\"text_typography_typography\";i:3;s:27:\"text_typography_font_family\";i:3;s:10:\"text_color\";i:2;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:30:\"text_typography_text_transform\";i:1;}s:12:\"section_icon\";a:2:{s:9:\"icon_size\";i:1;s:18:\"icon_space_between\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:17;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:4;s:7:\"padding\";i:13;s:13:\"margin_tablet\";i:5;s:13:\"margin_mobile\";i:5;s:14:\"padding_tablet\";i:12;s:14:\"padding_mobile\";i:4;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:8:{s:13:\"border_border\";i:8;s:12:\"border_width\";i:8;s:12:\"border_color\";i:8;s:13:\"border_radius\";i:6;s:19:\"border_width_mobile\";i:6;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:3;s:20:\"border_radius_mobile\";i:2;}s:13:\"section_style\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:12;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:5:{s:13:\"custom_height\";i:2;s:13:\"content_width\";i:1;s:19:\"custom_height_inner\";i:2;s:12:\"height_inner\";i:1;s:6:\"height\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:12;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:5;s:19:\"background_position\";i:5;s:17:\"background_repeat\";i:5;s:15:\"background_size\";i:5;s:15:\"background_xpos\";i:1;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:7:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_image\";i:2;s:27:\"background_overlay_position\";i:2;s:25:\"background_overlay_repeat\";i:2;s:23:\"background_overlay_size\";i:2;s:26:\"background_overlay_opacity\";i:2;s:18:\"overlay_blend_mode\";i:1;}s:14:\"section_border\";a:3:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:7:\"padding\";i:3;s:14:\"padding_mobile\";i:1;s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:2;s:14:\"padding_tablet\";i:2;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}s:16:\"section_settings\";a:2:{s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:4:\"size\";i:1;s:19:\"image_border_radius\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:6;s:10:\"title_text\";i:6;s:16:\"description_text\";i:6;s:8:\"position\";i:6;}}s:5:\"style\";a:2:{s:21:\"section_style_content\";a:5:{s:33:\"description_typography_typography\";i:6;s:34:\"description_typography_font_weight\";i:6;s:34:\"description_typography_line_height\";i:6;s:27:\"title_typography_typography\";i:6;s:28:\"title_typography_line_height\";i:6;}s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:6;s:13:\"primary_color\";i:6;s:15:\"hover_animation\";i:6;}}}}s:16:\"jet-listing-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_general\";a:2:{s:10:\"lisitng_id\";i:1;s:14:\"columns_mobile\";i:1;}s:16:\"section_carousel\";a:2:{s:16:\"carousel_enabled\";i:1;s:10:\"arrow_icon\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_caption_style\";a:6:{s:12:\"vertical_gap\";i:1;s:14:\"horizontal_gap\";i:1;s:21:\"horizontal_gap_tablet\";i:1;s:21:\"horizontal_gap_mobile\";i:1;s:19:\"vertical_gap_tablet\";i:1;s:19:\"vertical_gap_mobile\";i:1;}s:20:\"section_slider_style\";a:7:{s:15:\"arrows_box_size\";i:1;s:11:\"arrows_size\";i:1;s:11:\"arrow_color\";i:1;s:14:\"arrow_bg_color\";i:1;s:18:\"prev_left_position\";i:1;s:19:\"next_right_position\";i:1;s:17:\"arrow_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:16:\"jet-testimonials\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:13;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:6:{s:14:\"slides_to_show\";i:1;s:6:\"arrows\";i:1;s:19:\"selected_prev_arrow\";i:1;s:19:\"selected_next_arrow\";i:1;s:4:\"dots\";i:1;s:21:\"slides_to_show_tablet\";i:1;}}s:5:\"style\";a:6:{s:18:\"section_item_style\";a:15:{s:11:\"item_margin\";i:1;s:18:\"item_border_border\";i:1;s:17:\"item_border_width\";i:1;s:17:\"item_border_color\";i:1;s:18:\"item_border_radius\";i:1;s:11:\"image_order\";i:1;s:10:\"icon_order\";i:1;s:11:\"title_order\";i:1;s:13:\"comment_order\";i:1;s:10:\"name_order\";i:1;s:14:\"position_order\";i:1;s:10:\"date_order\";i:1;s:12:\"rating_order\";i:1;s:18:\"item_margin_tablet\";i:1;s:18:\"item_margin_mobile\";i:1;}s:19:\"section_image_style\";a:6:{s:15:\"image_alignment\";i:1;s:11:\"image_width\";i:1;s:12:\"image_height\";i:1;s:12:\"image_margin\";i:1;s:22:\"image_alignment_mobile\";i:1;s:19:\"image_margin_mobile\";i:1;}s:21:\"section_comment_style\";a:18:{s:17:\"comment_alignment\";i:1;s:22:\"comment_text_alignment\";i:1;s:13:\"comment_color\";i:1;s:29:\"comment_typography_typography\";i:1;s:30:\"comment_typography_font_family\";i:1;s:30:\"comment_typography_font_weight\";i:1;s:30:\"comment_typography_line_height\";i:1;s:13:\"comment_width\";i:1;s:29:\"comment_background_background\";i:1;s:24:\"comment_background_color\";i:1;s:15:\"comment_padding\";i:1;s:21:\"comment_border_radius\";i:1;s:28:\"comment_typography_font_size\";i:1;s:24:\"comment_alignment_mobile\";i:1;s:29:\"comment_text_alignment_mobile\";i:1;s:20:\"comment_width_tablet\";i:1;s:22:\"comment_padding_tablet\";i:1;s:21:\"comment_margin_mobile\";i:1;}s:18:\"section_name_style\";a:12:{s:14:\"name_alignment\";i:1;s:19:\"name_text_alignment\";i:1;s:10:\"name_color\";i:1;s:26:\"name_typography_typography\";i:1;s:27:\"name_typography_font_family\";i:1;s:25:\"name_typography_font_size\";i:1;s:27:\"name_typography_font_weight\";i:1;s:30:\"name_typography_text_transform\";i:1;s:11:\"name_margin\";i:1;s:21:\"name_alignment_mobile\";i:1;s:26:\"name_text_alignment_mobile\";i:1;s:18:\"name_margin_mobile\";i:1;}s:22:\"section_position_style\";a:12:{s:18:\"position_alignment\";i:1;s:23:\"position_text_alignment\";i:1;s:14:\"position_color\";i:1;s:30:\"position_typography_typography\";i:1;s:31:\"position_typography_font_family\";i:1;s:29:\"position_typography_font_size\";i:1;s:31:\"position_typography_font_weight\";i:1;s:34:\"position_typography_text_transform\";i:1;s:15:\"position_margin\";i:1;s:25:\"position_alignment_mobile\";i:1;s:30:\"position_text_alignment_mobile\";i:1;s:22:\"position_margin_mobile\";i:1;}s:20:\"section_arrows_style\";a:23:{s:27:\"arrows_style_popover_toggle\";i:1;s:23:\"arrows_style_background\";i:1;s:18:\"arrows_style_color\";i:1;s:27:\"arrows_style_box_font_color\";i:1;s:26:\"arrows_style_box_font_size\";i:1;s:23:\"arrows_style_box_border\";i:1;s:29:\"arrows_style_box_border_width\";i:1;s:29:\"arrows_style_box_border_color\";i:1;s:30:\"arrows_style_box_border_radius\";i:1;s:18:\"prev_left_position\";i:1;s:19:\"next_right_position\";i:1;s:21:\"arrows_style_box_size\";i:1;s:33:\"arrows_style_box_font_size_mobile\";i:1;s:28:\"arrows_style_box_size_mobile\";i:1;s:24:\"prev_top_position_mobile\";i:1;s:25:\"prev_left_position_tablet\";i:1;s:24:\"next_top_position_mobile\";i:1;s:26:\"next_right_position_tablet\";i:1;s:33:\"arrows_hover_style_popover_toggle\";i:1;s:33:\"arrows_hover_style_box_font_color\";i:1;s:29:\"arrows_hover_style_box_border\";i:1;s:35:\"arrows_hover_style_box_border_width\";i:1;s:35:\"arrows_hover_style_box_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:10:\"raven-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:1:{s:6:\"fields\";i:1;}s:21:\"section_submit_button\";a:1:{s:18:\"submit_button_text\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_general\";a:2:{s:22:\"general_column_spacing\";i:1;s:19:\"general_row_spacing\";i:1;}s:19:\"section_style_field\";a:11:{s:30:\"field_tab_border_normal_border\";i:1;s:29:\"field_tab_border_normal_width\";i:1;s:29:\"field_tab_border_normal_color\";i:1;s:30:\"field_tab_border_radius_normal\";i:1;s:27:\"field_tab_color_placeholder\";i:1;s:43:\"field_tab_typography_placeholder_typography\";i:1;s:44:\"field_tab_typography_placeholder_font_family\";i:1;s:42:\"field_tab_typography_placeholder_font_size\";i:1;s:44:\"field_tab_typography_placeholder_font_weight\";i:1;s:47:\"field_tab_typography_placeholder_text_transform\";i:1;s:13:\"field_padding\";i:1;}s:20:\"section_style_button\";a:13:{s:13:\"button_height\";i:1;s:39:\"button_tab_typography_normal_typography\";i:1;s:40:\"button_tab_typography_normal_font_family\";i:1;s:38:\"button_tab_typography_normal_font_size\";i:1;s:40:\"button_tab_typography_normal_font_weight\";i:1;s:43:\"button_tab_typography_normal_text_transform\";i:1;s:39:\"button_tab_background_normal_background\";i:1;s:34:\"button_tab_background_normal_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"button_radius\";i:1;s:38:\"button_tab_background_hover_background\";i:1;s:33:\"button_tab_background_hover_color\";i:1;s:25:\"button_border_hover_width\";i:1;}}}}s:11:\"raven-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:5:{s:20:\"classic_section_meta\";a:9:{s:25:\"classic_post_meta_divider\";i:1;s:39:\"classic_post_meta_typography_typography\";i:1;s:40:\"classic_post_meta_typography_font_family\";i:1;s:38:\"classic_post_meta_typography_font_size\";i:1;s:40:\"classic_post_meta_typography_font_weight\";i:1;s:25:\"classic_post_meta_spacing\";i:1;s:23:\"classic_post_meta_color\";i:1;s:29:\"classic_post_meta_links_color\";i:1;s:33:\"classic_post_meta_divider_spacing\";i:1;}s:25:\"classic_section_container\";a:14:{s:20:\"classic_post_padding\";i:1;s:39:\"classic_post_box_shadow_box_shadow_type\";i:1;s:34:\"classic_post_box_shadow_box_shadow\";i:1;s:23:\"classic_columns_spacing\";i:1;s:30:\"classic_columns_spacing_tablet\";i:1;s:20:\"classic_rows_spacing\";i:1;s:27:\"classic_rows_spacing_tablet\";i:1;s:27:\"classic_rows_spacing_mobile\";i:1;s:27:\"classic_post_padding_mobile\";i:1;s:25:\"classic_post_align_mobile\";i:1;s:45:\"classic_post_box_shadow_hover_box_shadow_type\";i:1;s:40:\"classic_post_box_shadow_hover_box_shadow\";i:1;s:34:\"classic_post_background_background\";i:1;s:29:\"classic_post_background_color\";i:1;}s:21:\"classic_section_title\";a:9:{s:40:\"classic_post_title_typography_typography\";i:1;s:39:\"classic_post_title_typography_font_size\";i:1;s:41:\"classic_post_title_typography_font_weight\";i:1;s:44:\"classic_post_title_typography_text_transform\";i:1;s:41:\"classic_post_title_typography_line_height\";i:1;s:26:\"classic_post_title_spacing\";i:1;s:24:\"classic_post_title_color\";i:1;s:48:\"classic_post_title_typography_line_height_tablet\";i:1;s:30:\"classic_post_title_color_hover\";i:1;}s:23:\"classic_section_excerpt\";a:7:{s:42:\"classic_post_excerpt_typography_typography\";i:1;s:43:\"classic_post_excerpt_typography_font_family\";i:1;s:41:\"classic_post_excerpt_typography_font_size\";i:1;s:43:\"classic_post_excerpt_typography_font_weight\";i:1;s:43:\"classic_post_excerpt_typography_line_height\";i:1;s:28:\"classic_post_excerpt_spacing\";i:1;s:48:\"classic_post_excerpt_typography_font_size_tablet\";i:1;}s:26:\"classic_section_pagination\";a:13:{s:23:\"classic_load_more_width\";i:1;s:24:\"classic_load_more_height\";i:1;s:23:\"classic_load_more_color\";i:1;s:39:\"classic_load_more_typography_typography\";i:1;s:40:\"classic_load_more_typography_font_family\";i:1;s:38:\"classic_load_more_typography_font_size\";i:1;s:40:\"classic_load_more_typography_font_weight\";i:1;s:43:\"classic_load_more_typography_text_transform\";i:1;s:39:\"classic_load_more_background_background\";i:1;s:34:\"classic_load_more_background_color\";i:1;s:31:\"classic_load_more_border_radius\";i:1;s:45:\"classic_hover_load_more_background_background\";i:1;s:40:\"classic_hover_load_more_background_color\";i:1;}}s:7:\"content\";a:1:{s:16:\"section_settings\";a:9:{s:15:\"classic_columns\";i:1;s:20:\"classic_equal_height\";i:1;s:28:\"classic_post_image_size_size\";i:1;s:19:\"classic_show_author\";i:1;s:23:\"classic_show_categories\";i:1;s:17:\"classic_show_tags\";i:1;s:21:\"classic_meta_position\";i:1;s:19:\"classic_show_button\";i:1;s:20:\"query_posts_per_page\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}}'),(6624,810,'_wxr_import_user_slug','emre'),(6625,810,'_wxr_import_has_attachment_refs','1'),(6626,26,'_elementor_controls_usage','a:0:{}'),(6627,26,'_yst_prominent_words_version','1'),(6628,26,'_wp_page_template','elementor_header_footer'),(6629,26,'jupiterx_header','1'),(6630,26,'_jupiterx_header','field_jupiterx_post_header'),(6631,26,'jupiterx_header_overlap','global'),(6632,26,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(6633,26,'jupiterx_header_type','global'),(6634,26,'_jupiterx_header_type','field_jupiterx_post_header_type'),(6635,26,'jupiterx_header_behavior','global'),(6636,26,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(6637,26,'jupiterx_layout','global'),(6638,26,'_jupiterx_layout','field_jupiterx_post_main_layout'),(6639,26,'jupiterx_content_full_width','0'),(6640,26,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(6641,26,'jupiterx_content_spacing','1'),(6642,26,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(6643,26,'jupiterx_sidebar_primary','global'),(6644,26,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(6645,26,'jupiterx_sidebar_secondary','global'),(6646,26,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(6647,26,'jupiterx_post_featured_image','global'),(6648,26,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(6649,26,'jupiterx_post_social_share','global'),(6650,26,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(6651,26,'jupiterx_post_comments','global'),(6652,26,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(6653,26,'jupiterx_main_background_color',''),(6654,26,'_jupiterx_main_background_color','color'),(6655,26,'jupiterx_main_background_image',''),(6656,26,'_jupiterx_main_background_image','image'),(6657,26,'jupiterx_main_background_position',''),(6658,26,'_jupiterx_main_background_position','position'),(6659,26,'jupiterx_main_background_repeat',''),(6660,26,'_jupiterx_main_background_repeat','repeat'),(6661,26,'jupiterx_main_background_attachment',''),(6662,26,'_jupiterx_main_background_attachment','attachment'),(6663,26,'jupiterx_main_background_size',''),(6664,26,'_jupiterx_main_background_size','size'),(6665,26,'jupiterx_main_background',''),(6666,26,'_jupiterx_main_background','field_jupiterx_post_main_background'),(6667,26,'jupiterx_main_spacing_padding_top',''),(6668,26,'_jupiterx_main_spacing_padding_top','padding_top'),(6669,26,'jupiterx_main_spacing_padding_right',''),(6670,26,'_jupiterx_main_spacing_padding_right','padding_right'),(6671,26,'jupiterx_main_spacing_padding_bottom',''),(6672,26,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(6673,26,'jupiterx_main_spacing_padding_left',''),(6674,26,'_jupiterx_main_spacing_padding_left','padding_left'),(6675,26,'jupiterx_main_spacing_margin_top',''),(6676,26,'_jupiterx_main_spacing_margin_top','margin_top'),(6677,26,'jupiterx_main_spacing_margin_right',''),(6678,26,'_jupiterx_main_spacing_margin_right','margin_right'),(6679,26,'jupiterx_main_spacing_margin_bottom',''),(6680,26,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(6681,26,'jupiterx_main_spacing_margin_left',''),(6682,26,'_jupiterx_main_spacing_margin_left','margin_left'),(6683,26,'jupiterx_main_spacing',''),(6684,26,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(6685,26,'jupiterx_title_bar_title','global'),(6686,26,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(6687,26,'jupiterx_title_bar_breadcrumb','global'),(6688,26,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(6689,26,'jupiterx_title_bar_subtitle',''),(6690,26,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(6691,26,'jupiterx_footer','1'),(6692,26,'_jupiterx_footer','field_jupiterx_post_footer'),(6693,26,'jupiterx_footer_type','global'),(6694,26,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(6695,26,'jupiterx_footer_widget_area','global'),(6696,26,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(6697,26,'jupiterx_footer_sub','global'),(6698,26,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(6699,26,'jupiterx_footer_behavior','global'),(6700,26,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(6701,26,'_yoast_wpseo_focuskeywords','[]'),(6702,26,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(6703,26,'_elementor_edit_mode','builder'),(6704,26,'_elementor_template_type','wp-page'),(6705,26,'_elementor_version','2.8.3'),(6706,26,'_elementor_data','[{\"id\":\"8d1f5ba\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-banner.jpg\",\"id\":\"29\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\",\"sizes\":[]}},\"elements\":[{\"id\":\"09b65c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"2283a47\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"title_align\":\"center\",\"html_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"74ae368\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3deac2d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e6518af\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"0\",\"bottom\":\"140\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8f84f6a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"25bc92b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-icon01.svg\",\"id\":\"377\"},\"library\":\"svg\"},\"title_text\":\"Qualified Doctors\",\"description_text\":\"Where People Come First\",\"icon_space\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"title_color\":\"#1BB99F\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"description_color\":\"#2C234D\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Exo\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_text_transform\":\"capitalize\",\"text_align_tablet\":\"center\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"a8c58e0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor reprehenderit tate velit esse cillum dolore fugiat nulla iatur excepteur sint occaecat.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"930f965\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e24a002\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-icon02.svg\",\"id\":\"378\"},\"library\":\"svg\"},\"title_text\":\"24 Hour Service\",\"description_text\":\"Highest Quality Care \",\"icon_space\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"title_color\":\"#1BB99F\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"description_color\":\"#2C234D\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Exo\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_text_transform\":\"capitalize\",\"text_align_tablet\":\"center\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"929b77c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor reprehenderit tate velit esse cillum dolore fugiat nulla iatur excepteur sint occaecat.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"f258532\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"space_between_widgets\":\"10\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"35\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ac45858\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-icon03.svg\",\"id\":\"379\"},\"library\":\"svg\"},\"title_text\":\"We Are Here For You\",\"description_text\":\"Emergency Department\",\"icon_space\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"text_align\":\"left\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"title_color\":\"#1BB99F\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"description_color\":\"#2C234D\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Exo\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"description_typography_font_weight\":\"600\",\"description_typography_text_transform\":\"capitalize\",\"text_align_tablet\":\"center\",\"description_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"description_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d84cc70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor reprehenderit tate velit esse cillum dolore fugiat nulla iatur excepteur sint occaecat.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2a3f69b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4127635\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c49de4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"10\"},\"elements\":[{\"id\":\"64b4341\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Citylistiry Comunity \\nand Our Expertise\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.4\",\"sizes\":[]},\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"220\",\"bottom\":\"0\",\"left\":\"220\",\"isLinked\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"869b754\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"line_align\":\"center\"},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"bb981d1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>If you are interested in nicotine interchange methods to help stop smoking cigarettes, you might consider purchasing the patch or nicotine gum. The patch is just a patch that you apply everyd, If you are interested in nicotine interchange methods to help stop smoking cigarettes, you might consider purchasing the patch or nicotine gum. The patch is just a patch that you apply everyd, If you are interested in nicotine.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ebf6056\",\"elType\":\"widget\",\"settings\":{\"item_list\":[{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-img.jpg\",\"id\":\"33\"},\"item_title\":\"\",\"item_subtitle\":\"\",\"item_desc\":\"\",\"item_button_primary_url\":\"\",\"item_button_primary_text\":\"\",\"item_button_secondary_ulr\":\"#\",\"item_button_secondary_text\":\"\",\"_id\":\"c6792b8\",\"item_content_type\":\"default\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title_html_tag\":\"h5\",\"item_subtitle_html_tag\":\"h5\",\"item_button_primary_target\":\"\",\"item_button_primary_rel\":\"\",\"item_button_secondary_url\":\"\",\"item_button_secondary_target\":\"\",\"item_button_secondary_rel\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-img02.jpg\",\"id\":\"386\"},\"item_title\":\"\",\"item_subtitle\":\"\",\"item_desc\":\"\",\"item_button_primary_url\":\"\",\"item_button_primary_text\":\"\",\"item_button_secondary_ulr\":\"#\",\"item_button_secondary_text\":\"\",\"_id\":\"faaa41a\",\"item_content_type\":\"default\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title_html_tag\":\"h5\",\"item_subtitle_html_tag\":\"h5\",\"item_button_primary_target\":\"\",\"item_button_primary_rel\":\"\",\"item_button_secondary_url\":\"\",\"item_button_secondary_target\":\"\",\"item_button_secondary_rel\":\"\",\"template_id\":\"0\"},{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-img04.jpg\",\"id\":\"387\"},\"item_title\":\"\",\"item_subtitle\":\"\",\"item_desc\":\"\",\"item_button_primary_url\":\"\",\"item_button_primary_text\":\"\",\"item_button_secondary_ulr\":\"#\",\"item_button_secondary_text\":\"\",\"item_content_type\":\"default\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title_html_tag\":\"h5\",\"item_subtitle_html_tag\":\"h5\",\"item_button_primary_target\":\"\",\"item_button_primary_rel\":\"\",\"item_button_secondary_url\":\"\",\"item_button_secondary_target\":\"\",\"item_button_secondary_rel\":\"\",\"template_id\":\"0\",\"_id\":\"457f50d\"},{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-img03.jpg\",\"id\":\"388\"},\"item_title\":\"\",\"item_subtitle\":\"\",\"item_desc\":\"\",\"item_button_primary_url\":\"\",\"item_button_primary_text\":\"\",\"item_button_secondary_ulr\":\"#\",\"item_button_secondary_text\":\"\",\"item_content_type\":\"default\",\"selected_item_icon\":{\"value\":\"\",\"library\":\"\"},\"item_title_html_tag\":\"h5\",\"item_subtitle_html_tag\":\"h5\",\"item_button_primary_target\":\"\",\"item_button_primary_rel\":\"\",\"item_button_secondary_url\":\"\",\"item_button_secondary_target\":\"\",\"item_button_secondary_rel\":\"\",\"template_id\":\"0\",\"_id\":\"3a1dfd2\"}],\"slider_height\":{\"unit\":\"px\",\"size\":\"560\",\"sizes\":[]},\"slider_image_size\":\"full\",\"content_show_transition\":\"none\",\"slider_navigation\":\"\",\"selected_slider_navigation_icon_arrow\":{\"value\":\"\",\"library\":\"\"},\"slider_pagination\":\"true\",\"slider_fullScreen\":\"\",\"slide_distance\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"thumbnails\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"90\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"pagination_container_offset\":\"60\",\"pagination_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"pagination_dots_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"pagination_style_popover_toggle\":\"custom\",\"pagination_style_background\":\"color\",\"pagination_style_color\":\"#D7D7D7\",\"pagination_style_box_size\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]},\"pagination_style_box_border\":\"solid\",\"pagination_style_box_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"pagination_style_box_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"pagination_style_hover_popover_toggle\":\"custom\",\"pagination_style_hover_background\":\"color\",\"pagination_style_hover_color\":\"#1BB99F\",\"pagination_style_active_popover_toggle\":\"custom\",\"pagination_style_active_background\":\"color\",\"pagination_style_active_color\":\"#1BB99F\",\"slider_height_mobile\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"jet-slider\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"981f136\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"370\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cdeb0c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"rgba(137,96,250,0.05)\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"310\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"58ba95c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"content_position\":\"center\",\"align\":\"center\",\"content_position_tablet\":\"center\",\"align_tablet\":\"center\"},\"elements\":[{\"id\":\"a5d3bf7\",\"elType\":\"widget\",\"settings\":{\"icon_new\":{\"value\":\"far fa-flag\",\"library\":\"fa-regular\"},\"container\":\"yes\",\"icon_tab_background_normal_background\":\"solid\",\"icon_tab_background_normal_color\":\"#FFFFFF\",\"icon_tab_size_normal\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":\"1\"},\"container_tab_background_normal_background\":\"classic\",\"container_tab_background_normal_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"raven-icon\"},{\"id\":\"44bb859\",\"elType\":\"widget\",\"settings\":{\"list\":[{\"list_title\":\"Item #1\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"d75dac2\",\"icon_new\":{\"value\":\"\",\"library\":\"\"},\"starting_number\":\"0\",\"ending_number\":\"20\",\"prefix\":\"\",\"suffix\":\"+\",\"title\":\"Health Department\"}],\"columns\":\"1\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"number_color_background\":\"solid\",\"number_color_color\":\"#2c234d\",\"number_typography_typography\":\"custom\",\"number_typography_font_family\":\"Exo\",\"number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"number_typography_font_weight\":\"800\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\",\"number_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-counter\"}],\"isInner\":\"\"},{\"id\":\"31ca707\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"836d4a2\",\"elType\":\"widget\",\"settings\":{\"icon_new\":{\"value\":\"far fa-user\",\"library\":\"fa-regular\"},\"container\":\"yes\",\"icon_tab_background_normal_background\":\"solid\",\"icon_tab_background_normal_color\":\"#FFFFFF\",\"icon_tab_size_normal\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":\"1\"},\"container_tab_background_normal_background\":\"classic\",\"container_tab_background_normal_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"raven-icon\"},{\"id\":\"63f76d4\",\"elType\":\"widget\",\"settings\":{\"list\":[{\"list_title\":\"Item #1\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"d75dac2\",\"icon_new\":{\"value\":\"\",\"library\":\"\"},\"starting_number\":\"0\",\"ending_number\":\"100\",\"prefix\":\"\",\"suffix\":\"K+\",\"title\":\"Satisfied Patients\"}],\"columns\":\"1\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"number_color_background\":\"solid\",\"number_color_color\":\"#2c234d\",\"number_typography_typography\":\"custom\",\"number_typography_font_family\":\"Exo\",\"number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"number_typography_font_weight\":\"800\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\",\"number_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-counter\"}],\"isInner\":\"\"},{\"id\":\"c755912\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\"},\"elements\":[{\"id\":\"34a5cda\",\"elType\":\"widget\",\"settings\":{\"icon_new\":{\"value\":\"far fa-heart\",\"library\":\"fa-regular\"},\"container\":\"yes\",\"icon_tab_background_normal_background\":\"solid\",\"icon_tab_background_normal_color\":\"#FFFFFF\",\"icon_tab_size_normal\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":\"1\"},\"container_tab_background_normal_background\":\"classic\",\"container_tab_background_normal_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_element_width_tablet\":\"inherit\"},\"elements\":[],\"widgetType\":\"raven-icon\"},{\"id\":\"58fe4a3\",\"elType\":\"widget\",\"settings\":{\"list\":[{\"list_title\":\"Item #1\",\"list_content\":\"Item content. Click the edit button to change this text.\",\"_id\":\"d75dac2\",\"icon_new\":{\"value\":\"\",\"library\":\"\"},\"starting_number\":\"0\",\"ending_number\":\"120\",\"prefix\":\"\",\"suffix\":\"+\",\"title\":\"Nationalities Treated\"}],\"columns\":\"1\",\"align\":\"left\",\"icon_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"number_color_background\":\"solid\",\"number_color_color\":\"#2c234d\",\"number_typography_typography\":\"custom\",\"number_typography_font_family\":\"Exo\",\"number_typography_font_size\":{\"unit\":\"px\",\"size\":\"48\",\"sizes\":[]},\"number_typography_font_weight\":\"800\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"_element_width\":\"auto\",\"align_tablet\":\"center\",\"_element_width_tablet\":\"inherit\",\"number_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-counter\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1073afb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"8179ad8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"5762e9b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"adfaee7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Mission. Vision. History<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"2.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8a6b434\",\"elType\":\"widget\",\"settings\":{\"title\":\"A Great Place to Work A Great \\nPlace to Receive Care\",\"title_color_background\":\"solid\",\"title_color_color\":\"#000021\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":\"\"},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ae06531\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c4ffe3c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4035525\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"45.04\",\"_inline_size_tablet\":\"100\"},\"elements\":[{\"id\":\"bac6076\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/about-img02.png\",\"id\":\"40\"},\"size_tablet\":{\"unit\":\"px\",\"size\":\"152\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"1\"},{\"id\":\"4c34179\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"54.96\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"125\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"100\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f096278\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"item_label\":\"Mission\",\"_id\":\"eaace22\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"editor\",\"item_template_id\":\"0\",\"item_editor_content\":\"<p>Emoenim ipsam voluptatem quia voluptas sit aspernatuier autodit autfugit sedquia consequuntur magni doloreseoes qui ratione voluptatem sequi nesciunt. Neque porroisquam estqui dolorem ipsum quia dolo amet consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam.<\\/p>\"},{\"item_label\":\"Vision\",\"_id\":\"8f13552\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"editor\",\"item_template_id\":\"0\",\"item_editor_content\":\"<p>Lorem Ipsum\\u00a0is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.Lorem Ipsum\\u00a0is simply dummy text of the printing and typesetting industry.<\\/p>\"},{\"item_label\":\"History\",\"_id\":\"fb33833\",\"item_active\":\"false\",\"item_use_image\":\"false\",\"item_icon\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"content_type\":\"editor\",\"item_template_id\":\"0\",\"item_editor_content\":\"<p>Lorem ipsum dolor sit amet, vix nemore sententiae inciderint te, est id latine perfecto constituto, facer verterem qui ne. Ad debitis postulant usu, denique perpetua erroribus usu ea, ex verear admodum dignissim quo. Vix no stet accumsan. His ei omnis epicurei maluisset.<\\/p>\"}],\"tabs_control_label_color\":\"#000021\",\"tabs_control_label_typography_typography\":\"custom\",\"tabs_control_label_typography_font_family\":\"Exo\",\"tabs_control_label_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"tabs_control_label_typography_font_weight\":\"600\",\"tabs_control_label_typography_text_transform\":\"capitalize\",\"tabs_control_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"tabs_control_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"tabs_control_border_border\":\"solid\",\"tabs_control_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"tabs_control_border_color\":\"rgba(27,185,159,0)\",\"tabs_control_label_color_hover\":\"#1bb99f\",\"tabs_control_label_color_active\":\"#1bb99f\",\"tabs_control_border_active_border\":\"solid\",\"tabs_control_border_active_color\":\"#1bb99f\",\"tabs_content_typography_typography\":\"custom\",\"tabs_content_typography_font_family\":\"Poppins\",\"tabs_content_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"tabs_content_typography_font_weight\":\"300\",\"tabs_content_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"tabs_content_padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"tabs_content_border_border\":\"solid\",\"tabs_content_border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"tabs_content_border_color\":\"#eff7ff\",\"tabs_content_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"tabs_control_label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.5\",\"sizes\":[]},\"tabs_controls_aligment_tablet\":\"center\",\"tabs_control_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-tabs\"},{\"id\":\"7443ec5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/signature.png\",\"id\":\"45\"},\"size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"align\":\"left\",\"size_mobile\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c4fe25d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"38e38c9\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#FBFCFE\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/team-style.png\",\"id\":\"49\"},\"background_position\":\"initial\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/home-team.png\",\"id\":\"52\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"overlay_blend_mode\":\"darken\",\"margin\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"200\",\"left\":\"0\",\"isLinked\":\"\"},\"background_ypos\":{\"unit\":\"px\",\"size\":\"650\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b5f0761\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"0203a7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Honarable Board Members\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"29\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"0abb126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"200\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f8cf99c\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bb5a071\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"dae39d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"30\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"28bccec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/doctor04.jpg\",\"id\":\"47\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"1\"},{\"id\":\"94e41de\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"space_between_widgets\":\"5\",\"content_position\":\"center\",\"_inline_size_tablet\":\"70\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"9c69b9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Landon Morrison\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_align_mobile\":\"center\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"85e2dae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>General Manager<\\/p>\",\"text_color\":\"#666666\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"normal\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b89f96\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, suntinea qui officia deserunt mollit anim id est laborum. Sedut iatis unde omnis iste natus error sit voluptatem accusan tiumi doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4cec816\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"7513cff\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/artbees\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"03616a7\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/artbees_design?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"9e998fd\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/artbees\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-pinterest\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.pinterest.com\\/artbees_design\\/\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"834b3ef\"}],\"shape\":\"square\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ffffff\",\"icon_secondary_color\":\"#aeb4ba\",\"icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0.9\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"image_border_color\":\"#eeeeee\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"hover_primary_color\":\"#1bb99f\",\"hover_secondary_color\":\"#ffffff\",\"hover_border_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"fa5018c\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"251\",\"posts_num\":\"3\",\"not_found_message\":\"No data was found\",\"horizontal_gap\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"vertical_gap\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"columns_mobile\":\"1\",\"horizontal_gap_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"vertical_gap_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"arrow_bg_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"cedaef2\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"300\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b1b6844\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#fffcda\",\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]}},\"elements\":[{\"id\":\"5b2d319\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"caba436\",\"elType\":\"widget\",\"settings\":{\"brands_list\":[{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/sponsor01.png\",\"id\":\"59\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\"},\"_id\":\"2b9c90a\",\"item_desc\":\"\"},{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/sponsor02.png\",\"id\":\"60\"},\"item_name\":\"\",\"item_url\":{\"url\":\"\"},\"_id\":\"f0c5182\",\"item_desc\":\"\"},{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/sponsor03.png\",\"id\":\"61\"},\"item_name\":\"\",\"item_desc\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"e82afe0\"},{\"item_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/sponsor04.png\",\"id\":\"62\"},\"item_name\":\"\",\"item_desc\":\"\",\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"856b00b\"}],\"columns_tablet\":\"4\",\"columns_mobile\":\"1\",\"logo_alignment_mobile\":\"center\",\"logo_wrap_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-brands\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6707,26,'_elementor_controls_usage','a:15:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:5;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:9:{s:11:\"title_align\";i:4;s:27:\"title_typography_typography\";i:4;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_line_height\";i:3;s:33:\"title_typography_font_size_tablet\";i:3;s:33:\"title_typography_font_size_mobile\";i:3;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:18:\"title_align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:2;}}}}s:17:\"raven-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_breadcrumbs\";a:8:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:15:\"separator_color\";i:1;s:17:\"link_color_normal\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:7:{s:21:\"space_between_widgets\";i:7;s:16:\"content_position\";i:2;s:5:\"align\";i:1;s:23:\"content_position_tablet\";i:1;s:12:\"align_tablet\";i:1;s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:5;s:13:\"margin_tablet\";i:6;s:14:\"padding_tablet\";i:4;s:13:\"margin_mobile\";i:4;s:14:\"padding_mobile\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:3;s:13:\"custom_height\";i:2;s:20:\"custom_height_tablet\";i:2;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:9;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:7:{s:21:\"background_background\";i:4;s:16:\"background_image\";i:2;s:19:\"background_position\";i:3;s:17:\"background_repeat\";i:3;s:15:\"background_size\";i:3;s:16:\"background_color\";i:3;s:15:\"background_ypos\";i:1;}s:26:\"section_background_overlay\";a:8:{s:29:\"background_overlay_background\";i:2;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:2;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:18:\"overlay_blend_mode\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:6:{s:6:\"margin\";i:6;s:13:\"margin_tablet\";i:5;s:14:\"padding_mobile\";i:1;s:13:\"margin_mobile\";i:1;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:3:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:2:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;}s:21:\"section_style_content\";a:17:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:37:\"description_typography_text_transform\";i:3;s:17:\"text_align_tablet\";i:3;s:39:\"description_typography_font_size_tablet\";i:3;s:41:\"description_typography_line_height_tablet\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:10:\"text_color\";i:4;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:6;s:12:\"align_tablet\";i:3;s:5:\"align\";i:3;s:20:\"typography_font_size\";i:4;s:25:\"typography_letter_spacing\";i:1;s:12:\"align_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:2;s:14:\"_margin_mobile\";i:1;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:10:\"line_align\";i:1;}}}}s:10:\"jet-slider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:18:\"section_items_data\";a:1:{s:9:\"item_list\";i:1;}s:16:\"section_settings\";a:10:{s:13:\"slider_height\";i:1;s:17:\"slider_image_size\";i:1;s:23:\"content_show_transition\";i:1;s:17:\"slider_navigation\";i:1;s:37:\"selected_slider_navigation_icon_arrow\";i:1;s:17:\"slider_pagination\";i:1;s:17:\"slider_fullScreen\";i:1;s:14:\"slide_distance\";i:1;s:10:\"thumbnails\";i:1;s:20:\"slider_height_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_pagination_style\";a:16:{s:27:\"pagination_container_offset\";i:1;s:18:\"pagination_padding\";i:1;s:22:\"pagination_dots_margin\";i:1;s:31:\"pagination_style_popover_toggle\";i:1;s:27:\"pagination_style_background\";i:1;s:22:\"pagination_style_color\";i:1;s:25:\"pagination_style_box_size\";i:1;s:27:\"pagination_style_box_border\";i:1;s:33:\"pagination_style_box_border_width\";i:1;s:34:\"pagination_style_box_border_radius\";i:1;s:37:\"pagination_style_hover_popover_toggle\";i:1;s:33:\"pagination_style_hover_background\";i:1;s:28:\"pagination_style_hover_color\";i:1;s:38:\"pagination_style_active_popover_toggle\";i:1;s:34:\"pagination_style_active_background\";i:1;s:29:\"pagination_style_active_color\";i:1;}}}}s:10:\"raven-icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:8:\"icon_new\";i:3;}s:16:\"section_settings\";a:1:{s:9:\"container\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:4:{s:37:\"icon_tab_background_normal_background\";i:3;s:32:\"icon_tab_background_normal_color\";i:3;s:20:\"icon_tab_size_normal\";i:3;s:12:\"icon_padding\";i:3;}s:23:\"section_style_container\";a:2:{s:42:\"container_tab_background_normal_background\";i:3;s:37:\"container_tab_background_normal_color\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:14:\"_margin_tablet\";i:3;}s:17:\"_section_position\";a:3:{s:14:\"_element_width\";i:3;s:23:\"_element_vertical_align\";i:3;s:21:\"_element_width_tablet\";i:3;}}}}s:13:\"raven-counter\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:4:\"list\";i:3;}s:16:\"section_settings\";a:1:{s:7:\"columns\";i:3;}}s:5:\"style\";a:4:{s:23:\"section_style_container\";a:2:{s:5:\"align\";i:3;s:12:\"align_tablet\";i:3;}s:18:\"section_style_icon\";a:1:{s:9:\"icon_size\";i:3;}s:20:\"section_style_number\";a:7:{s:23:\"number_color_background\";i:3;s:18:\"number_color_color\";i:3;s:28:\"number_typography_typography\";i:3;s:29:\"number_typography_font_family\";i:3;s:27:\"number_typography_font_size\";i:3;s:29:\"number_typography_font_weight\";i:3;s:29:\"number_typography_line_height\";i:3;}s:19:\"section_style_title\";a:5:{s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;}}s:8:\"advanced\";a:1:{s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:3;s:21:\"_element_width_tablet\";i:3;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:11:\"size_tablet\";i:1;s:4:\"size\";i:1;s:5:\"align\";i:1;s:11:\"size_mobile\";i:1;s:12:\"align_mobile\";i:1;}}}}s:8:\"jet-tabs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_items_data\";a:1:{s:4:\"tabs\";i:1;}}s:5:\"style\";a:3:{s:31:\"section_tabs_control_item_style\";a:17:{s:24:\"tabs_control_label_color\";i:1;s:40:\"tabs_control_label_typography_typography\";i:1;s:41:\"tabs_control_label_typography_font_family\";i:1;s:39:\"tabs_control_label_typography_font_size\";i:1;s:41:\"tabs_control_label_typography_font_weight\";i:1;s:44:\"tabs_control_label_typography_text_transform\";i:1;s:20:\"tabs_control_padding\";i:1;s:19:\"tabs_control_margin\";i:1;s:26:\"tabs_control_border_border\";i:1;s:25:\"tabs_control_border_width\";i:1;s:25:\"tabs_control_border_color\";i:1;s:30:\"tabs_control_label_color_hover\";i:1;s:31:\"tabs_control_label_color_active\";i:1;s:33:\"tabs_control_border_active_border\";i:1;s:32:\"tabs_control_border_active_color\";i:1;s:44:\"tabs_control_label_typography_letter_spacing\";i:1;s:26:\"tabs_control_margin_mobile\";i:1;}s:26:\"section_tabs_content_style\";a:10:{s:34:\"tabs_content_typography_typography\";i:1;s:35:\"tabs_content_typography_font_family\";i:1;s:33:\"tabs_content_typography_font_size\";i:1;s:35:\"tabs_content_typography_font_weight\";i:1;s:35:\"tabs_content_typography_line_height\";i:1;s:20:\"tabs_content_padding\";i:1;s:26:\"tabs_content_border_border\";i:1;s:25:\"tabs_content_border_width\";i:1;s:25:\"tabs_content_border_color\";i:1;s:19:\"tabs_content_radius\";i:1;}s:26:\"section_tabs_control_style\";a:1:{s:29:\"tabs_controls_aligment_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:14:\"_margin_tablet\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:1;s:5:\"shape\";i:1;s:5:\"align\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:10:{s:10:\"icon_color\";i:1;s:18:\"icon_primary_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_social_hover\";a:3:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;s:18:\"hover_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:16:\"jet-listing-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:10:\"lisitng_id\";i:1;s:9:\"posts_num\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:2:{s:21:\"section_caption_style\";a:5:{s:14:\"horizontal_gap\";i:1;s:12:\"vertical_gap\";i:1;s:21:\"horizontal_gap_tablet\";i:1;s:19:\"vertical_gap_tablet\";i:1;s:19:\"vertical_gap_mobile\";i:1;}s:20:\"section_slider_style\";a:1:{s:14:\"arrow_bg_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:10:\"jet-brands\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:14:\"section_brands\";a:1:{s:11:\"brands_list\";i:1;}s:15:\"section_general\";a:2:{s:14:\"columns_tablet\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:24:\"section_brand_logo_style\";a:2:{s:21:\"logo_alignment_mobile\";i:1;s:24:\"logo_wrap_padding_mobile\";i:1;}}}}}'),(6708,26,'_wxr_import_user_slug','emre'),(6709,26,'_wxr_import_has_attachment_refs','1'),(6710,811,'_elementor_controls_usage','a:0:{}'),(6711,811,'_yst_prominent_words_version','1'),(6712,811,'_wp_page_template','elementor_header_footer'),(6713,811,'jupiterx_header','1'),(6714,811,'_jupiterx_header','field_jupiterx_post_header'),(6715,811,'jupiterx_header_overlap','global'),(6716,811,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(6717,811,'jupiterx_header_type','global'),(6718,811,'_jupiterx_header_type','field_jupiterx_post_header_type'),(6719,811,'jupiterx_header_behavior','global'),(6720,811,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(6721,811,'jupiterx_layout','global'),(6722,811,'_jupiterx_layout','field_jupiterx_post_main_layout'),(6723,811,'jupiterx_content_full_width','0'),(6724,811,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(6725,811,'jupiterx_content_spacing','1'),(6726,811,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(6727,811,'jupiterx_sidebar_primary','global'),(6728,811,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(6729,811,'jupiterx_sidebar_secondary','global'),(6730,811,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(6731,811,'jupiterx_post_featured_image','global'),(6732,811,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(6733,811,'jupiterx_post_social_share','global'),(6734,811,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(6735,811,'jupiterx_post_comments','global'),(6736,811,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(6737,811,'jupiterx_main_background_color',''),(6738,811,'_jupiterx_main_background_color','color'),(6739,811,'jupiterx_main_background_image',''),(6740,811,'_jupiterx_main_background_image','image'),(6741,811,'jupiterx_main_background_position',''),(6742,811,'_jupiterx_main_background_position','position'),(6743,811,'jupiterx_main_background_repeat',''),(6744,811,'_jupiterx_main_background_repeat','repeat'),(6745,811,'jupiterx_main_background_attachment',''),(6746,811,'_jupiterx_main_background_attachment','attachment'),(6747,811,'jupiterx_main_background_size',''),(6748,811,'_jupiterx_main_background_size','size'),(6749,811,'jupiterx_main_background',''),(6750,811,'_jupiterx_main_background','field_jupiterx_post_main_background'),(6751,811,'jupiterx_main_spacing_padding_top',''),(6752,811,'_jupiterx_main_spacing_padding_top','padding_top'),(6753,811,'jupiterx_main_spacing_padding_right',''),(6754,811,'_jupiterx_main_spacing_padding_right','padding_right'),(6755,811,'jupiterx_main_spacing_padding_bottom',''),(6756,811,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(6757,811,'jupiterx_main_spacing_padding_left',''),(6758,811,'_jupiterx_main_spacing_padding_left','padding_left'),(6759,811,'jupiterx_main_spacing_margin_top',''),(6760,811,'_jupiterx_main_spacing_margin_top','margin_top'),(6761,811,'jupiterx_main_spacing_margin_right',''),(6762,811,'_jupiterx_main_spacing_margin_right','margin_right'),(6763,811,'jupiterx_main_spacing_margin_bottom',''),(6764,811,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(6765,811,'jupiterx_main_spacing_margin_left',''),(6766,811,'_jupiterx_main_spacing_margin_left','margin_left'),(6767,811,'jupiterx_main_spacing',''),(6768,811,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(6769,811,'jupiterx_title_bar_title','global'),(6770,811,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(6771,811,'jupiterx_title_bar_breadcrumb','global'),(6772,811,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(6773,811,'jupiterx_title_bar_subtitle',''),(6774,811,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(6775,811,'jupiterx_footer','1'),(6776,811,'_jupiterx_footer','field_jupiterx_post_footer'),(6777,811,'jupiterx_footer_type','global'),(6778,811,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(6779,811,'jupiterx_footer_widget_area','global'),(6780,811,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(6781,811,'jupiterx_footer_sub','global'),(6782,811,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(6783,811,'jupiterx_footer_behavior','global'),(6784,811,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(6785,811,'_yoast_wpseo_focuskeywords','[]'),(6786,811,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(6787,811,'_elementor_edit_mode','builder'),(6788,811,'_elementor_template_type','wp-page'),(6789,811,'_elementor_version','2.8.3'),(6790,811,'_elementor_data','[{\"id\":\"45eaa71\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/contact-banner.jpg\",\"id\":\"68\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\",\"sizes\":[]}},\"elements\":[{\"id\":\"d64cf81\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"75d74fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_align\":\"center\",\"html_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f141b0a\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f173a45\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e9b63fd\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"cae653a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"26520c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us for Help\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"03dc850\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Please call or complete the form below and someone will be in touch with you shortly.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"300\",\"bottom\":\"0\",\"left\":\"300\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c8d220d\",\"elType\":\"widget\",\"settings\":{\"text\":\"070-564-7252\",\"icon_new\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":\"220\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"0.64\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"19\",\"sizes\":[]},\"icon_space_between\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"link\":{\"url\":\"tel:070-564-7252\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f690f4e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"d3d12c6\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1685d77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f68709a\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"fb353fb\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"105\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b55ae37\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3291fee\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"47e4c43\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Utenim ad minim veniam quis nostrud itation llamco laboris nisi ut aliquip.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c5af8c1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-map-signs\",\"library\":\"fa-solid\"},\"title_text\":\"221B Baker Street, P. O Box 3 \",\"description_text\":\" Park Road, USA - 215431\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_color\":\"#707b8e\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"#707b8e\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"primary_color\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"07af020\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-headset\",\"library\":\"fa-solid\"},\"title_text\":\"+1 604-730-9919\",\"description_text\":\"Mon to Fri 9am to 6 pm\",\"position\":\"left\",\"primary_color\":\"#1bb99f\",\"icon_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_color\":\"#707b8e\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"#707b8e\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"link\":{\"url\":\"tel:+1 604-730-9919\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"fb918c4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"title_text\":\"support@artbees.com\",\"description_text\":\"Send us your query anytime!\",\"position\":\"left\",\"primary_color\":\"#1bb99f\",\"icon_space\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_color\":\"#707b8e\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"description_color\":\"#707b8e\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"link\":{\"url\":\"mailto:support@artbees.com\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"1\"},{\"id\":\"d6ab093\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"1ff11ad\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New form\",\"fields\":[{\"label\":\"\",\"type\":\"textarea\",\"placeholder\":\"Message\",\"_id\":\"6c8f2ec\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"text\",\"placeholder\":\"Name\",\"_id\":\"97577f1\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"email\",\"placeholder\":\"Email\",\"required\":\"true\",\"_id\":\"72e0c1f\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"2c6e3a7\",\"type\":\"tel\",\"label\":\"\",\"placeholder\":\"Phone\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"}],\"submit_button_text\":\"Send Message\",\"email_to\":\"alex@artbees.net\",\"email_subject\":\"New message from \\\"Hospital\\\"\",\"email_from\":\"email@jupiterx.artbees.net\",\"email_name\":\"Hospital\",\"email_reply_to\":\"email@jupiterx.artbees.net\",\"messages_success\":\"The form was sent successfully!\",\"messages_error\":\"Please check the errors.\",\"messages_required\":\"Required\",\"messages_subscriber\":\"Subscriber already exists.\",\"general_column_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"general_row_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"field_tab_background_color_normal\":\"rgba(0,0,0,0)\",\"field_tab_border_normal_border\":\"solid\",\"field_tab_border_normal_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"field_tab_border_normal_color\":\"#eeeeee\",\"field_tab_border_radius_normal\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"field_tab_border_focus_border\":\"solid\",\"field_tab_border_focus_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"field_tab_border_focus_color\":\"#1bb99f\",\"field_tab_color_placeholder\":\"#aeb4ba\",\"field_tab_typography_placeholder_typography\":\"custom\",\"field_tab_typography_placeholder_font_family\":\"Poppins\",\"field_tab_typography_placeholder_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"field_tab_typography_placeholder_font_weight\":\"300\",\"field_tab_color_value\":\"#1bb99f\",\"field_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":\"\"},\"button_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"button_tab_typography_normal_typography\":\"custom\",\"button_tab_typography_normal_font_family\":\"Poppins\",\"button_tab_typography_normal_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"button_tab_typography_normal_font_weight\":\"normal\",\"button_tab_typography_normal_text_transform\":\"capitalize\",\"button_tab_background_normal_background\":\"classic\",\"button_tab_background_normal_color\":\"#1bb99f\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"button_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"button_tab_background_hover_background\":\"classic\",\"button_tab_background_hover_color\":\"#18A48D\",\"button_border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-form\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"69ebe30\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1be02ad\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"layout\":\"full_width\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1ab1d1c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"afab95b\",\"elType\":\"widget\",\"settings\":{\"address\":\"Istanbul\",\"height\":{\"unit\":\"px\",\"size\":\"550\",\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_brightness\":{\"unit\":\"px\",\"size\":\"73\",\"sizes\":[]},\"css_filters_contrast\":{\"unit\":\"px\",\"size\":\"173\",\"sizes\":[]},\"css_filters_saturate\":{\"unit\":\"px\",\"size\":\"37\",\"sizes\":[]},\"zoom\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":\"400\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6791,811,'_elementor_controls_usage','a:9:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:3;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:4:{s:11:\"title_align\";i:2;s:27:\"title_typography_typography\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:18:\"title_align_mobile\";i:1;}}}}s:17:\"raven-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_breadcrumbs\";a:8:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:15:\"separator_color\";i:1;s:17:\"link_color_normal\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:5:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:14:\"padding_mobile\";i:2;s:14:\"padding_tablet\";i:1;s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:2:{s:6:\"height\";i:1;s:6:\"layout\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:5;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:2:{s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:6:\"margin\";i:3;s:13:\"margin_tablet\";i:4;s:7:\"padding\";i:1;s:14:\"padding_tablet\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:3:{s:4:\"text\";i:1;s:8:\"icon_new\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:3:{s:17:\"section_container\";a:8:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:5:\"align\";i:1;s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"hover_background_background\";i:1;s:22:\"hover_background_color\";i:1;}s:12:\"section_text\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:30:\"text_typography_letter_spacing\";i:1;}s:12:\"section_icon\";a:2:{s:9:\"icon_size\";i:1;s:18:\"icon_space_between\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:8:\"position\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:3:{s:10:\"icon_space\";i:3;s:9:\"icon_size\";i:3;s:13:\"primary_color\";i:3;}s:21:\"section_style_content\";a:12:{s:18:\"title_bottom_space\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:17:\"description_color\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;s:34:\"description_typography_line_height\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:10:\"raven-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:1:{s:6:\"fields\";i:1;}s:21:\"section_submit_button\";a:1:{s:18:\"submit_button_text\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_style_general\";a:2:{s:22:\"general_column_spacing\";i:1;s:19:\"general_row_spacing\";i:1;}s:19:\"section_style_field\";a:15:{s:33:\"field_tab_background_color_normal\";i:1;s:30:\"field_tab_border_normal_border\";i:1;s:29:\"field_tab_border_normal_width\";i:1;s:29:\"field_tab_border_normal_color\";i:1;s:30:\"field_tab_border_radius_normal\";i:1;s:29:\"field_tab_border_focus_border\";i:1;s:28:\"field_tab_border_focus_width\";i:1;s:28:\"field_tab_border_focus_color\";i:1;s:27:\"field_tab_color_placeholder\";i:1;s:43:\"field_tab_typography_placeholder_typography\";i:1;s:44:\"field_tab_typography_placeholder_font_family\";i:1;s:42:\"field_tab_typography_placeholder_font_size\";i:1;s:44:\"field_tab_typography_placeholder_font_weight\";i:1;s:21:\"field_tab_color_value\";i:1;s:13:\"field_padding\";i:1;}s:20:\"section_style_button\";a:13:{s:13:\"button_height\";i:1;s:39:\"button_tab_typography_normal_typography\";i:1;s:40:\"button_tab_typography_normal_font_family\";i:1;s:38:\"button_tab_typography_normal_font_size\";i:1;s:40:\"button_tab_typography_normal_font_weight\";i:1;s:43:\"button_tab_typography_normal_text_transform\";i:1;s:39:\"button_tab_background_normal_background\";i:1;s:34:\"button_tab_background_normal_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"button_radius\";i:1;s:38:\"button_tab_background_hover_background\";i:1;s:33:\"button_tab_background_hover_color\";i:1;s:25:\"button_border_hover_width\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:11:\"section_map\";a:4:{s:7:\"address\";i:1;s:6:\"height\";i:1;s:4:\"zoom\";i:1;s:13:\"height_tablet\";i:1;}}s:5:\"style\";a:1:{s:17:\"section_map_style\";a:4:{s:22:\"css_filters_css_filter\";i:1;s:22:\"css_filters_brightness\";i:1;s:20:\"css_filters_contrast\";i:1;s:20:\"css_filters_saturate\";i:1;}}}}}'),(6792,811,'_wxr_import_user_slug','emre'),(6793,812,'_elementor_controls_usage','a:0:{}'),(6794,812,'_listing_data','a:3:{s:6:\"source\";s:5:\"posts\";s:9:\"post_type\";s:7:\"doctors\";s:3:\"tax\";s:8:\"category\";}'),(6795,812,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:7:\"doctors\";s:11:\"listing_tax\";s:8:\"category\";}'),(6796,812,'_elementor_edit_mode','builder'),(6797,812,'_elementor_template_type','jet-listing-items'),(6798,812,'_elementor_version','2.8.3'),(6799,812,'_wp_page_template','default'),(6800,812,'_elementor_data','[{\"id\":\"fcc964b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"080ed10\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/doctor-details-banner.jpg\",\"id\":\"284\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]}},\"elements\":[{\"id\":\"20ea177\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"f9c7fc4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find A Doctor\",\"html_tag\":\"h1\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ccb8c22\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3c614a1\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2842141\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8f6b5a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"41.964\",\"space_between_widgets\":\"0\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"d6870ac\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"3b61889\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"390\",\"height\":\"450\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"0c6368a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Specialities\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"135ef19\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"link_typography_font_weight\":\"300\",\"link_color\":\"#707b8e\",\"terms_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"},{\"id\":\"45398ab\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"069602a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Available Hours\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a200d7c\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"available-days\",\"dynamic_field_format\":\"<span>%day% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %hour%<\\/span>\",\"items_direction\":\"column\",\"general_typography_typography\":\"custom\",\"general_typography_font_family\":\"Poppins\",\"general_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"general_typography_font_weight\":\"300\",\"general_typography_text_transform\":\"capitalize\",\"item_color\":\"#707b8e\",\"items_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-repeater\"},{\"id\":\"25bf310\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"ebacced\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Education\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"9b3a66a\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"medical-education\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"2df64eb\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"b9eec6f\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"facebook\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#3B5998\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"8\",\"left\":\"14\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"0b96af6\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"twitter\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#1DA1F2\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"9\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"1cd85b2\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"g-mail\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#DD4B39\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"11\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"0c217fe\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"linkedin\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#0077B5\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"10\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"}],\"isInner\":\"\"},{\"id\":\"376238a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"58.036\",\"space_between_widgets\":\"0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e9a9c60\",\"elType\":\"widget\",\"settings\":{\"dynamic_excerpt_more\":\"...\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_tag\":\"h2\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"field_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"3a4e93c\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"link_typography_font_weight\":\"normal\",\"link_typography_text_transform\":\"capitalize\",\"link_color\":\"#2c234d\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"terms_alignment_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"},{\"id\":\"830bf0a\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"_description\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_color\":\"#707b8e\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"436c75f\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4466768\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22certification-image%22%7D\\\"]\"},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"b23bb0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Achievements\",\"html_tag\":\"h4\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"05e131e\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"achievements\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_color\":\"#707b8e\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"17db1d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Experience\",\"html_tag\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"c02461a\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"work-experience\",\"dynamic_field_format\":\"<br>\\n<span><b>%period%<\\/b><\\/span>\\n<br>\\n<span>%title%<\\/span>\\n<span>%description%<\\/span>\",\"items_direction\":\"column\",\"general_typography_typography\":\"custom\",\"general_typography_font_family\":\"Exo\",\"general_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"general_typography_font_weight\":\"600\",\"item_color\":\"#2c234d\",\"items_alignment_mobile\":\"flex-start\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-repeater\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"46bedce\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dc25be8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"265\",\"sizes\":[]}},\"elements\":[{\"id\":\"b1d17a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"63.988\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"854074e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an \\nimportant part of children health.\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"6f4c7cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"36.012\",\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"96fae0f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"align_mobile\":\"center\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6801,812,'_oembed_cc4477fe27ddce4e9e865adf6cfba6e1','{{unknown}}'),(6802,812,'_elementor_controls_usage','a:11:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:7;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:3;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:8:{s:11:\"title_align\";i:1;s:27:\"title_typography_typography\";i:6;s:33:\"title_typography_font_size_mobile\";i:1;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_line_height\";i:4;s:18:\"title_align_mobile\";i:6;s:28:\"title_typography_font_weight\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:17:\"raven-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_breadcrumbs\";a:8:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:15:\"separator_color\";i:1;s:17:\"link_color_normal\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:21:\"space_between_widgets\";i:3;s:12:\"_inline_size\";i:4;s:12:\"align_mobile\";i:1;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:13:\"margin_mobile\";i:2;s:6:\"margin\";i:1;s:14:\"padding_mobile\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:2;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:2:{s:16:\"section_settings\";a:2:{s:10:\"image_size\";i:1;s:22:\"image_custom_dimension\";i:1;}s:13:\"section_image\";a:1:{s:5:\"image\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:25:\"jet-listing-dynamic-terms\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:8:\"from_tax\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_link_style\";a:6:{s:26:\"link_typography_typography\";i:2;s:27:\"link_typography_font_family\";i:2;s:25:\"link_typography_font_size\";i:2;s:27:\"link_typography_font_weight\";i:2;s:10:\"link_color\";i:2;s:30:\"link_typography_text_transform\";i:1;}s:13:\"section_style\";a:1:{s:22:\"terms_alignment_mobile\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:3;s:21:\"line_background_color\";i:3;s:11:\"line_weight\";i:3;s:10:\"line_width\";i:3;s:7:\"spacing\";i:3;s:17:\"line_width_mobile\";i:3;}}}}s:28:\"jet-listing-dynamic-repeater\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:20:\"dynamic_field_source\";i:2;s:20:\"dynamic_field_format\";i:2;}}s:5:\"style\";a:2:{s:21:\"section_general_style\";a:7:{s:15:\"items_direction\";i:2;s:29:\"general_typography_typography\";i:2;s:30:\"general_typography_font_family\";i:2;s:28:\"general_typography_font_size\";i:2;s:30:\"general_typography_font_weight\";i:2;s:33:\"general_typography_text_transform\";i:1;s:22:\"items_alignment_mobile\";i:2;}s:19:\"section_items_style\";a:1:{s:10:\"item_color\";i:2;}}}}s:25:\"jet-listing-dynamic-field\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:3:{s:20:\"dynamic_field_source\";i:3;s:23:\"dynamic_field_post_meta\";i:3;s:9:\"field_tag\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_field_style\";a:9:{s:22:\"field_alignment_mobile\";i:4;s:27:\"field_typography_typography\";i:3;s:33:\"field_typography_font_size_tablet\";i:2;s:33:\"field_typography_font_size_mobile\";i:1;s:11:\"field_color\";i:2;s:28:\"field_typography_font_family\";i:2;s:26:\"field_typography_font_size\";i:2;s:28:\"field_typography_font_weight\";i:2;s:28:\"field_typography_line_height\";i:2;}}}}s:24:\"jet-listing-dynamic-link\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:4:{s:19:\"dynamic_link_source\";i:4;s:10:\"link_label\";i:4;s:18:\"selected_link_icon\";i:4;s:13:\"hide_if_empty\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_link_style\";a:9:{s:26:\"link_typography_typography\";i:4;s:25:\"link_typography_font_size\";i:4;s:18:\"link_bg_background\";i:4;s:13:\"link_bg_color\";i:4;s:15:\"link_icon_color\";i:4;s:12:\"link_padding\";i:4;s:18:\"link_border_radius\";i:4;s:14:\"link_icon_size\";i:4;s:19:\"link_icon_gap_right\";i:4;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:4;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_container\";a:9:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:5:\"align\";i:1;s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"hover_background_background\";i:1;s:22:\"hover_background_color\";i:1;s:12:\"align_mobile\";i:1;}s:12:\"section_text\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:30:\"text_typography_text_transform\";i:1;s:10:\"text_color\";i:1;}}}}}'),(6803,812,'_wxr_import_user_slug','emre'),(6804,813,'_elementor_edit_mode','builder'),(6805,813,'_elementor_template_type','single'),(6806,813,'_elementor_version','2.8.3'),(6807,813,'_wp_page_template','default'),(6808,813,'_elementor_data','[{\"id\":\"f04a513\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"346c23b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"c9a67e1\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"}},\"elements\":[{\"id\":\"1aa0fe6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"1fad67c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"6d65437\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"677822b\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"icon_align\":\"center\",\"text_color\":\"#2c234d\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Exo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-post-meta\"},{\"id\":\"1807ec9\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"html_tag\":\"div\",\"text_color\":\"#2C234D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2C234D\",\"link_color_normal\":\"#2C234D\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c82d77b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a84ceac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0f65bcd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"83095e4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"raven-post-content\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4f7326b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"930\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c312759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/appointment-style.jpg\",\"id\":\"214\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/home-style01.png\",\"id\":\"222\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e9ae381\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"1d3fb12\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"725\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6c407fe\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b34eac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.64\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"\"},\"border_color\":\"#f0f5ff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"2f98430\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment with\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f4354ad\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New form\",\"fields\":[{\"label\":\"\",\"type\":\"select\",\"placeholder\":\"Name\",\"_id\":\"725e3cf\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"Choose Specialist for make an Appointment\\nInternal Medicine\\nBariatric surgery\\nEndoscopy\\nOrthopedic Surgery\\n\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"text\",\"placeholder\":\"Enter Patient Name\",\"required\":\"true\",\"_id\":\"cfdd305\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"cbe3076\",\"type\":\"number\",\"label\":\"\",\"placeholder\":\"Phone Number\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"7bd6ac7\",\"type\":\"email\",\"label\":\"\",\"placeholder\":\"Email Address\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"textarea\",\"placeholder\":\"Appointment Note\",\"_id\":\"7bc4ef8\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"}],\"submit_button_text\":\"Request Appointment\",\"email_to\":\"alex@artbees.net\",\"email_subject\":\"New message from \\\"Hospital\\\"\",\"email_from\":\"email@jupiterx.artbees.net\",\"email_name\":\"Hospital\",\"email_reply_to\":\"email@jupiterx.artbees.net\",\"messages_success\":\"The form was sent successfully!\",\"messages_error\":\"Please check the errors.\",\"messages_required\":\"Required\",\"messages_subscriber\":\"Subscriber already exists.\",\"general_column_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"general_row_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"field_tab_border_normal_border\":\"solid\",\"field_tab_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"field_tab_border_normal_color\":\"#eeeeee\",\"field_tab_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"field_tab_color_placeholder\":\"#aeb4ba\",\"field_tab_typography_placeholder_typography\":\"custom\",\"field_tab_typography_placeholder_font_family\":\"Poppins\",\"field_tab_typography_placeholder_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"field_tab_typography_placeholder_font_weight\":\"300\",\"field_tab_typography_placeholder_text_transform\":\"capitalize\",\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"button_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"button_tab_typography_normal_typography\":\"custom\",\"button_tab_typography_normal_font_family\":\"Poppins\",\"button_tab_typography_normal_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"button_tab_typography_normal_font_weight\":\"normal\",\"button_tab_typography_normal_text_transform\":\"capitalize\",\"button_tab_background_normal_background\":\"classic\",\"button_tab_background_normal_color\":\"#1bb99f\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"button_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"button_tab_background_hover_background\":\"classic\",\"button_tab_background_hover_color\":\"#18A48D\",\"button_border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-form\"}],\"isInner\":\"1\"},{\"id\":\"1a88218\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.36\",\"background_background\":\"classic\",\"background_color\":\"#fbfcfe\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"\"},\"border_color\":\"#eeeef5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"70\",\"bottom\":\"120\",\"left\":\"70\",\"isLinked\":\"\"},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b3aa34b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/call-now.jpg\",\"id\":\"215\"},\"size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"10b2cb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"+9 109-310-8606\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"398a453\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>if urgent, Your personal case manager will ensure that you receive the best possible care.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707b8e\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"547706f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"width\":{\"unit\":\"px\",\"size\":\"220\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c213665\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7eb61df\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"ae882f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"74.977\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b15998\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an important part of children health.\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"40c2bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"25.023\",\"content_position\":\"center\",\"_inline_size_tablet\":\"35\"},\"elements\":[{\"id\":\"dcf4a1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"REQUEST APPOINTMENT\",\"width\":{\"unit\":\"px\",\"size\":\"230\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"align\":\"right\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6810,813,'_wxr_import_user_slug','emre'),(6811,813,'_wxr_import_has_attachment_refs','1'),(6812,813,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:6:\"single\";s:4:\"name\";s:6:\"single\";}'),(6813,814,'_elementor_edit_mode','builder'),(6814,814,'_elementor_template_type','footer'),(6815,814,'_elementor_version','2.8.5'),(6816,814,'_wp_page_template','default'),(6817,814,'_elementor_data','[{\"id\":\"c781063\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_overlay_background\":\"classic\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"2d413c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ab633a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/footer_logo.png\",\"id\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2f5e6f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0125c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1b5ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<br>\\n647-223-3678<br>\\nlaurie@ddsconsultingplus.ca\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(6819,814,'_wxr_import_user_slug','emre'),(6820,814,'_wxr_import_has_attachment_refs','1'),(6821,814,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:6:\"footer\";s:4:\"name\";s:6:\"footer\";}'),(6822,815,'_elementor_controls_usage','a:0:{}'),(6823,815,'_listing_data','a:3:{s:6:\"source\";s:5:\"posts\";s:9:\"post_type\";s:7:\"doctors\";s:3:\"tax\";s:8:\"category\";}'),(6824,815,'_elementor_page_settings','a:2:{s:17:\"listing_post_type\";s:7:\"doctors\";s:11:\"listing_tax\";s:8:\"category\";}'),(6825,815,'_elementor_edit_mode','builder'),(6826,815,'_elementor_template_type','jet-listing-items'),(6827,815,'_elementor_version','2.8.3'),(6828,815,'_wp_page_template','default'),(6829,815,'_elementor_data','[{\"id\":\"1ae1102\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2e763b5\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"24fb382\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"32\",\"left\":\"0\",\"isLinked\":\"\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_color\":\"#F0F0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_hover_border\":\"solid\",\"border_hover_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"border_hover_color\":\"#F0F0F0\",\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"2\",\"blur\":\"35\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"}},\"elements\":[{\"id\":\"a7de695\",\"elType\":\"widget\",\"settings\":{\"linked_image\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-image\"},{\"id\":\"bfc208e\",\"elType\":\"widget\",\"settings\":{\"link_label\":\"%title%\",\"link_alignment\":\"center\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Exo\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"link_typography_font_weight\":\"bold\",\"link_typography_text_transform\":\"capitalize\",\"link_color\":\"#050933\",\"_margin\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_color_hover\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"8f5de91\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"terms_alignment\":\"center\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"link_typography_font_weight\":\"300\",\"link_typography_text_transform\":\"capitalize\",\"link_color\":\"#677294\",\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link_color_hover\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6830,815,'_elementor_controls_usage','a:5:{s:25:\"jet-listing-dynamic-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:12:\"linked_image\";i:1;}}}}s:24:\"jet-listing-dynamic-link\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:10:\"link_label\";i:1;s:14:\"link_alignment\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_link_style\";a:7:{s:26:\"link_typography_typography\";i:1;s:27:\"link_typography_font_family\";i:1;s:25:\"link_typography_font_size\";i:1;s:27:\"link_typography_font_weight\";i:1;s:30:\"link_typography_text_transform\";i:1;s:10:\"link_color\";i:1;s:16:\"link_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:25:\"jet-listing-dynamic-terms\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:8:\"from_tax\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:1:{s:15:\"terms_alignment\";i:1;}s:18:\"section_link_style\";a:7:{s:26:\"link_typography_typography\";i:1;s:27:\"link_typography_font_family\";i:1;s:25:\"link_typography_font_size\";i:1;s:27:\"link_typography_font_weight\";i:1;s:30:\"link_typography_text_transform\";i:1;s:10:\"link_color\";i:1;s:16:\"link_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:21:\"space_between_widgets\";i:1;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:9:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;s:19:\"border_hover_border\";i:1;s:18:\"border_hover_width\";i:1;s:18:\"border_hover_color\";i:1;s:32:\"box_shadow_hover_box_shadow_type\";i:1;s:27:\"box_shadow_hover_box_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(6831,815,'_wxr_import_user_slug','emre'),(6832,815,'_wxr_import_has_attachment_refs','1'),(6833,816,'_elementor_edit_mode','builder'),(6834,816,'_elementor_template_type','single'),(6835,816,'_elementor_version','2.8.3'),(6836,816,'_wp_page_template','default'),(6837,816,'_elementor_data','[{\"id\":\"49dfa61\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"080ed10\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/doctor-details-banner.jpg\",\"id\":\"284\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]}},\"elements\":[{\"id\":\"68748b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"a3b1990\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find A Doctor\",\"html_tag\":\"h1\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ba7fc2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e6f8afb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2842141\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b0586fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"41.964\",\"space_between_widgets\":\"0\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"93db3f8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"3b61889\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"390\",\"height\":\"450\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"262cc40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Specialities\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a355b42\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"link_typography_font_weight\":\"300\",\"link_color\":\"#707b8e\",\"terms_alignment_mobile\":\"center\",\"link_color_hover\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"},{\"id\":\"9bd9783\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"789efc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Available Hours\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"83f38cc\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"available-days\",\"dynamic_field_format\":\"<span>%day% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %hour%<\\/span>\",\"items_direction\":\"column\",\"general_typography_typography\":\"custom\",\"general_typography_font_family\":\"Poppins\",\"general_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"general_typography_font_weight\":\"300\",\"general_typography_text_transform\":\"capitalize\",\"item_color\":\"#707b8e\",\"items_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-repeater\"},{\"id\":\"a2835cb\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"87743b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Education\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"d0fc11e\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"medical-education\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"96c7898\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"675f324\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"facebook\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#3B5998\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"8\",\"left\":\"14\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"000561e\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"twitter\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#1DA1F2\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"9\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"1512a4e\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"g-mail\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#DD4B39\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"11\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"b1aadf4\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"linkedin\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#0077B5\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"10\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"}],\"isInner\":\"\"},{\"id\":\"184bd17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"58.036\",\"space_between_widgets\":\"0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2b26390\",\"elType\":\"widget\",\"settings\":{\"dynamic_excerpt_more\":\"...\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_tag\":\"h2\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"field_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"fbfd5d9\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"link_typography_font_weight\":\"normal\",\"link_typography_text_transform\":\"capitalize\",\"link_color\":\"#2c234d\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"terms_alignment_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"link_color_hover\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"},{\"id\":\"599dd91\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"_description\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_color\":\"#707b8e\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"97a37e6\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4466768\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22certification-image%22%7D\\\"]\"},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"74b9417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Achievements\",\"html_tag\":\"h4\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"1f77eff\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"achievements\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_color\":\"#707b8e\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"aa0b1d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Experience\",\"html_tag\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"2612172\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"work-experience\",\"dynamic_field_format\":\"<br>\\n<span><b>%period%<\\/b><\\/span>\\n<br>\\n<span>%title%<\\/span>\\n<span>%description%<\\/span>\",\"items_direction\":\"column\",\"general_typography_typography\":\"custom\",\"general_typography_font_family\":\"Exo\",\"general_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"general_typography_font_weight\":\"600\",\"item_color\":\"#2c234d\",\"items_alignment_mobile\":\"flex-start\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-repeater\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"26ac506\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dc25be8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"265\",\"sizes\":[]}},\"elements\":[{\"id\":\"9e4c7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"63.988\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d465d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an \\nimportant part of children health.\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"8a4c8a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"36.012\",\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5b3df5f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"align_mobile\":\"center\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(6839,816,'_wxr_import_user_slug','emre'),(6840,816,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:6:\"single\";s:4:\"name\";s:6:\"single\";}'),(6841,817,'_elementor_controls_usage','a:0:{}'),(6842,817,'_elementor_controls_usage','a:0:{}'),(6843,817,'_filter_label','Department'),(6844,817,'_active_label','department'),(6845,817,'_filter_type','checkboxes'),(6846,817,'_date_source','meta_query'),(6847,817,'_data_source','taxonomies'),(6848,817,'_is_custom_checkbox','false'),(6849,817,'_rating_options','5'),(6850,817,'_rating_compare_operand','greater'),(6851,817,'_source_taxonomy','department'),(6852,817,'_source_post_type','post'),(6853,817,'_only_child','false'),(6854,817,'_group_by_parent','false'),(6855,817,'_source_custom_field',''),(6856,817,'_source_manual_input',''),(6857,817,'_color_image_type','0'),(6858,817,'_color_image_behavior','checkbox'),(6859,817,'_source_color_image_input',''),(6860,817,'_source_manual_input_range',''),(6861,817,'_placeholder','Select...'),(6862,817,'_s_placeholder','Search...'),(6863,817,'_s_by','default'),(6864,817,'_date_from_placeholder',''),(6865,817,'_date_to_placeholder',''),(6866,817,'_values_prefix',''),(6867,817,'_values_suffix',''),(6868,817,'_values_thousand_sep',''),(6869,817,'_values_decimal_sep','.'),(6870,817,'_values_decimal_num','0'),(6871,817,'_source_min',''),(6872,817,'_source_max',''),(6873,817,'_source_step',''),(6874,817,'_source_callback','0'),(6875,817,'_use_exclude_include','0'),(6876,817,'_data_exclude_include',''),(6877,817,'_query_var',''),(6878,817,'license',''),(6879,817,'_wxr_import_user_slug','emre'),(6880,818,'_elementor_controls_usage','a:0:{}'),(6881,818,'_elementor_controls_usage','a:0:{}'),(6882,818,'_filter_label','Speciality'),(6883,818,'_active_label','speciality'),(6884,818,'_filter_type','checkboxes'),(6885,818,'_date_source','meta_query'),(6886,818,'_data_source','taxonomies'),(6887,818,'_is_custom_checkbox','false'),(6888,818,'_rating_options','5'),(6889,818,'_rating_compare_operand','greater'),(6890,818,'_source_taxonomy','speciality'),(6891,818,'_source_post_type','post'),(6892,818,'_only_child','false'),(6893,818,'_group_by_parent','false'),(6894,818,'_source_custom_field',''),(6895,818,'_source_manual_input',''),(6896,818,'_color_image_type','0'),(6897,818,'_color_image_behavior','checkbox'),(6898,818,'_source_color_image_input',''),(6899,818,'_source_manual_input_range',''),(6900,818,'_placeholder','Select...'),(6901,818,'_s_placeholder','Search...'),(6902,818,'_s_by','default'),(6903,818,'_date_from_placeholder',''),(6904,818,'_date_to_placeholder',''),(6905,818,'_values_prefix',''),(6906,818,'_values_suffix',''),(6907,818,'_values_thousand_sep',''),(6908,818,'_values_decimal_sep','.'),(6909,818,'_values_decimal_num','0'),(6910,818,'_source_min',''),(6911,818,'_source_max',''),(6912,818,'_source_step',''),(6913,818,'_source_callback','0'),(6914,818,'_use_exclude_include','0'),(6915,818,'_data_exclude_include',''),(6916,818,'_query_var',''),(6917,818,'license',''),(6918,818,'_wxr_import_user_slug','emre'),(6919,317,'_elementor_controls_usage','a:0:{}'),(6920,317,'_elementor_controls_usage','a:0:{}'),(6921,317,'_filter_label','Gender'),(6922,317,'_active_label','gender'),(6923,317,'_filter_type','checkboxes'),(6924,317,'_date_source','meta_query'),(6925,317,'_data_source','manual_input'),(6926,317,'_is_custom_checkbox','false'),(6927,317,'_rating_options','5'),(6928,317,'_rating_compare_operand','greater'),(6929,317,'_source_taxonomy','category'),(6930,317,'_source_post_type','post'),(6931,317,'_only_child','false'),(6932,317,'_group_by_parent','false'),(6933,317,'_source_custom_field',''),(6934,317,'_source_manual_input','a:2:{s:6:\"item-0\";a:2:{s:5:\"value\";s:4:\"Male\";s:5:\"label\";s:4:\"male\";}s:6:\"item-1\";a:2:{s:5:\"value\";s:6:\"Female\";s:5:\"label\";s:6:\"female\";}}'),(6935,317,'_color_image_type','0'),(6936,317,'_color_image_behavior','checkbox'),(6937,317,'_source_color_image_input',''),(6938,317,'_source_manual_input_range',''),(6939,317,'_placeholder','Select...'),(6940,317,'_s_placeholder','Search...'),(6941,317,'_s_by','default'),(6942,317,'_date_from_placeholder',''),(6943,317,'_date_to_placeholder',''),(6944,317,'_values_prefix',''),(6945,317,'_values_suffix',''),(6946,317,'_values_thousand_sep',''),(6947,317,'_values_decimal_sep','.'),(6948,317,'_values_decimal_num','0'),(6949,317,'_source_min',''),(6950,317,'_source_max',''),(6951,317,'_source_step',''),(6952,317,'_source_callback','0'),(6953,317,'_use_exclude_include','0'),(6954,317,'_data_exclude_include',''),(6955,317,'_query_var','gender'),(6956,317,'license',''),(6957,317,'_wxr_import_user_slug','emre'),(6958,819,'_elementor_controls_usage','a:0:{}'),(6959,819,'_elementor_controls_usage','a:0:{}'),(6960,819,'_filter_label','Specialist Select'),(6961,819,'_active_label','specialist select'),(6962,819,'_filter_type','select'),(6963,819,'_date_source','meta_query'),(6964,819,'_data_source','taxonomies'),(6965,819,'_is_custom_checkbox','false'),(6966,819,'_rating_options','5'),(6967,819,'_rating_compare_operand','greater'),(6968,819,'_source_taxonomy','speciality'),(6969,819,'_source_post_type','post'),(6970,819,'_only_child','false'),(6971,819,'_group_by_parent','false'),(6972,819,'_source_custom_field',''),(6973,819,'_source_manual_input',''),(6974,819,'_color_image_type','0'),(6975,819,'_color_image_behavior','checkbox'),(6976,819,'_source_color_image_input',''),(6977,819,'_source_manual_input_range',''),(6978,819,'_placeholder','Choose Specialist for make an Appointment'),(6979,819,'_s_placeholder','Search...'),(6980,819,'_s_by','default'),(6981,819,'_date_from_placeholder',''),(6982,819,'_date_to_placeholder',''),(6983,819,'_values_prefix',''),(6984,819,'_values_suffix',''),(6985,819,'_values_thousand_sep',''),(6986,819,'_values_decimal_sep','.'),(6987,819,'_values_decimal_num','0'),(6988,819,'_source_min',''),(6989,819,'_source_max',''),(6990,819,'_source_step',''),(6991,819,'_source_callback','0'),(6992,819,'_use_exclude_include','0'),(6993,819,'_data_exclude_include',''),(6994,819,'_query_var',''),(6995,819,'license',''),(6996,819,'_wxr_import_user_slug','emre'),(6997,820,'_elementor_template_type','jet-popup'),(6998,820,'_elementor_template_type','jet-popup'),(6999,820,'_yoast_wpseo_focuskeywords','[]'),(7000,820,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7001,820,'_elementor_edit_mode','builder'),(7002,820,'_elementor_version','2.8.3'),(7003,820,'_wp_page_template','default'),(7004,820,'_elementor_page_settings','a:6:{s:25:\"jet_popup_custom_selector\";s:11:\".videopopup\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:3:\"680\";s:5:\"sizes\";a:0:{}}s:17:\"container_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";s:1:\"1\";}s:16:\"use_close_button\";s:0:\"\";s:19:\"jet_popup_animation\";s:6:\"flip-y\";s:22:\"jet_popup_open_trigger\";s:15:\"custom-selector\";}'),(7005,820,'_elementor_data','[{\"id\":\"8e17f5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"bb5878c\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"920e9d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8844ff4\",\"elType\":\"widget\",\"settings\":{\"youtube_url\":\"https:\\/\\/www.youtube.com\\/watch?v=8-11mqkYGCI\",\"vimeo_url\":\"https:\\/\\/vimeo.com\\/235215203\",\"selected_play_button_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/play.svg\",\"id\":\"115\"},\"library\":\"svg\"},\"play_button_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"play_button_background_background\":\"classic\",\"play_button_background_color\":\"#FFFFFF\",\"play_button_hover_animation\":\"bob\",\"play_button_padding\":{\"unit\":\"px\",\"top\":\"26\",\"right\":\"26\",\"bottom\":\"26\",\"left\":\"26\",\"isLinked\":\"1\"},\"play_button_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"show_thumbnail\":\"yes\",\"thumbnail\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"jet-video\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7006,820,'_yst_prominent_words_version','1'),(7007,820,'_elementor_controls_usage','a:3:{s:9:\"jet-video\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:3:{s:13:\"section_video\";a:1:{s:11:\"youtube_url\";i:1;}s:19:\"section_play_button\";a:1:{s:25:\"selected_play_button_icon\";i:1;}s:25:\"section_thumbnail_overlay\";a:2:{s:14:\"show_thumbnail\";i:1;s:9:\"thumbnail\";i:1;}}s:5:\"style\";a:1:{s:25:\"section_play_button_style\";a:6:{s:16:\"play_button_size\";i:1;s:33:\"play_button_background_background\";i:1;s:28:\"play_button_background_color\";i:1;s:27:\"play_button_hover_animation\";i:1;s:19:\"play_button_padding\";i:1;s:25:\"play_button_border_radius\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:1;}}}}}'),(7008,820,'_wxr_import_user_slug','emre'),(7009,821,'_elementor_edit_mode','builder'),(7010,821,'_elementor_template_type','header'),(7011,821,'_elementor_version','2.8.3'),(7012,821,'_wp_page_template','default'),(7013,821,'_elementor_data','[{\"id\":\"27a62dd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"2\",\"blur\":\"9\",\"spread\":\"0\",\"color\":\"rgba(221, 221, 221, 0.3)\"}},\"elements\":[{\"id\":\"4a2af14\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20.04\",\"content_position\":\"center\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ea0f3b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"145\",\"sizes\":[]},\"max_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"raven-site-logo\"}],\"isInner\":\"\"},{\"id\":\"b5c36a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"54.96\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"35\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"f847894\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"10\",\"bottom\":\"38\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"center\",\"menu_item_color\":\"#2c234d\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#1bb99f\",\"hover_menu_item_border_color\":\"#1bb99f\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"hover_toggle_button_color_mobile\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":\"\"},{\"id\":\"f20c557\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"24.996\",\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":\"50\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"47b2be9\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"full\",\"placeholder\":\"Find a Proper Doctor...\",\"icon_new\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/search.svg\",\"id\":\"24\"},\"library\":\"svg\"},\"full_input_background_color\":\"rgba(255,255,255,0)\",\"full_icon_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"full_icon_align\":\"left\",\"full_icon_color\":\"#666666\",\"full_icon_background_color\":\"rgba(0,0,0,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"full_overlay_background_background\":\"classic\",\"full_overlay_background_color\":\"rgba(24, 164, 141, 0.87)\"},\"elements\":[],\"widgetType\":\"raven-search-form\"},{\"id\":\"29411b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"187\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"_element_width\":\"auto\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/our-doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7015,821,'_wxr_import_user_slug','emre'),(7016,821,'_wxr_import_has_attachment_refs','1'),(7017,821,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:6:\"header\";s:4:\"name\";s:6:\"header\";}'),(7018,822,'_elementor_edit_mode','builder'),(7019,822,'_elementor_template_type','archive'),(7020,822,'_elementor_version','2.8.3'),(7021,822,'_wp_page_template','default'),(7022,822,'_elementor_data','[{\"id\":\"e529e40\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"20ac04f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"995370b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"0237ab7\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"251\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"horizontal_gap\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"horizontal_gap_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"vertical_gap\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"vertical_gap_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"is_archive_template\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7024,822,'_wxr_import_user_slug','emre'),(7025,822,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:22:\"elementor_library_type\";s:4:\"slug\";s:7:\"archive\";s:4:\"name\";s:7:\"archive\";}'),(7026,823,'_elementor_controls_usage','a:0:{}'),(7027,823,'_wp_page_template','elementor_header_footer'),(7028,823,'_yst_prominent_words_version','1'),(7029,823,'jupiterx_header','1'),(7030,823,'_jupiterx_header','field_jupiterx_post_header'),(7031,823,'jupiterx_header_overlap','global'),(7032,823,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7033,823,'jupiterx_header_type','global'),(7034,823,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7035,823,'jupiterx_header_behavior','global'),(7036,823,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7037,823,'jupiterx_layout','global'),(7038,823,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7039,823,'jupiterx_content_full_width','0'),(7040,823,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7041,823,'jupiterx_content_spacing','1'),(7042,823,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7043,823,'jupiterx_sidebar_primary','global'),(7044,823,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7045,823,'jupiterx_sidebar_secondary','global'),(7046,823,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7047,823,'jupiterx_post_featured_image','global'),(7048,823,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7049,823,'jupiterx_post_social_share','global'),(7050,823,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7051,823,'jupiterx_post_comments','global'),(7052,823,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7053,823,'jupiterx_main_background_color',''),(7054,823,'_jupiterx_main_background_color','color'),(7055,823,'jupiterx_main_background_image',''),(7056,823,'_jupiterx_main_background_image','image'),(7057,823,'jupiterx_main_background_position',''),(7058,823,'_jupiterx_main_background_position','position'),(7059,823,'jupiterx_main_background_repeat',''),(7060,823,'_jupiterx_main_background_repeat','repeat'),(7061,823,'jupiterx_main_background_attachment',''),(7062,823,'_jupiterx_main_background_attachment','attachment'),(7063,823,'jupiterx_main_background_size',''),(7064,823,'_jupiterx_main_background_size','size'),(7065,823,'jupiterx_main_background',''),(7066,823,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7067,823,'jupiterx_main_spacing_padding_top',''),(7068,823,'_jupiterx_main_spacing_padding_top','padding_top'),(7069,823,'jupiterx_main_spacing_padding_right',''),(7070,823,'_jupiterx_main_spacing_padding_right','padding_right'),(7071,823,'jupiterx_main_spacing_padding_bottom',''),(7072,823,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7073,823,'jupiterx_main_spacing_padding_left',''),(7074,823,'_jupiterx_main_spacing_padding_left','padding_left'),(7075,823,'jupiterx_main_spacing_margin_top',''),(7076,823,'_jupiterx_main_spacing_margin_top','margin_top'),(7077,823,'jupiterx_main_spacing_margin_right',''),(7078,823,'_jupiterx_main_spacing_margin_right','margin_right'),(7079,823,'jupiterx_main_spacing_margin_bottom',''),(7080,823,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7081,823,'jupiterx_main_spacing_margin_left',''),(7082,823,'_jupiterx_main_spacing_margin_left','margin_left'),(7083,823,'jupiterx_main_spacing',''),(7084,823,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7085,823,'jupiterx_title_bar_title','global'),(7086,823,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7087,823,'jupiterx_title_bar_breadcrumb','global'),(7088,823,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7089,823,'jupiterx_title_bar_subtitle',''),(7090,823,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7091,823,'jupiterx_footer','1'),(7092,823,'_jupiterx_footer','field_jupiterx_post_footer'),(7093,823,'jupiterx_footer_type','global'),(7094,823,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7095,823,'jupiterx_footer_widget_area','global'),(7096,823,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7097,823,'jupiterx_footer_sub','global'),(7098,823,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7099,823,'jupiterx_footer_behavior','global'),(7100,823,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7101,823,'_yoast_wpseo_focuskeywords','[]'),(7102,823,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7103,823,'_elementor_edit_mode','builder'),(7104,823,'_elementor_template_type','wp-page'),(7105,823,'_elementor_version','2.8.2'),(7106,823,'_elementor_data','[{\"id\":\"c0f65bf\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"60c8d0a\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"270\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"f133bc2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c7cc0ac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/404.png\",\"id\":\"85\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"abcd9dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Can Not Be Found\",\"html_tag\":\"h1\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"800\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"0.5\",\"sizes\":[]},\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"b53b9db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re sorry but we can\\u2019t seem to find the page you requested. This might be because you have typed the web address incorrectly.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"98e4530\",\"elType\":\"widget\",\"settings\":{\"text\":\"Go Back Home\",\"width\":{\"unit\":\"px\",\"size\":\"220\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"_margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"289c590\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"5e5adf1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\",\"content_width\":{\"unit\":\"px\",\"size\":\"950\",\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fea0b32\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"58\"},\"elements\":[{\"id\":\"3ebf2a2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Try Our Cost Calculator For \\nFurther Cost Details.\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"73affc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"42\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"188e632\",\"elType\":\"widget\",\"settings\":{\"text\":\"ESTIMATE COST\",\"width\":{\"unit\":\"px\",\"size\":\"220\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"uppercase\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7107,823,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:4:{s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:28:\"title_typography_line_height\";i:1;s:11:\"title_align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:4:\"text\";i:2;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_container\";a:8:{s:5:\"width\";i:2;s:6:\"height\";i:2;s:5:\"align\";i:2;s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;s:13:\"border_radius\";i:2;s:27:\"hover_background_background\";i:2;s:22:\"hover_background_color\";i:2;}s:12:\"section_text\";a:6:{s:26:\"text_typography_typography\";i:2;s:27:\"text_typography_font_family\";i:2;s:25:\"text_typography_font_size\";i:2;s:27:\"text_typography_font_weight\";i:2;s:30:\"text_typography_text_transform\";i:2;s:10:\"text_color\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:6:\"height\";i:1;s:13:\"custom_height\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(7108,823,'_wxr_import_user_slug','emre'),(7109,823,'_wxr_import_has_attachment_refs','1'),(7110,824,'_elementor_controls_usage','a:0:{}'),(7111,824,'_yst_prominent_words_version','1'),(7112,824,'_thumbnail_id','94'),(7113,824,'jupiterx_header','1'),(7114,824,'_jupiterx_header','field_jupiterx_post_header'),(7115,824,'jupiterx_header_overlap','global'),(7116,824,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7117,824,'jupiterx_header_type','global'),(7118,824,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7119,824,'jupiterx_header_behavior','global'),(7120,824,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7121,824,'jupiterx_layout','global'),(7122,824,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7123,824,'jupiterx_content_full_width','0'),(7124,824,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7125,824,'jupiterx_sidebar_primary','global'),(7126,824,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7127,824,'jupiterx_sidebar_secondary','global'),(7128,824,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7129,824,'jupiterx_post_featured_image','global'),(7130,824,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7131,824,'jupiterx_post_meta','global'),(7132,824,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7133,824,'jupiterx_post_tags','global'),(7134,824,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7135,824,'jupiterx_post_social_share','global'),(7136,824,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7137,824,'jupiterx_post_related_posts','global'),(7138,824,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7139,824,'jupiterx_post_comments','global'),(7140,824,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7141,824,'jupiterx_main_background_color',''),(7142,824,'_jupiterx_main_background_color','color'),(7143,824,'jupiterx_main_background_image',''),(7144,824,'_jupiterx_main_background_image','image'),(7145,824,'jupiterx_main_background_position',''),(7146,824,'_jupiterx_main_background_position','position'),(7147,824,'jupiterx_main_background_repeat',''),(7148,824,'_jupiterx_main_background_repeat','repeat'),(7149,824,'jupiterx_main_background_attachment',''),(7150,824,'_jupiterx_main_background_attachment','attachment'),(7151,824,'jupiterx_main_background_size',''),(7152,824,'_jupiterx_main_background_size','size'),(7153,824,'jupiterx_main_background',''),(7154,824,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7155,824,'jupiterx_main_spacing_padding_top',''),(7156,824,'_jupiterx_main_spacing_padding_top','padding_top'),(7157,824,'jupiterx_main_spacing_padding_right',''),(7158,824,'_jupiterx_main_spacing_padding_right','padding_right'),(7159,824,'jupiterx_main_spacing_padding_bottom',''),(7160,824,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7161,824,'jupiterx_main_spacing_padding_left',''),(7162,824,'_jupiterx_main_spacing_padding_left','padding_left'),(7163,824,'jupiterx_main_spacing_margin_top',''),(7164,824,'_jupiterx_main_spacing_margin_top','margin_top'),(7165,824,'jupiterx_main_spacing_margin_right',''),(7166,824,'_jupiterx_main_spacing_margin_right','margin_right'),(7167,824,'jupiterx_main_spacing_margin_bottom',''),(7168,824,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7169,824,'jupiterx_main_spacing_margin_left',''),(7170,824,'_jupiterx_main_spacing_margin_left','margin_left'),(7171,824,'jupiterx_main_spacing',''),(7172,824,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7173,824,'jupiterx_title_bar_title','global'),(7174,824,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7175,824,'jupiterx_title_bar_breadcrumb','global'),(7176,824,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7177,824,'jupiterx_title_bar_subtitle',''),(7178,824,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7179,824,'jupiterx_footer','1'),(7180,824,'_jupiterx_footer','field_jupiterx_post_footer'),(7181,824,'jupiterx_footer_type','global'),(7182,824,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7183,824,'jupiterx_footer_widget_area','global'),(7184,824,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7185,824,'jupiterx_footer_sub','global'),(7186,824,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7187,824,'jupiterx_footer_behavior','global'),(7188,824,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7189,824,'_yoast_wpseo_primary_portfolio_category',''),(7190,824,'_yoast_wpseo_content_score','30'),(7191,824,'_yoast_wpseo_focuskeywords','[]'),(7192,824,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7193,824,'_wp_page_template','elementor_header_footer'),(7194,824,'_elementor_edit_mode','builder'),(7195,824,'_elementor_template_type','wp-post'),(7196,824,'_elementor_version','2.8.3'),(7197,824,'_elementor_data','[{\"id\":\"1d8df27\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e343046\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"c3d6207\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"4f1b48d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a037a65\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1f1017e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"48b061e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8847a3b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"039f258\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"74d6abf\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"de513f5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"e4ef729\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7198,824,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(7199,824,'_wxr_import_user_slug','emre'),(7200,824,'_wxr_import_has_attachment_refs','1'),(7201,825,'_elementor_controls_usage','a:0:{}'),(7202,825,'_yst_prominent_words_version','1'),(7203,825,'_wp_page_template','default'),(7204,825,'jupiterx_header','1'),(7205,825,'_jupiterx_header','field_jupiterx_post_header'),(7206,825,'jupiterx_header_overlap','global'),(7207,825,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7208,825,'jupiterx_header_type','global'),(7209,825,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7210,825,'jupiterx_header_behavior','global'),(7211,825,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7212,825,'jupiterx_layout','global'),(7213,825,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7214,825,'jupiterx_content_full_width','0'),(7215,825,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7216,825,'jupiterx_content_spacing','1'),(7217,825,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7218,825,'jupiterx_sidebar_primary','global'),(7219,825,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7220,825,'jupiterx_sidebar_secondary','global'),(7221,825,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7222,825,'jupiterx_post_featured_image','global'),(7223,825,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7224,825,'jupiterx_post_social_share','global'),(7225,825,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7226,825,'jupiterx_post_comments','global'),(7227,825,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7228,825,'jupiterx_main_background_color',''),(7229,825,'_jupiterx_main_background_color','color'),(7230,825,'jupiterx_main_background_image',''),(7231,825,'_jupiterx_main_background_image','image'),(7232,825,'jupiterx_main_background_position',''),(7233,825,'_jupiterx_main_background_position','position'),(7234,825,'jupiterx_main_background_repeat',''),(7235,825,'_jupiterx_main_background_repeat','repeat'),(7236,825,'jupiterx_main_background_attachment',''),(7237,825,'_jupiterx_main_background_attachment','attachment'),(7238,825,'jupiterx_main_background_size',''),(7239,825,'_jupiterx_main_background_size','size'),(7240,825,'jupiterx_main_background',''),(7241,825,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7242,825,'jupiterx_main_spacing_padding_top',''),(7243,825,'_jupiterx_main_spacing_padding_top','padding_top'),(7244,825,'jupiterx_main_spacing_padding_right',''),(7245,825,'_jupiterx_main_spacing_padding_right','padding_right'),(7246,825,'jupiterx_main_spacing_padding_bottom',''),(7247,825,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7248,825,'jupiterx_main_spacing_padding_left',''),(7249,825,'_jupiterx_main_spacing_padding_left','padding_left'),(7250,825,'jupiterx_main_spacing_margin_top',''),(7251,825,'_jupiterx_main_spacing_margin_top','margin_top'),(7252,825,'jupiterx_main_spacing_margin_right',''),(7253,825,'_jupiterx_main_spacing_margin_right','margin_right'),(7254,825,'jupiterx_main_spacing_margin_bottom',''),(7255,825,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7256,825,'jupiterx_main_spacing_margin_left',''),(7257,825,'_jupiterx_main_spacing_margin_left','margin_left'),(7258,825,'jupiterx_main_spacing',''),(7259,825,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7260,825,'jupiterx_title_bar_title','global'),(7261,825,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7262,825,'jupiterx_title_bar_breadcrumb','global'),(7263,825,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7264,825,'jupiterx_title_bar_subtitle',''),(7265,825,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7266,825,'jupiterx_footer','1'),(7267,825,'_jupiterx_footer','field_jupiterx_post_footer'),(7268,825,'jupiterx_footer_type','global'),(7269,825,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7270,825,'jupiterx_footer_widget_area','global'),(7271,825,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7272,825,'jupiterx_footer_sub','global'),(7273,825,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7274,825,'jupiterx_footer_behavior','global'),(7275,825,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7276,825,'_yoast_wpseo_focuskeywords','[]'),(7277,825,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7278,825,'_elementor_edit_mode','builder'),(7279,825,'_elementor_template_type','wp-page'),(7280,825,'_elementor_version','2.8.3'),(7281,825,'_elementor_data','[{\"id\":\"1bc0759\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service-banner.jpg\",\"id\":\"108\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#D2E5E3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\",\"sizes\":[]}},\"elements\":[{\"id\":\"35f9bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"0688645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_align\":\"center\",\"html_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6a260ab\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2fd65c2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98e7c9d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":\"1150\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"115f354\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"b78b31a\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"portfolio\",\"classic_columns\":\"2\",\"classic_post_image_size_size\":\"full\",\"classic_show_overlay\":\"\",\"classic_show_quick_view\":\"\",\"classic_show_overlay_permalink\":\"\",\"classic_show_date\":\"\",\"classic_show_author\":\"\",\"classic_show_categories\":\"\",\"classic_show_tags\":\"\",\"classic_show_comments\":\"\",\"classic_show_button\":\"\",\"classic_show_pagination\":\"yes\",\"classic_pagination_type\":\"load_more\",\"classic_post_title_typography_typography\":\"custom\",\"classic_post_title_typography_font_family\":\"Exo\",\"classic_post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_title_typography_font_weight\":\"600\",\"classic_post_title_typography_text_transform\":\"capitalize\",\"classic_post_title_spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_title_color\":\"#2c234d\",\"classic_post_meta_divider\":\"\\/\",\"classic_post_excerpt_typography_typography\":\"custom\",\"classic_post_excerpt_typography_font_family\":\"Poppins\",\"classic_post_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_post_excerpt_typography_font_weight\":\"300\",\"classic_post_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"classic_post_button_text\":\"Read More\",\"cover_post_meta_divider\":\"\\/\",\"cover_post_button_text\":\"Read More\",\"classic_page_based_prev_text\":\"&laquo; Prev\",\"classic_page_based_next_text\":\"Next &raquo;\",\"classic_load_more_text\":\"Load More\",\"classic_load_more_width\":{\"unit\":\"px\",\"size\":\"180\",\"sizes\":[]},\"classic_load_more_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"classic_load_more_color\":\"#ffffff\",\"classic_load_more_typography_typography\":\"custom\",\"classic_load_more_typography_font_family\":\"Poppins\",\"classic_load_more_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_load_more_typography_font_weight\":\"normal\",\"classic_load_more_typography_text_transform\":\"capitalize\",\"classic_load_more_background_background\":\"classic\",\"classic_load_more_background_color\":\"#1bb99f\",\"classic_load_more_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"cover_page_based_prev_text\":\"&laquo; Prev\",\"cover_page_based_next_text\":\"Next &raquo;\",\"cover_load_more_text\":\"Load More\",\"classic_columns_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_rows_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_post_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_columns_spacing_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"classic_columns_spacing_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"classic_rows_spacing_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_rows_spacing_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"classic_post_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"classic_post_align_mobile\":\"center\",\"classic_post_title_color_hover\":\"#18A48D\",\"classic_post_excerpt_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_excerpt_length\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"719f524\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"625\",\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"455\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50b5ea8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"66bfa69\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\"},\"elements\":[{\"id\":\"c70c47c\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Pleased to Offer You The \\nChance to Have the Healthy.\",\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"3b082a5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"icon_new\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/play.svg\",\"id\":\"115\"},\"library\":\"svg\"},\"width\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"14.9\",\"spread\":\"1.1\",\"color\":\"rgba(221,221,221,0.2)\"},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_space_between\":{\"unit\":\"px\",\"size\":\"-5\",\"sizes\":[]},\"_element_width\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_css_classes\":\"videopopup\"},\"elements\":[],\"widgetType\":\"raven-button\"},{\"id\":\"3459b48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Video\",\"title_color_background\":\"solid\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color_color\":\"#2C234D\",\"_css_classes\":\"videopopup\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7282,825,'_elementor_controls_usage','a:6:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:5:\"title\";i:3;s:4:\"link\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:8:{s:11:\"title_align\";i:2;s:27:\"title_typography_typography\";i:2;s:33:\"title_typography_font_size_mobile\";i:1;s:22:\"title_color_background\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:17:\"title_color_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:12:\"_css_classes\";i:1;}s:17:\"_section_position\";a:2:{s:14:\"_element_width\";i:1;s:23:\"_element_vertical_align\";i:1;}}}}s:17:\"raven-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_breadcrumbs\";a:8:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:15:\"separator_color\";i:1;s:17:\"link_color_normal\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:21:\"space_between_widgets\";i:1;s:5:\"align\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:2;s:13:\"content_width\";i:2;s:13:\"custom_height\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:11:\"raven-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:15:\"query_post_type\";i:1;}s:16:\"section_settings\";a:13:{s:15:\"classic_columns\";i:1;s:28:\"classic_post_image_size_size\";i:1;s:20:\"classic_show_overlay\";i:1;s:23:\"classic_show_quick_view\";i:1;s:30:\"classic_show_overlay_permalink\";i:1;s:17:\"classic_show_date\";i:1;s:19:\"classic_show_author\";i:1;s:23:\"classic_show_categories\";i:1;s:17:\"classic_show_tags\";i:1;s:21:\"classic_show_comments\";i:1;s:19:\"classic_show_button\";i:1;s:23:\"classic_show_pagination\";i:1;s:23:\"classic_pagination_type\";i:1;}}s:5:\"style\";a:4:{s:21:\"classic_section_title\";a:8:{s:40:\"classic_post_title_typography_typography\";i:1;s:41:\"classic_post_title_typography_font_family\";i:1;s:39:\"classic_post_title_typography_font_size\";i:1;s:41:\"classic_post_title_typography_font_weight\";i:1;s:44:\"classic_post_title_typography_text_transform\";i:1;s:26:\"classic_post_title_spacing\";i:1;s:24:\"classic_post_title_color\";i:1;s:30:\"classic_post_title_color_hover\";i:1;}s:23:\"classic_section_excerpt\";a:7:{s:42:\"classic_post_excerpt_typography_typography\";i:1;s:43:\"classic_post_excerpt_typography_font_family\";i:1;s:41:\"classic_post_excerpt_typography_font_size\";i:1;s:43:\"classic_post_excerpt_typography_font_weight\";i:1;s:43:\"classic_post_excerpt_typography_line_height\";i:1;s:28:\"classic_post_excerpt_spacing\";i:1;s:22:\"classic_excerpt_length\";i:1;}s:26:\"classic_section_pagination\";a:11:{s:23:\"classic_load_more_width\";i:1;s:24:\"classic_load_more_height\";i:1;s:23:\"classic_load_more_color\";i:1;s:39:\"classic_load_more_typography_typography\";i:1;s:40:\"classic_load_more_typography_font_family\";i:1;s:38:\"classic_load_more_typography_font_size\";i:1;s:40:\"classic_load_more_typography_font_weight\";i:1;s:43:\"classic_load_more_typography_text_transform\";i:1;s:39:\"classic_load_more_background_background\";i:1;s:34:\"classic_load_more_background_color\";i:1;s:31:\"classic_load_more_border_radius\";i:1;}s:25:\"classic_section_container\";a:10:{s:23:\"classic_columns_spacing\";i:1;s:20:\"classic_rows_spacing\";i:1;s:20:\"classic_post_padding\";i:1;s:30:\"classic_columns_spacing_tablet\";i:1;s:30:\"classic_columns_spacing_mobile\";i:1;s:27:\"classic_rows_spacing_tablet\";i:1;s:27:\"classic_rows_spacing_mobile\";i:1;s:27:\"classic_post_padding_tablet\";i:1;s:27:\"classic_post_padding_mobile\";i:1;s:25:\"classic_post_align_mobile\";i:1;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:4:\"text\";i:1;s:8:\"icon_new\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_container\";a:9:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:5:\"align\";i:1;s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;s:7:\"padding\";i:1;}s:12:\"section_icon\";a:2:{s:9:\"icon_size\";i:1;s:18:\"icon_space_between\";i:1;}}s:8:\"advanced\";a:2:{s:17:\"_section_position\";a:1:{s:14:\"_element_width\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}}'),(7283,825,'_wxr_import_user_slug','emre'),(7284,825,'_wxr_import_has_attachment_refs','1'),(7285,826,'_elementor_controls_usage','a:0:{}'),(7286,826,'_yst_prominent_words_version','1'),(7287,826,'_wp_page_template','elementor_header_footer'),(7288,826,'jupiterx_header','1'),(7289,826,'_jupiterx_header','field_jupiterx_post_header'),(7290,826,'jupiterx_header_overlap','global'),(7291,826,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7292,826,'jupiterx_header_type','global'),(7293,826,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7294,826,'jupiterx_header_behavior','global'),(7295,826,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7296,826,'jupiterx_layout','global'),(7297,826,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7298,826,'jupiterx_content_full_width','0'),(7299,826,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7300,826,'jupiterx_content_spacing','1'),(7301,826,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7302,826,'jupiterx_sidebar_primary','global'),(7303,826,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7304,826,'jupiterx_sidebar_secondary','global'),(7305,826,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7306,826,'jupiterx_post_featured_image','global'),(7307,826,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7308,826,'jupiterx_post_social_share','global'),(7309,826,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7310,826,'jupiterx_post_comments','global'),(7311,826,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7312,826,'jupiterx_main_background_color',''),(7313,826,'_jupiterx_main_background_color','color'),(7314,826,'jupiterx_main_background_image',''),(7315,826,'_jupiterx_main_background_image','image'),(7316,826,'jupiterx_main_background_position',''),(7317,826,'_jupiterx_main_background_position','position'),(7318,826,'jupiterx_main_background_repeat',''),(7319,826,'_jupiterx_main_background_repeat','repeat'),(7320,826,'jupiterx_main_background_attachment',''),(7321,826,'_jupiterx_main_background_attachment','attachment'),(7322,826,'jupiterx_main_background_size',''),(7323,826,'_jupiterx_main_background_size','size'),(7324,826,'jupiterx_main_background',''),(7325,826,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7326,826,'jupiterx_main_spacing_padding_top',''),(7327,826,'_jupiterx_main_spacing_padding_top','padding_top'),(7328,826,'jupiterx_main_spacing_padding_right',''),(7329,826,'_jupiterx_main_spacing_padding_right','padding_right'),(7330,826,'jupiterx_main_spacing_padding_bottom',''),(7331,826,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7332,826,'jupiterx_main_spacing_padding_left',''),(7333,826,'_jupiterx_main_spacing_padding_left','padding_left'),(7334,826,'jupiterx_main_spacing_margin_top',''),(7335,826,'_jupiterx_main_spacing_margin_top','margin_top'),(7336,826,'jupiterx_main_spacing_margin_right',''),(7337,826,'_jupiterx_main_spacing_margin_right','margin_right'),(7338,826,'jupiterx_main_spacing_margin_bottom',''),(7339,826,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7340,826,'jupiterx_main_spacing_margin_left',''),(7341,826,'_jupiterx_main_spacing_margin_left','margin_left'),(7342,826,'jupiterx_main_spacing',''),(7343,826,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7344,826,'jupiterx_title_bar_title','global'),(7345,826,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7346,826,'jupiterx_title_bar_breadcrumb','global'),(7347,826,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7348,826,'jupiterx_title_bar_subtitle',''),(7349,826,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7350,826,'jupiterx_footer','1'),(7351,826,'_jupiterx_footer','field_jupiterx_post_footer'),(7352,826,'jupiterx_footer_type','global'),(7353,826,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7354,826,'jupiterx_footer_widget_area','global'),(7355,826,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7356,826,'jupiterx_footer_sub','global'),(7357,826,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7358,826,'jupiterx_footer_behavior','global'),(7359,826,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7360,826,'_elementor_edit_mode','builder'),(7361,826,'_elementor_template_type','wp-page'),(7362,826,'_elementor_version','2.8.3'),(7363,826,'_yoast_wpseo_focuskeywords','[]'),(7364,826,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7365,826,'_elementor_data','[{\"id\":\"e4cd885\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-banner.jpg\",\"id\":\"121\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]}},\"elements\":[{\"id\":\"a35c1ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"4b1bfc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Blog\",\"title_align\":\"center\",\"html_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6071291\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2daf6f3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1f1bed4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"49aec4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"2f6924f\",\"elType\":\"widget\",\"settings\":{\"classic_post_meta_divider\":\"|\",\"classic_post_button_text\":\"Read More\",\"cover_post_meta_divider\":\"\\/\",\"cover_post_button_text\":\"Read More\",\"classic_page_based_prev_text\":\"&laquo; Prev\",\"classic_page_based_next_text\":\"Next &raquo;\",\"classic_load_more_text\":\"Load More\",\"cover_page_based_prev_text\":\"&laquo; Prev\",\"cover_page_based_next_text\":\"Next &raquo;\",\"cover_load_more_text\":\"Load More\",\"classic_columns\":\"2\",\"classic_equal_height\":\"yes\",\"classic_post_image_size_size\":\"full\",\"classic_show_author\":\"\",\"classic_show_categories\":\"\",\"classic_show_tags\":\"\",\"classic_meta_position\":\"before_title\",\"classic_show_button\":\"\",\"classic_post_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"55\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":\"\"},\"classic_post_box_shadow_box_shadow_type\":\"yes\",\"classic_post_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"classic_post_title_typography_typography\":\"custom\",\"classic_post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"classic_post_title_typography_font_weight\":\"600\",\"classic_post_title_typography_text_transform\":\"capitalize\",\"classic_post_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"classic_post_title_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_title_color\":\"#2c234d\",\"classic_post_meta_typography_typography\":\"custom\",\"classic_post_meta_typography_font_family\":\"Poppins\",\"classic_post_meta_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"classic_post_meta_typography_font_weight\":\"300\",\"classic_post_meta_spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_meta_color\":\"#aeb4ba\",\"classic_post_meta_links_color\":\"#aeb4ba\",\"classic_post_excerpt_typography_typography\":\"custom\",\"classic_post_excerpt_typography_font_family\":\"Poppins\",\"classic_post_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_post_excerpt_typography_font_weight\":\"300\",\"classic_post_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"classic_post_excerpt_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_show_pagination\":\"yes\",\"classic_pagination_type\":\"load_more\",\"classic_columns_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_rows_spacing\":{\"unit\":\"px\",\"size\":\"80\",\"sizes\":[]},\"classic_post_box_shadow_hover_box_shadow_type\":\"yes\",\"classic_post_box_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"2\",\"blur\":\"35\",\"spread\":\"0\",\"color\":\"rgba(0, 0, 0, 0.08)\"},\"classic_post_title_color_hover\":\"#18A48D\",\"classic_post_meta_divider_spacing\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"classic_load_more_width\":{\"unit\":\"px\",\"size\":\"200\",\"sizes\":[]},\"classic_load_more_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"classic_load_more_color\":\"#FFFFFF\",\"classic_load_more_typography_typography\":\"custom\",\"classic_load_more_typography_font_family\":\"Roboto\",\"classic_load_more_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_load_more_typography_font_weight\":\"normal\",\"classic_load_more_typography_text_transform\":\"capitalize\",\"classic_load_more_background_background\":\"classic\",\"classic_load_more_background_color\":\"#1BB99F\",\"classic_load_more_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"classic_hover_load_more_background_background\":\"classic\",\"classic_hover_load_more_background_color\":\"#18A48D\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_columns_spacing_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"classic_columns_spacing_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"classic_rows_spacing_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_rows_spacing_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"classic_post_align_mobile\":\"center\",\"classic_post_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"classic_post_excerpt_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"13\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e399595\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98123d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFCDA\",\"margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"265\",\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a8bbcc4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"58.621\",\"_inline_size_tablet\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"eb17ad4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an \\nimportant part of children health.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"a05b55c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"41.379\",\"content_position\":\"center\",\"_inline_size_tablet\":\"35\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c883fd0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1BB99F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"uppercase\",\"text_color\":\"#FFFFFF\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"align_mobile\":\"center\",\"link\":{\"url\":\"contact\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7366,826,'_elementor_controls_usage','a:6:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:5:{s:11:\"title_align\";i:1;s:27:\"title_typography_typography\";i:1;s:33:\"title_typography_font_size_tablet\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;s:18:\"title_align_mobile\";i:1;}}}}s:17:\"raven-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_breadcrumbs\";a:8:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:15:\"separator_color\";i:1;s:17:\"link_color_normal\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:21:\"space_between_widgets\";i:1;s:12:\"_inline_size\";i:2;s:19:\"_inline_size_tablet\";i:2;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"height\";i:2;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:2;}}}}s:11:\"raven-posts\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:5:{s:20:\"classic_section_meta\";a:9:{s:25:\"classic_post_meta_divider\";i:1;s:39:\"classic_post_meta_typography_typography\";i:1;s:40:\"classic_post_meta_typography_font_family\";i:1;s:38:\"classic_post_meta_typography_font_size\";i:1;s:40:\"classic_post_meta_typography_font_weight\";i:1;s:25:\"classic_post_meta_spacing\";i:1;s:23:\"classic_post_meta_color\";i:1;s:29:\"classic_post_meta_links_color\";i:1;s:33:\"classic_post_meta_divider_spacing\";i:1;}s:25:\"classic_section_container\";a:13:{s:20:\"classic_post_padding\";i:1;s:39:\"classic_post_box_shadow_box_shadow_type\";i:1;s:34:\"classic_post_box_shadow_box_shadow\";i:1;s:23:\"classic_columns_spacing\";i:1;s:20:\"classic_rows_spacing\";i:1;s:45:\"classic_post_box_shadow_hover_box_shadow_type\";i:1;s:40:\"classic_post_box_shadow_hover_box_shadow\";i:1;s:30:\"classic_columns_spacing_tablet\";i:1;s:30:\"classic_columns_spacing_mobile\";i:1;s:27:\"classic_rows_spacing_tablet\";i:1;s:27:\"classic_rows_spacing_mobile\";i:1;s:27:\"classic_post_padding_mobile\";i:1;s:25:\"classic_post_align_mobile\";i:1;}s:21:\"classic_section_title\";a:9:{s:40:\"classic_post_title_typography_typography\";i:1;s:39:\"classic_post_title_typography_font_size\";i:1;s:41:\"classic_post_title_typography_font_weight\";i:1;s:44:\"classic_post_title_typography_text_transform\";i:1;s:41:\"classic_post_title_typography_line_height\";i:1;s:26:\"classic_post_title_spacing\";i:1;s:24:\"classic_post_title_color\";i:1;s:30:\"classic_post_title_color_hover\";i:1;s:48:\"classic_post_title_typography_line_height_tablet\";i:1;}s:23:\"classic_section_excerpt\";a:7:{s:42:\"classic_post_excerpt_typography_typography\";i:1;s:43:\"classic_post_excerpt_typography_font_family\";i:1;s:41:\"classic_post_excerpt_typography_font_size\";i:1;s:43:\"classic_post_excerpt_typography_font_weight\";i:1;s:43:\"classic_post_excerpt_typography_line_height\";i:1;s:28:\"classic_post_excerpt_spacing\";i:1;s:48:\"classic_post_excerpt_typography_font_size_tablet\";i:1;}s:26:\"classic_section_pagination\";a:13:{s:23:\"classic_load_more_width\";i:1;s:24:\"classic_load_more_height\";i:1;s:23:\"classic_load_more_color\";i:1;s:39:\"classic_load_more_typography_typography\";i:1;s:40:\"classic_load_more_typography_font_family\";i:1;s:38:\"classic_load_more_typography_font_size\";i:1;s:40:\"classic_load_more_typography_font_weight\";i:1;s:43:\"classic_load_more_typography_text_transform\";i:1;s:39:\"classic_load_more_background_background\";i:1;s:34:\"classic_load_more_background_color\";i:1;s:31:\"classic_load_more_border_radius\";i:1;s:45:\"classic_hover_load_more_background_background\";i:1;s:40:\"classic_hover_load_more_background_color\";i:1;}}s:7:\"content\";a:1:{s:16:\"section_settings\";a:10:{s:15:\"classic_columns\";i:1;s:20:\"classic_equal_height\";i:1;s:28:\"classic_post_image_size_size\";i:1;s:19:\"classic_show_author\";i:1;s:23:\"classic_show_categories\";i:1;s:17:\"classic_show_tags\";i:1;s:21:\"classic_meta_position\";i:1;s:19:\"classic_show_button\";i:1;s:23:\"classic_show_pagination\";i:1;s:23:\"classic_pagination_type\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_container\";a:9:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:5:\"align\";i:1;s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:27:\"hover_background_background\";i:1;s:22:\"hover_background_color\";i:1;s:12:\"align_mobile\";i:1;}s:12:\"section_text\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:30:\"text_typography_text_transform\";i:1;s:10:\"text_color\";i:1;}}}}}'),(7367,826,'_wxr_import_user_slug','emre'),(7368,826,'_wxr_import_has_attachment_refs','1'),(7369,827,'_elementor_controls_usage','a:0:{}'),(7372,827,'_yst_prominent_words_version','1'),(7373,827,'_thumbnail_id','125'),(7374,827,'jupiterx_header','1'),(7375,827,'_jupiterx_header','field_jupiterx_post_header'),(7376,827,'jupiterx_header_overlap','global'),(7377,827,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7378,827,'jupiterx_header_type','global'),(7379,827,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7380,827,'jupiterx_header_behavior','global'),(7381,827,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7382,827,'jupiterx_layout','global'),(7383,827,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7384,827,'jupiterx_content_full_width','0'),(7385,827,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7386,827,'jupiterx_content_spacing','1'),(7387,827,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7388,827,'jupiterx_sidebar_primary','global'),(7389,827,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7390,827,'jupiterx_sidebar_secondary','global'),(7391,827,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7392,827,'jupiterx_post_featured_image','global'),(7393,827,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7394,827,'jupiterx_post_meta','global'),(7395,827,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7396,827,'jupiterx_post_tags','global'),(7397,827,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7398,827,'jupiterx_post_social_share','global'),(7399,827,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7400,827,'jupiterx_post_author_box','global'),(7401,827,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7402,827,'jupiterx_post_related_posts','global'),(7403,827,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7404,827,'jupiterx_post_comments','global'),(7405,827,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7406,827,'jupiterx_main_background_color',''),(7407,827,'_jupiterx_main_background_color','color'),(7408,827,'jupiterx_main_background_image',''),(7409,827,'_jupiterx_main_background_image','image'),(7410,827,'jupiterx_main_background_position',''),(7411,827,'_jupiterx_main_background_position','position'),(7412,827,'jupiterx_main_background_repeat',''),(7413,827,'_jupiterx_main_background_repeat','repeat'),(7414,827,'jupiterx_main_background_attachment',''),(7415,827,'_jupiterx_main_background_attachment','attachment'),(7416,827,'jupiterx_main_background_size',''),(7417,827,'_jupiterx_main_background_size','size'),(7418,827,'jupiterx_main_background',''),(7419,827,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7420,827,'jupiterx_main_spacing_padding_top',''),(7421,827,'_jupiterx_main_spacing_padding_top','padding_top'),(7422,827,'jupiterx_main_spacing_padding_right',''),(7423,827,'_jupiterx_main_spacing_padding_right','padding_right'),(7424,827,'jupiterx_main_spacing_padding_bottom',''),(7425,827,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7426,827,'jupiterx_main_spacing_padding_left',''),(7427,827,'_jupiterx_main_spacing_padding_left','padding_left'),(7428,827,'jupiterx_main_spacing_margin_top',''),(7429,827,'_jupiterx_main_spacing_margin_top','margin_top'),(7430,827,'jupiterx_main_spacing_margin_right',''),(7431,827,'_jupiterx_main_spacing_margin_right','margin_right'),(7432,827,'jupiterx_main_spacing_margin_bottom',''),(7433,827,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7434,827,'jupiterx_main_spacing_margin_left',''),(7435,827,'_jupiterx_main_spacing_margin_left','margin_left'),(7436,827,'jupiterx_main_spacing',''),(7437,827,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7438,827,'jupiterx_title_bar_title','global'),(7439,827,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7440,827,'jupiterx_title_bar_breadcrumb','global'),(7441,827,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7442,827,'jupiterx_title_bar_subtitle',''),(7443,827,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7444,827,'jupiterx_footer','1'),(7445,827,'_jupiterx_footer','field_jupiterx_post_footer'),(7446,827,'jupiterx_footer_type','global'),(7447,827,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7448,827,'jupiterx_footer_widget_area','global'),(7449,827,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7450,827,'jupiterx_footer_sub','global'),(7451,827,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7452,827,'jupiterx_footer_behavior','global'),(7453,827,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7454,827,'_yoast_wpseo_primary_category','1'),(7455,827,'_yoast_wpseo_content_score','30'),(7456,827,'_yoast_wpseo_focuskeywords','[]'),(7457,827,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7458,827,'_elementor_edit_mode','builder'),(7459,827,'_elementor_template_type','wp-post'),(7460,827,'_elementor_version','2.8.3'),(7461,827,'_wp_page_template','default'),(7462,827,'_elementor_data','[{\"id\":\"8b9833d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d3d79d6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"f4c18d5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"34a2897\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"85a2799\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"03fee36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f589d22\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"ad7b457\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"fe2a0d4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"aabfdff\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"0c73fcb\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"81697c4\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"141b353\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8bceaa3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"fd58eec\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"30fcf7d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"99b6691\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c5dff4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"767dc05\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a501c82\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1116915\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"66eb16d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"454f826\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c50a23c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c2c939\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"2adbc74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7463,827,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(7464,827,'_wxr_import_user_slug','emre'),(7465,827,'_wxr_import_has_attachment_refs','1'),(7466,827,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(7467,828,'_elementor_controls_usage','a:0:{}'),(7470,828,'_yst_prominent_words_version','1'),(7471,828,'_thumbnail_id','128'),(7472,828,'jupiterx_header','1'),(7473,828,'_jupiterx_header','field_jupiterx_post_header'),(7474,828,'jupiterx_header_overlap','global'),(7475,828,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7476,828,'jupiterx_header_type','global'),(7477,828,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7478,828,'jupiterx_header_behavior','global'),(7479,828,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7480,828,'jupiterx_layout','global'),(7481,828,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7482,828,'jupiterx_content_full_width','0'),(7483,828,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7484,828,'jupiterx_content_spacing','1'),(7485,828,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7486,828,'jupiterx_sidebar_primary','global'),(7487,828,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7488,828,'jupiterx_sidebar_secondary','global'),(7489,828,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7490,828,'jupiterx_post_featured_image','global'),(7491,828,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7492,828,'jupiterx_post_meta','global'),(7493,828,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7494,828,'jupiterx_post_tags','global'),(7495,828,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7496,828,'jupiterx_post_social_share','global'),(7497,828,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7498,828,'jupiterx_post_author_box','global'),(7499,828,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7500,828,'jupiterx_post_related_posts','global'),(7501,828,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7502,828,'jupiterx_post_comments','global'),(7503,828,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7504,828,'jupiterx_main_background_color',''),(7505,828,'_jupiterx_main_background_color','color'),(7506,828,'jupiterx_main_background_image',''),(7507,828,'_jupiterx_main_background_image','image'),(7508,828,'jupiterx_main_background_position',''),(7509,828,'_jupiterx_main_background_position','position'),(7510,828,'jupiterx_main_background_repeat',''),(7511,828,'_jupiterx_main_background_repeat','repeat'),(7512,828,'jupiterx_main_background_attachment',''),(7513,828,'_jupiterx_main_background_attachment','attachment'),(7514,828,'jupiterx_main_background_size',''),(7515,828,'_jupiterx_main_background_size','size'),(7516,828,'jupiterx_main_background',''),(7517,828,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7518,828,'jupiterx_main_spacing_padding_top',''),(7519,828,'_jupiterx_main_spacing_padding_top','padding_top'),(7520,828,'jupiterx_main_spacing_padding_right',''),(7521,828,'_jupiterx_main_spacing_padding_right','padding_right'),(7522,828,'jupiterx_main_spacing_padding_bottom',''),(7523,828,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7524,828,'jupiterx_main_spacing_padding_left',''),(7525,828,'_jupiterx_main_spacing_padding_left','padding_left'),(7526,828,'jupiterx_main_spacing_margin_top',''),(7527,828,'_jupiterx_main_spacing_margin_top','margin_top'),(7528,828,'jupiterx_main_spacing_margin_right',''),(7529,828,'_jupiterx_main_spacing_margin_right','margin_right'),(7530,828,'jupiterx_main_spacing_margin_bottom',''),(7531,828,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7532,828,'jupiterx_main_spacing_margin_left',''),(7533,828,'_jupiterx_main_spacing_margin_left','margin_left'),(7534,828,'jupiterx_main_spacing',''),(7535,828,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7536,828,'jupiterx_title_bar_title','global'),(7537,828,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7538,828,'jupiterx_title_bar_breadcrumb','global'),(7539,828,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7540,828,'jupiterx_title_bar_subtitle',''),(7541,828,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7542,828,'jupiterx_footer','1'),(7543,828,'_jupiterx_footer','field_jupiterx_post_footer'),(7544,828,'jupiterx_footer_type','global'),(7545,828,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7546,828,'jupiterx_footer_widget_area','global'),(7547,828,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7548,828,'jupiterx_footer_sub','global'),(7549,828,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7550,828,'jupiterx_footer_behavior','global'),(7551,828,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7552,828,'_yoast_wpseo_primary_category','1'),(7553,828,'_yoast_wpseo_content_score','30'),(7554,828,'_yoast_wpseo_focuskeywords','[]'),(7555,828,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7556,828,'_elementor_edit_mode','builder'),(7557,828,'_elementor_template_type','wp-post'),(7558,828,'_elementor_version','2.8.3'),(7559,828,'_wp_page_template','default'),(7560,828,'_elementor_data','[{\"id\":\"accf64e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"f4ef4e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"4ac8082\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1ea20a5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5aa07a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"2f7048d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"65f88e7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"b35add4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"faed425\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"66195c5\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"3b113f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"6ca2c46\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"c40bd52\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"42b4bbd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"f58caee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"21f6f2e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"6057d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d0f5952\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"a0c9702\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5a91445\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"9045fba\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6772f1d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"445ec16\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cea247d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"35fbe17\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"cc16a26\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7561,828,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(7562,828,'_wxr_import_user_slug','emre'),(7563,828,'_wxr_import_has_attachment_refs','1'),(7564,828,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(7565,829,'_elementor_controls_usage','a:0:{}'),(7568,829,'_yst_prominent_words_version','1'),(7569,829,'_thumbnail_id','126'),(7570,829,'jupiterx_header','1'),(7571,829,'_jupiterx_header','field_jupiterx_post_header'),(7572,829,'jupiterx_header_overlap','global'),(7573,829,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7574,829,'jupiterx_header_type','global'),(7575,829,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7576,829,'jupiterx_header_behavior','global'),(7577,829,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7578,829,'jupiterx_layout','global'),(7579,829,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7580,829,'jupiterx_content_full_width','0'),(7581,829,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7582,829,'jupiterx_content_spacing','1'),(7583,829,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7584,829,'jupiterx_sidebar_primary','global'),(7585,829,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7586,829,'jupiterx_sidebar_secondary','global'),(7587,829,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7588,829,'jupiterx_post_featured_image','global'),(7589,829,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7590,829,'jupiterx_post_meta','global'),(7591,829,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7592,829,'jupiterx_post_tags','global'),(7593,829,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7594,829,'jupiterx_post_social_share','global'),(7595,829,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7596,829,'jupiterx_post_author_box','global'),(7597,829,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7598,829,'jupiterx_post_related_posts','global'),(7599,829,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7600,829,'jupiterx_post_comments','global'),(7601,829,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7602,829,'jupiterx_main_background_color',''),(7603,829,'_jupiterx_main_background_color','color'),(7604,829,'jupiterx_main_background_image',''),(7605,829,'_jupiterx_main_background_image','image'),(7606,829,'jupiterx_main_background_position',''),(7607,829,'_jupiterx_main_background_position','position'),(7608,829,'jupiterx_main_background_repeat',''),(7609,829,'_jupiterx_main_background_repeat','repeat'),(7610,829,'jupiterx_main_background_attachment',''),(7611,829,'_jupiterx_main_background_attachment','attachment'),(7612,829,'jupiterx_main_background_size',''),(7613,829,'_jupiterx_main_background_size','size'),(7614,829,'jupiterx_main_background',''),(7615,829,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7616,829,'jupiterx_main_spacing_padding_top',''),(7617,829,'_jupiterx_main_spacing_padding_top','padding_top'),(7618,829,'jupiterx_main_spacing_padding_right',''),(7619,829,'_jupiterx_main_spacing_padding_right','padding_right'),(7620,829,'jupiterx_main_spacing_padding_bottom',''),(7621,829,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7622,829,'jupiterx_main_spacing_padding_left',''),(7623,829,'_jupiterx_main_spacing_padding_left','padding_left'),(7624,829,'jupiterx_main_spacing_margin_top',''),(7625,829,'_jupiterx_main_spacing_margin_top','margin_top'),(7626,829,'jupiterx_main_spacing_margin_right',''),(7627,829,'_jupiterx_main_spacing_margin_right','margin_right'),(7628,829,'jupiterx_main_spacing_margin_bottom',''),(7629,829,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7630,829,'jupiterx_main_spacing_margin_left',''),(7631,829,'_jupiterx_main_spacing_margin_left','margin_left'),(7632,829,'jupiterx_main_spacing',''),(7633,829,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7634,829,'jupiterx_title_bar_title','global'),(7635,829,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7636,829,'jupiterx_title_bar_breadcrumb','global'),(7637,829,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7638,829,'jupiterx_title_bar_subtitle',''),(7639,829,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7640,829,'jupiterx_footer','1'),(7641,829,'_jupiterx_footer','field_jupiterx_post_footer'),(7642,829,'jupiterx_footer_type','global'),(7643,829,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7644,829,'jupiterx_footer_widget_area','global'),(7645,829,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7646,829,'jupiterx_footer_sub','global'),(7647,829,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7648,829,'jupiterx_footer_behavior','global'),(7649,829,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7650,829,'_yoast_wpseo_primary_category','1'),(7651,829,'_yoast_wpseo_content_score','30'),(7652,829,'_yoast_wpseo_focuskeywords','[]'),(7653,829,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7654,829,'_elementor_edit_mode','builder'),(7655,829,'_elementor_template_type','wp-post'),(7656,829,'_elementor_version','2.8.3'),(7657,829,'_wp_page_template','default'),(7658,829,'_elementor_data','[{\"id\":\"6d39213\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"25bc968\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"e6aeff5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"42da710\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"376ac8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"6f74a23\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"41cf92f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"3ac1805\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"2afa62a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa54a1d\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"c6953e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"306e121\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"a72e82a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6555c1e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"1d050db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4e8493e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"7926472\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"9f53e55\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"4e12455\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a7f852e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"cf50d80\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b736462\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"bbe5858\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3e2c186\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ac6e645\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"b6e5104\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7659,829,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(7660,829,'_wxr_import_user_slug','emre'),(7661,829,'_wxr_import_has_attachment_refs','1'),(7662,829,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(7663,181,'_elementor_controls_usage','a:0:{}'),(7666,181,'_yst_prominent_words_version','1'),(7667,181,'_thumbnail_id','191'),(7668,181,'jupiterx_header','1'),(7669,181,'_jupiterx_header','field_jupiterx_post_header'),(7670,181,'jupiterx_header_overlap','global'),(7671,181,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7672,181,'jupiterx_header_type','global'),(7673,181,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7674,181,'jupiterx_header_behavior','global'),(7675,181,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7676,181,'jupiterx_layout','global'),(7677,181,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7678,181,'jupiterx_content_full_width','0'),(7679,181,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7680,181,'jupiterx_content_spacing','1'),(7681,181,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7682,181,'jupiterx_sidebar_primary','global'),(7683,181,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7684,181,'jupiterx_sidebar_secondary','global'),(7685,181,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7686,181,'jupiterx_post_featured_image','global'),(7687,181,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7688,181,'jupiterx_post_meta','global'),(7689,181,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7690,181,'jupiterx_post_tags','global'),(7691,181,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7692,181,'jupiterx_post_social_share','global'),(7693,181,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7694,181,'jupiterx_post_author_box','global'),(7695,181,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7696,181,'jupiterx_post_related_posts','global'),(7697,181,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7698,181,'jupiterx_post_comments','global'),(7699,181,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7700,181,'jupiterx_main_background_color',''),(7701,181,'_jupiterx_main_background_color','color'),(7702,181,'jupiterx_main_background_image',''),(7703,181,'_jupiterx_main_background_image','image'),(7704,181,'jupiterx_main_background_position',''),(7705,181,'_jupiterx_main_background_position','position'),(7706,181,'jupiterx_main_background_repeat',''),(7707,181,'_jupiterx_main_background_repeat','repeat'),(7708,181,'jupiterx_main_background_attachment',''),(7709,181,'_jupiterx_main_background_attachment','attachment'),(7710,181,'jupiterx_main_background_size',''),(7711,181,'_jupiterx_main_background_size','size'),(7712,181,'jupiterx_main_background',''),(7713,181,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7714,181,'jupiterx_main_spacing_padding_top',''),(7715,181,'_jupiterx_main_spacing_padding_top','padding_top'),(7716,181,'jupiterx_main_spacing_padding_right',''),(7717,181,'_jupiterx_main_spacing_padding_right','padding_right'),(7718,181,'jupiterx_main_spacing_padding_bottom',''),(7719,181,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7720,181,'jupiterx_main_spacing_padding_left',''),(7721,181,'_jupiterx_main_spacing_padding_left','padding_left'),(7722,181,'jupiterx_main_spacing_margin_top',''),(7723,181,'_jupiterx_main_spacing_margin_top','margin_top'),(7724,181,'jupiterx_main_spacing_margin_right',''),(7725,181,'_jupiterx_main_spacing_margin_right','margin_right'),(7726,181,'jupiterx_main_spacing_margin_bottom',''),(7727,181,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7728,181,'jupiterx_main_spacing_margin_left',''),(7729,181,'_jupiterx_main_spacing_margin_left','margin_left'),(7730,181,'jupiterx_main_spacing',''),(7731,181,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7732,181,'jupiterx_title_bar_title','global'),(7733,181,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7734,181,'jupiterx_title_bar_breadcrumb','global'),(7735,181,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7736,181,'jupiterx_title_bar_subtitle',''),(7737,181,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7738,181,'jupiterx_footer','1'),(7739,181,'_jupiterx_footer','field_jupiterx_post_footer'),(7740,181,'jupiterx_footer_type','global'),(7741,181,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7742,181,'jupiterx_footer_widget_area','global'),(7743,181,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7744,181,'jupiterx_footer_sub','global'),(7745,181,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7746,181,'jupiterx_footer_behavior','global'),(7747,181,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7748,181,'_yoast_wpseo_primary_category','1'),(7749,181,'_yoast_wpseo_content_score','30'),(7750,181,'_yoast_wpseo_focuskeywords','[]'),(7751,181,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7752,181,'_elementor_edit_mode','builder'),(7753,181,'_elementor_template_type','wp-post'),(7754,181,'_elementor_version','2.8.3'),(7755,181,'_wp_page_template','default'),(7756,181,'_elementor_data','[{\"id\":\"b549ef3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"d81d5c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"ffec9d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"62f5407\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"a633c2c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"1634f7a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"171591e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"5532316\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"b42261e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b03dfca\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"bf75c77\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"f07f17f\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"4ee72a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"418619f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"2a92464\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"8814bb7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"a1fa826\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"7a971aa\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"3262add\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"aa2729c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a2d8f38\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"8d9e2bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a96dbf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"00f0404\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3668f73\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a851e53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7757,181,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(7758,181,'_wxr_import_user_slug','emre'),(7759,181,'_wxr_import_has_attachment_refs','1'),(7760,181,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(7761,182,'_elementor_controls_usage','a:0:{}'),(7764,182,'_yst_prominent_words_version','1'),(7765,182,'_thumbnail_id','192'),(7766,182,'jupiterx_header','1'),(7767,182,'_jupiterx_header','field_jupiterx_post_header'),(7768,182,'jupiterx_header_overlap','global'),(7769,182,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7770,182,'jupiterx_header_type','global'),(7771,182,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7772,182,'jupiterx_header_behavior','global'),(7773,182,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7774,182,'jupiterx_layout','global'),(7775,182,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7776,182,'jupiterx_content_full_width','0'),(7777,182,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7778,182,'jupiterx_content_spacing','1'),(7779,182,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7780,182,'jupiterx_sidebar_primary','global'),(7781,182,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7782,182,'jupiterx_sidebar_secondary','global'),(7783,182,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7784,182,'jupiterx_post_featured_image','global'),(7785,182,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7786,182,'jupiterx_post_meta','global'),(7787,182,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7788,182,'jupiterx_post_tags','global'),(7789,182,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7790,182,'jupiterx_post_social_share','global'),(7791,182,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7792,182,'jupiterx_post_author_box','global'),(7793,182,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7794,182,'jupiterx_post_related_posts','global'),(7795,182,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7796,182,'jupiterx_post_comments','global'),(7797,182,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7798,182,'jupiterx_main_background_color',''),(7799,182,'_jupiterx_main_background_color','color'),(7800,182,'jupiterx_main_background_image',''),(7801,182,'_jupiterx_main_background_image','image'),(7802,182,'jupiterx_main_background_position',''),(7803,182,'_jupiterx_main_background_position','position'),(7804,182,'jupiterx_main_background_repeat',''),(7805,182,'_jupiterx_main_background_repeat','repeat'),(7806,182,'jupiterx_main_background_attachment',''),(7807,182,'_jupiterx_main_background_attachment','attachment'),(7808,182,'jupiterx_main_background_size',''),(7809,182,'_jupiterx_main_background_size','size'),(7810,182,'jupiterx_main_background',''),(7811,182,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7812,182,'jupiterx_main_spacing_padding_top',''),(7813,182,'_jupiterx_main_spacing_padding_top','padding_top'),(7814,182,'jupiterx_main_spacing_padding_right',''),(7815,182,'_jupiterx_main_spacing_padding_right','padding_right'),(7816,182,'jupiterx_main_spacing_padding_bottom',''),(7817,182,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7818,182,'jupiterx_main_spacing_padding_left',''),(7819,182,'_jupiterx_main_spacing_padding_left','padding_left'),(7820,182,'jupiterx_main_spacing_margin_top',''),(7821,182,'_jupiterx_main_spacing_margin_top','margin_top'),(7822,182,'jupiterx_main_spacing_margin_right',''),(7823,182,'_jupiterx_main_spacing_margin_right','margin_right'),(7824,182,'jupiterx_main_spacing_margin_bottom',''),(7825,182,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7826,182,'jupiterx_main_spacing_margin_left',''),(7827,182,'_jupiterx_main_spacing_margin_left','margin_left'),(7828,182,'jupiterx_main_spacing',''),(7829,182,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7830,182,'jupiterx_title_bar_title','global'),(7831,182,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7832,182,'jupiterx_title_bar_breadcrumb','global'),(7833,182,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7834,182,'jupiterx_title_bar_subtitle',''),(7835,182,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7836,182,'jupiterx_footer','1'),(7837,182,'_jupiterx_footer','field_jupiterx_post_footer'),(7838,182,'jupiterx_footer_type','global'),(7839,182,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7840,182,'jupiterx_footer_widget_area','global'),(7841,182,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7842,182,'jupiterx_footer_sub','global'),(7843,182,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7844,182,'jupiterx_footer_behavior','global'),(7845,182,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7846,182,'_yoast_wpseo_primary_category','1'),(7847,182,'_yoast_wpseo_content_score','30'),(7848,182,'_yoast_wpseo_focuskeywords','[]'),(7849,182,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7850,182,'_elementor_edit_mode','builder'),(7851,182,'_elementor_template_type','wp-post'),(7852,182,'_elementor_version','2.8.3'),(7853,182,'_wp_page_template','default'),(7854,182,'_elementor_data','[{\"id\":\"9254367\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"14f9d2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"5a6fb1b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"753c375\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"8e5bd4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c4f8987\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"74735db\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"01afac3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"950c8bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"95723a0\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"dea857b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"601b2a5\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"1251a95\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e17b6d2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"e106f82\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"bf2cd16\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"b333fdc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"02c5de1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"2c1ee13\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"45b78ad\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"a5406fd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e1412c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1a7b4eb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44acbf7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5128281\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a77c236\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7855,182,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(7856,182,'_wxr_import_user_slug','emre'),(7857,182,'_wxr_import_has_attachment_refs','1'),(7858,182,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(7859,830,'_elementor_controls_usage','a:0:{}'),(7862,830,'_yst_prominent_words_version','1'),(7863,830,'_thumbnail_id','187'),(7864,830,'jupiterx_header','1'),(7865,830,'_jupiterx_header','field_jupiterx_post_header'),(7866,830,'jupiterx_header_overlap','global'),(7867,830,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7868,830,'jupiterx_header_type','global'),(7869,830,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7870,830,'jupiterx_header_behavior','global'),(7871,830,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7872,830,'jupiterx_layout','global'),(7873,830,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7874,830,'jupiterx_content_full_width','0'),(7875,830,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7876,830,'jupiterx_content_spacing','1'),(7877,830,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7878,830,'jupiterx_sidebar_primary','global'),(7879,830,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7880,830,'jupiterx_sidebar_secondary','global'),(7881,830,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7882,830,'jupiterx_post_featured_image','global'),(7883,830,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7884,830,'jupiterx_post_meta','global'),(7885,830,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7886,830,'jupiterx_post_tags','global'),(7887,830,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7888,830,'jupiterx_post_social_share','global'),(7889,830,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7890,830,'jupiterx_post_author_box','global'),(7891,830,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7892,830,'jupiterx_post_related_posts','global'),(7893,830,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7894,830,'jupiterx_post_comments','global'),(7895,830,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7896,830,'jupiterx_main_background_color',''),(7897,830,'_jupiterx_main_background_color','color'),(7898,830,'jupiterx_main_background_image',''),(7899,830,'_jupiterx_main_background_image','image'),(7900,830,'jupiterx_main_background_position',''),(7901,830,'_jupiterx_main_background_position','position'),(7902,830,'jupiterx_main_background_repeat',''),(7903,830,'_jupiterx_main_background_repeat','repeat'),(7904,830,'jupiterx_main_background_attachment',''),(7905,830,'_jupiterx_main_background_attachment','attachment'),(7906,830,'jupiterx_main_background_size',''),(7907,830,'_jupiterx_main_background_size','size'),(7908,830,'jupiterx_main_background',''),(7909,830,'_jupiterx_main_background','field_jupiterx_post_main_background'),(7910,830,'jupiterx_main_spacing_padding_top',''),(7911,830,'_jupiterx_main_spacing_padding_top','padding_top'),(7912,830,'jupiterx_main_spacing_padding_right',''),(7913,830,'_jupiterx_main_spacing_padding_right','padding_right'),(7914,830,'jupiterx_main_spacing_padding_bottom',''),(7915,830,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(7916,830,'jupiterx_main_spacing_padding_left',''),(7917,830,'_jupiterx_main_spacing_padding_left','padding_left'),(7918,830,'jupiterx_main_spacing_margin_top',''),(7919,830,'_jupiterx_main_spacing_margin_top','margin_top'),(7920,830,'jupiterx_main_spacing_margin_right',''),(7921,830,'_jupiterx_main_spacing_margin_right','margin_right'),(7922,830,'jupiterx_main_spacing_margin_bottom',''),(7923,830,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(7924,830,'jupiterx_main_spacing_margin_left',''),(7925,830,'_jupiterx_main_spacing_margin_left','margin_left'),(7926,830,'jupiterx_main_spacing',''),(7927,830,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(7928,830,'jupiterx_title_bar_title','global'),(7929,830,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(7930,830,'jupiterx_title_bar_breadcrumb','global'),(7931,830,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(7932,830,'jupiterx_title_bar_subtitle',''),(7933,830,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(7934,830,'jupiterx_footer','1'),(7935,830,'_jupiterx_footer','field_jupiterx_post_footer'),(7936,830,'jupiterx_footer_type','global'),(7937,830,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(7938,830,'jupiterx_footer_widget_area','global'),(7939,830,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(7940,830,'jupiterx_footer_sub','global'),(7941,830,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(7942,830,'jupiterx_footer_behavior','global'),(7943,830,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(7944,830,'_yoast_wpseo_primary_category','1'),(7945,830,'_yoast_wpseo_content_score','30'),(7946,830,'_yoast_wpseo_focuskeywords','[]'),(7947,830,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(7948,830,'_elementor_edit_mode','builder'),(7949,830,'_elementor_template_type','wp-post'),(7950,830,'_elementor_version','2.8.3'),(7951,830,'_wp_page_template','default'),(7952,830,'_elementor_data','[{\"id\":\"6d0ebbb\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"0455ad5\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"366928b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d6d8834\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"cb5718b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c4fe75b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"875ccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"e774756\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"d8f4fb7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3ebf280\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"03935fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b775d31\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"1f32495\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2640fb1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"cf91a5e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"246a005\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"156ee9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"8bc3197\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"438d7db\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"66b23b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"1fad122\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"bf71979\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4b8d0bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"430b1f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"69eaeec\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"e6a18f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(7953,830,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(7954,830,'_wxr_import_user_slug','emre'),(7955,830,'_wxr_import_has_attachment_refs','1'),(7956,830,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(7957,831,'_elementor_controls_usage','a:0:{}'),(7960,831,'_yst_prominent_words_version','1'),(7961,831,'_thumbnail_id','190'),(7962,831,'jupiterx_header','1'),(7963,831,'_jupiterx_header','field_jupiterx_post_header'),(7964,831,'jupiterx_header_overlap','global'),(7965,831,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(7966,831,'jupiterx_header_type','global'),(7967,831,'_jupiterx_header_type','field_jupiterx_post_header_type'),(7968,831,'jupiterx_header_behavior','global'),(7969,831,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(7970,831,'jupiterx_layout','global'),(7971,831,'_jupiterx_layout','field_jupiterx_post_main_layout'),(7972,831,'jupiterx_content_full_width','0'),(7973,831,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(7974,831,'jupiterx_content_spacing','1'),(7975,831,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(7976,831,'jupiterx_sidebar_primary','global'),(7977,831,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(7978,831,'jupiterx_sidebar_secondary','global'),(7979,831,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(7980,831,'jupiterx_post_featured_image','global'),(7981,831,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(7982,831,'jupiterx_post_meta','global'),(7983,831,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(7984,831,'jupiterx_post_tags','global'),(7985,831,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(7986,831,'jupiterx_post_social_share','global'),(7987,831,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(7988,831,'jupiterx_post_author_box','global'),(7989,831,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(7990,831,'jupiterx_post_related_posts','global'),(7991,831,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(7992,831,'jupiterx_post_comments','global'),(7993,831,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(7994,831,'jupiterx_main_background_color',''),(7995,831,'_jupiterx_main_background_color','color'),(7996,831,'jupiterx_main_background_image',''),(7997,831,'_jupiterx_main_background_image','image'),(7998,831,'jupiterx_main_background_position',''),(7999,831,'_jupiterx_main_background_position','position'),(8000,831,'jupiterx_main_background_repeat',''),(8001,831,'_jupiterx_main_background_repeat','repeat'),(8002,831,'jupiterx_main_background_attachment',''),(8003,831,'_jupiterx_main_background_attachment','attachment'),(8004,831,'jupiterx_main_background_size',''),(8005,831,'_jupiterx_main_background_size','size'),(8006,831,'jupiterx_main_background',''),(8007,831,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8008,831,'jupiterx_main_spacing_padding_top',''),(8009,831,'_jupiterx_main_spacing_padding_top','padding_top'),(8010,831,'jupiterx_main_spacing_padding_right',''),(8011,831,'_jupiterx_main_spacing_padding_right','padding_right'),(8012,831,'jupiterx_main_spacing_padding_bottom',''),(8013,831,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8014,831,'jupiterx_main_spacing_padding_left',''),(8015,831,'_jupiterx_main_spacing_padding_left','padding_left'),(8016,831,'jupiterx_main_spacing_margin_top',''),(8017,831,'_jupiterx_main_spacing_margin_top','margin_top'),(8018,831,'jupiterx_main_spacing_margin_right',''),(8019,831,'_jupiterx_main_spacing_margin_right','margin_right'),(8020,831,'jupiterx_main_spacing_margin_bottom',''),(8021,831,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8022,831,'jupiterx_main_spacing_margin_left',''),(8023,831,'_jupiterx_main_spacing_margin_left','margin_left'),(8024,831,'jupiterx_main_spacing',''),(8025,831,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8026,831,'jupiterx_title_bar_title','global'),(8027,831,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8028,831,'jupiterx_title_bar_breadcrumb','global'),(8029,831,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8030,831,'jupiterx_title_bar_subtitle',''),(8031,831,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8032,831,'jupiterx_footer','1'),(8033,831,'_jupiterx_footer','field_jupiterx_post_footer'),(8034,831,'jupiterx_footer_type','global'),(8035,831,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8036,831,'jupiterx_footer_widget_area','global'),(8037,831,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(8038,831,'jupiterx_footer_sub','global'),(8039,831,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(8040,831,'jupiterx_footer_behavior','global'),(8041,831,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8042,831,'_yoast_wpseo_primary_category','1'),(8043,831,'_yoast_wpseo_content_score','30'),(8044,831,'_yoast_wpseo_focuskeywords','[]'),(8045,831,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8046,831,'_elementor_edit_mode','builder'),(8047,831,'_elementor_template_type','wp-post'),(8048,831,'_elementor_version','2.8.3'),(8049,831,'_wp_page_template','default'),(8050,831,'_elementor_data','[{\"id\":\"a16690d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"1087641\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"6e589db\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"fa093b5\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d8728e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"c8ae75d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"74d7447\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"c37c346\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"8e7d0e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"685c344\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"f3d28e2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"1eb4ef0\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"b58070b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ebe5f88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"9627839\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"0467ed3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"ddbe37a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"98125e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"0590168\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"2fb1416\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"7d45390\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"1759357\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"64abdc1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fb97391\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"825c6a3\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"4883b06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8051,831,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(8052,831,'_wxr_import_user_slug','emre'),(8053,831,'_wxr_import_has_attachment_refs','1'),(8054,831,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(8055,185,'_elementor_controls_usage','a:0:{}'),(8058,185,'_yst_prominent_words_version','1'),(8059,185,'_thumbnail_id','129'),(8060,185,'jupiterx_header','1'),(8061,185,'_jupiterx_header','field_jupiterx_post_header'),(8062,185,'jupiterx_header_overlap','global'),(8063,185,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8064,185,'jupiterx_header_type','global'),(8065,185,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8066,185,'jupiterx_header_behavior','global'),(8067,185,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8068,185,'jupiterx_layout','global'),(8069,185,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8070,185,'jupiterx_content_full_width','0'),(8071,185,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8072,185,'jupiterx_content_spacing','1'),(8073,185,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(8074,185,'jupiterx_sidebar_primary','global'),(8075,185,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8076,185,'jupiterx_sidebar_secondary','global'),(8077,185,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8078,185,'jupiterx_post_featured_image','global'),(8079,185,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8080,185,'jupiterx_post_meta','global'),(8081,185,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8082,185,'jupiterx_post_tags','global'),(8083,185,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8084,185,'jupiterx_post_social_share','global'),(8085,185,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8086,185,'jupiterx_post_author_box','global'),(8087,185,'_jupiterx_post_author_box','field_jupiterx_post_main_author_box'),(8088,185,'jupiterx_post_related_posts','global'),(8089,185,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8090,185,'jupiterx_post_comments','global'),(8091,185,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8092,185,'jupiterx_main_background_color',''),(8093,185,'_jupiterx_main_background_color','color'),(8094,185,'jupiterx_main_background_image',''),(8095,185,'_jupiterx_main_background_image','image'),(8096,185,'jupiterx_main_background_position',''),(8097,185,'_jupiterx_main_background_position','position'),(8098,185,'jupiterx_main_background_repeat',''),(8099,185,'_jupiterx_main_background_repeat','repeat'),(8100,185,'jupiterx_main_background_attachment',''),(8101,185,'_jupiterx_main_background_attachment','attachment'),(8102,185,'jupiterx_main_background_size',''),(8103,185,'_jupiterx_main_background_size','size'),(8104,185,'jupiterx_main_background',''),(8105,185,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8106,185,'jupiterx_main_spacing_padding_top',''),(8107,185,'_jupiterx_main_spacing_padding_top','padding_top'),(8108,185,'jupiterx_main_spacing_padding_right',''),(8109,185,'_jupiterx_main_spacing_padding_right','padding_right'),(8110,185,'jupiterx_main_spacing_padding_bottom',''),(8111,185,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8112,185,'jupiterx_main_spacing_padding_left',''),(8113,185,'_jupiterx_main_spacing_padding_left','padding_left'),(8114,185,'jupiterx_main_spacing_margin_top',''),(8115,185,'_jupiterx_main_spacing_margin_top','margin_top'),(8116,185,'jupiterx_main_spacing_margin_right',''),(8117,185,'_jupiterx_main_spacing_margin_right','margin_right'),(8118,185,'jupiterx_main_spacing_margin_bottom',''),(8119,185,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8120,185,'jupiterx_main_spacing_margin_left',''),(8121,185,'_jupiterx_main_spacing_margin_left','margin_left'),(8122,185,'jupiterx_main_spacing',''),(8123,185,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8124,185,'jupiterx_title_bar_title','global'),(8125,185,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8126,185,'jupiterx_title_bar_breadcrumb','global'),(8127,185,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8128,185,'jupiterx_title_bar_subtitle',''),(8129,185,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8130,185,'jupiterx_footer','1'),(8131,185,'_jupiterx_footer','field_jupiterx_post_footer'),(8132,185,'jupiterx_footer_type','global'),(8133,185,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8134,185,'jupiterx_footer_widget_area','global'),(8135,185,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(8136,185,'jupiterx_footer_sub','global'),(8137,185,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(8138,185,'jupiterx_footer_behavior','global'),(8139,185,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8140,185,'_yoast_wpseo_primary_category','1'),(8141,185,'_yoast_wpseo_content_score','30'),(8142,185,'_yoast_wpseo_focuskeywords','[]'),(8143,185,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8144,185,'_elementor_edit_mode','builder'),(8145,185,'_elementor_template_type','wp-post'),(8146,185,'_elementor_version','2.8.3'),(8147,185,'_wp_page_template','default'),(8148,185,'_elementor_data','[{\"id\":\"ca178f1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"f403bae\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"1ccdb84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2a9df7e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7339a06\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"1d81d5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"88f1177\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"f33b5e3\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"93f2669\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"d5c1ae8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"6753ee8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa04489\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f8c1e80\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"ec35dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"9.93\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a5bcd56\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"68\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"}],\"isInner\":\"1\"},{\"id\":\"867b139\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"90.07\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b6738f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u201cQuis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo\\u201d<\\/p>\",\"text_color\":\"#2c234d\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.75\",\"sizes\":[]},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"},{\"id\":\"554b34c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"3e012b9\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7a8153f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\"},\"elements\":[{\"id\":\"2729cb7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"a349417\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img2.jpg\",\"id\":\"141\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"},{\"id\":\"68abbbd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"759b277\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-img1.jpg\",\"id\":\"140\"}},\"elements\":[],\"widgetType\":\"raven-image\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"ebe3ea2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"755\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"f4127c1\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"185\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4fd1585\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"5\",\"margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"da6324f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.6\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"9cdff21\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"21f2eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"This Is a Giant Shipworm\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a51f903\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8149,185,'_elementor_controls_usage','a:6:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:7;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:22:\"typography_line_height\";i:7;s:10:\"text_color\";i:1;s:20:\"typography_font_size\";i:2;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;s:6:\"margin\";i:3;s:13:\"margin_mobile\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:5;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:6;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"raven-image\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:3;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:6:{s:26:\"line_background_background\";i:1;s:21:\"line_background_color\";i:1;s:11:\"line_weight\";i:1;s:10:\"line_width\";i:1;s:7:\"spacing\";i:1;s:17:\"line_width_mobile\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:1;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:33:\"title_typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:14:\"_margin_mobile\";i:1;}}}}}'),(8150,185,'_wxr_import_user_slug','emre'),(8151,185,'_wxr_import_has_attachment_refs','1'),(8152,185,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"category\";s:4:\"slug\";s:13:\"uncategorized\";s:4:\"name\";s:13:\"Uncategorized\";}'),(8153,832,'_elementor_controls_usage','a:0:{}'),(8154,832,'_yst_prominent_words_version','1'),(8155,832,'_wp_page_template','elementor_header_footer'),(8156,832,'jupiterx_header','1'),(8157,832,'_jupiterx_header','field_jupiterx_post_header'),(8158,832,'jupiterx_header_overlap','global'),(8159,832,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8160,832,'jupiterx_header_type','global'),(8161,832,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8162,832,'jupiterx_header_behavior','global'),(8163,832,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8164,832,'jupiterx_layout','global'),(8165,832,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8166,832,'jupiterx_content_full_width','0'),(8167,832,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8168,832,'jupiterx_content_spacing','1'),(8169,832,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(8170,832,'jupiterx_sidebar_primary','global'),(8171,832,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8172,832,'jupiterx_sidebar_secondary','global'),(8173,832,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8174,832,'jupiterx_post_featured_image','global'),(8175,832,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8176,832,'jupiterx_post_social_share','global'),(8177,832,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8178,832,'jupiterx_post_comments','global'),(8179,832,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8180,832,'jupiterx_main_background_color',''),(8181,832,'_jupiterx_main_background_color','color'),(8182,832,'jupiterx_main_background_image',''),(8183,832,'_jupiterx_main_background_image','image'),(8184,832,'jupiterx_main_background_position',''),(8185,832,'_jupiterx_main_background_position','position'),(8186,832,'jupiterx_main_background_repeat',''),(8187,832,'_jupiterx_main_background_repeat','repeat'),(8188,832,'jupiterx_main_background_attachment',''),(8189,832,'_jupiterx_main_background_attachment','attachment'),(8190,832,'jupiterx_main_background_size',''),(8191,832,'_jupiterx_main_background_size','size'),(8192,832,'jupiterx_main_background',''),(8193,832,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8194,832,'jupiterx_main_spacing_padding_top',''),(8195,832,'_jupiterx_main_spacing_padding_top','padding_top'),(8196,832,'jupiterx_main_spacing_padding_right',''),(8197,832,'_jupiterx_main_spacing_padding_right','padding_right'),(8198,832,'jupiterx_main_spacing_padding_bottom',''),(8199,832,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8200,832,'jupiterx_main_spacing_padding_left',''),(8201,832,'_jupiterx_main_spacing_padding_left','padding_left'),(8202,832,'jupiterx_main_spacing_margin_top',''),(8203,832,'_jupiterx_main_spacing_margin_top','margin_top'),(8204,832,'jupiterx_main_spacing_margin_right',''),(8205,832,'_jupiterx_main_spacing_margin_right','margin_right'),(8206,832,'jupiterx_main_spacing_margin_bottom',''),(8207,832,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8208,832,'jupiterx_main_spacing_margin_left',''),(8209,832,'_jupiterx_main_spacing_margin_left','margin_left'),(8210,832,'jupiterx_main_spacing',''),(8211,832,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8212,832,'jupiterx_title_bar_title','global'),(8213,832,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8214,832,'jupiterx_title_bar_breadcrumb','global'),(8215,832,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8216,832,'jupiterx_title_bar_subtitle',''),(8217,832,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8218,832,'jupiterx_footer','1'),(8219,832,'_jupiterx_footer','field_jupiterx_post_footer'),(8220,832,'jupiterx_footer_type','global'),(8221,832,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8222,832,'jupiterx_footer_behavior','global'),(8223,832,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8224,832,'_yoast_wpseo_focuskeywords','[]'),(8225,832,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8226,832,'_elementor_edit_mode','builder'),(8227,832,'_elementor_template_type','wp-page'),(8228,832,'_elementor_version','2.8.3'),(8229,832,'_elementor_data','[{\"id\":\"7b4883d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service-banner.jpg\",\"id\":\"108\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#D2E5E3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\",\"sizes\":[]}},\"elements\":[{\"id\":\"c004233\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"7b2cbf8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find A Doctor\",\"title_align\":\"center\",\"html_tag\":\"h1\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"9d45104\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5cc773b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"775\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"74ed824\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"180\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0847ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"10\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3c9a942\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Specialists\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ff41376\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Our find a doctor tool assists you in choosing from our diverse pool of health specialists.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"160\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2e59b5d\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Find Doctor\",\"filter_id\":[\"321\"],\"content_provider\":\"jet-engine\",\"apply_on\":\"submit\",\"apply_button\":\"yes\",\"content_position\":\"line\",\"select_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"select_typography_typography\":\"custom\",\"select_typography_font_family\":\"Poppins\",\"select_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"select_typography_font_weight\":\"300\",\"select_typography_text_transform\":\"capitalize\",\"select_color\":\"#aeb4ba\",\"select_border_border\":\"solid\",\"select_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"select_border_color\":\"#eeeeee\",\"select_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"select_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":\"\"},\"filter_apply_button_typography_typography\":\"custom\",\"filter_apply_button_typography_font_family\":\"Poppins\",\"filter_apply_button_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"filter_apply_button_typography_font_weight\":\"300\",\"filter_apply_button_typography_text_transform\":\"capitalize\",\"filter_apply_button_normal_color\":\"#ffffff\",\"filter_apply_button_normal_background_color\":\"#1bb99f\",\"filter_apply_button_border_border\":\"solid\",\"filter_apply_button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"filter_apply_button_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"filter_apply_button_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"52\",\"bottom\":\"18\",\"left\":\"52\",\"isLinked\":\"\"},\"filter_apply_button_margin\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"filter_apply_button_alignment\":\"flex-end\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"filter_apply_button_hover_background_color\":\"#18A48D\",\"filter_apply_button_padding_mobile\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"30\",\"bottom\":\"18\",\"left\":\"30\",\"isLinked\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-smart-filters-select\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"b134e30\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"78fe124\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"6d02815\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"34\",\"space_between_widgets\":\"0\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7501da5\",\"elType\":\"widget\",\"settings\":{\"title\":\"By Department\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"09cd1a1\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"15e2f55\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filters\",\"filter_id\":[\"315\"],\"content_provider\":\"jet-engine\",\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"checkbox_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"checkbox_normal_background_color\":\"#ffffff\",\"checkbox_checked_background_color\":\"#ffffff\",\"checkbox_checked_border_color\":\"#1bb99f\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"checkbox_border_color\":\"#2C234D\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"checked_icon_color\":\"#1bb99f\",\"checkbox_label_typography_typography\":\"custom\",\"checkbox_label_typography_font_family\":\"Poppins\",\"checkbox_label_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"checkbox_label_typography_font_weight\":\"normal\",\"checkbox_label_typography_text_transform\":\"capitalize\",\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"checkbox_label_normal_color\":\"#2c234d\",\"checkbox_label_checked_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"e99a3c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"By Speciality\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6ca4f28\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"75e31d1\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filters\",\"filter_id\":[\"316\"],\"content_provider\":\"jet-engine\",\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"checkbox_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"checkbox_normal_background_color\":\"#ffffff\",\"checkbox_checked_background_color\":\"#ffffff\",\"checkbox_checked_border_color\":\"#1bb99f\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"checkbox_border_color\":\"#2C234D\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"checked_icon_color\":\"#1bb99f\",\"checkbox_label_typography_typography\":\"custom\",\"checkbox_label_typography_font_family\":\"Poppins\",\"checkbox_label_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"checkbox_label_typography_font_weight\":\"normal\",\"checkbox_label_typography_text_transform\":\"capitalize\",\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"checkbox_label_normal_color\":\"#2c234d\",\"checkbox_label_checked_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"},{\"id\":\"64fcb59\",\"elType\":\"widget\",\"settings\":{\"title\":\"By Gender\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ce65e09\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#1bb99f\",\"line_weight\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"bab03c0\",\"elType\":\"widget\",\"settings\":{\"apply_button_text\":\"Apply filters\",\"filter_id\":[\"317\"],\"content_provider\":\"jet-engine\",\"sub_items_offset_left\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"checkbox_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"checkbox_normal_background_color\":\"#ffffff\",\"checkbox_checked_background_color\":\"#ffffff\",\"checkbox_checked_border_color\":\"#1bb99f\",\"checkbox_border_border\":\"solid\",\"checkbox_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"checkbox_border_color\":\"#2C234D\",\"checkbox_border_radius\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":\"1\"},\"checked_icon_color\":\"#1bb99f\",\"checkbox_label_typography_typography\":\"custom\",\"checkbox_label_typography_font_family\":\"Poppins\",\"checkbox_label_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"checkbox_label_typography_font_weight\":\"normal\",\"checkbox_label_typography_text_transform\":\"capitalize\",\"checkbox_label_offset\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"checkbox_label_normal_color\":\"#2c234d\",\"checkbox_label_checked_color\":\"#1bb99f\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-smart-filters-checkboxes\"}],\"isInner\":\"\"},{\"id\":\"49b5230\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"66\"},\"elements\":[{\"id\":\"6695b48\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"251\",\"columns\":\"2\",\"posts_num\":\"8\",\"not_found_message\":\"No data was found\",\"horizontal_gap\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"vertical_gap\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"columns_mobile\":\"1\",\"horizontal_gap_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"vertical_gap_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"725cbc9\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98123d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FFFCDA\",\"margin\":{\"unit\":\"px\",\"top\":\"175\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"265\",\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4dbe1b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size_tablet\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"75.07\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"939b31f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an important part of children health.\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"94294e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"_inline_size_tablet\":\"35\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size\":\"24.93\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"04c91a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"request appointment\",\"width\":{\"unit\":\"px\",\"size\":\"230\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1BB99F\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"uppercase\",\"text_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8230,832,'_yoast_wpseo_content_score','30'),(8231,832,'_elementor_controls_usage','a:10:{s:13:\"raven-heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:6;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:4;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:11:{s:11:\"title_align\";i:2;s:27:\"title_typography_typography\";i:6;s:33:\"title_typography_font_size_mobile\";i:3;s:35:\"title_typography_line_height_mobile\";i:1;s:22:\"title_color_background\";i:3;s:17:\"title_color_color\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:28:\"title_typography_line_height\";i:3;s:33:\"title_typography_font_size_tablet\";i:1;s:18:\"title_align_mobile\";i:1;}}}}s:17:\"raven-breadcrumbs\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_breadcrumbs\";a:8:{s:10:\"text_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;s:31:\"title_typography_text_transform\";i:1;s:15:\"separator_color\";i:1;s:17:\"link_color_normal\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:21:\"space_between_widgets\";i:3;s:12:\"_inline_size\";i:4;s:19:\"_inline_size_tablet\";i:2;s:16:\"content_position\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:4:{s:13:\"margin_mobile\";i:3;s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:3;s:6:\"margin\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:3:{s:14:\"section_layout\";a:4:{s:6:\"height\";i:2;s:13:\"content_width\";i:1;s:13:\"custom_height\";i:1;s:20:\"custom_height_tablet\";i:1;}s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:4;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:26:\"section_background_overlay\";a:3:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:13:\"margin_tablet\";i:2;s:13:\"margin_mobile\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:24:\"jet-smart-filters-select\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:5:{s:17:\"apply_button_text\";i:1;s:9:\"filter_id\";i:1;s:16:\"content_provider\";i:1;s:8:\"apply_on\";i:1;s:12:\"apply_button\";i:1;}}s:5:\"style\";a:3:{s:21:\"section_content_style\";a:2:{s:16:\"content_position\";i:1;s:12:\"select_width\";i:1;}s:20:\"section_select_style\";a:11:{s:28:\"select_typography_typography\";i:1;s:29:\"select_typography_font_family\";i:1;s:27:\"select_typography_font_size\";i:1;s:29:\"select_typography_font_weight\";i:1;s:32:\"select_typography_text_transform\";i:1;s:12:\"select_color\";i:1;s:20:\"select_border_border\";i:1;s:19:\"select_border_width\";i:1;s:19:\"select_border_color\";i:1;s:20:\"select_border_radius\";i:1;s:14:\"select_padding\";i:1;}s:33:\"section_filter_apply_button_style\";a:15:{s:41:\"filter_apply_button_typography_typography\";i:1;s:42:\"filter_apply_button_typography_font_family\";i:1;s:40:\"filter_apply_button_typography_font_size\";i:1;s:42:\"filter_apply_button_typography_font_weight\";i:1;s:45:\"filter_apply_button_typography_text_transform\";i:1;s:32:\"filter_apply_button_normal_color\";i:1;s:43:\"filter_apply_button_normal_background_color\";i:1;s:33:\"filter_apply_button_border_border\";i:1;s:32:\"filter_apply_button_border_width\";i:1;s:33:\"filter_apply_button_border_radius\";i:1;s:27:\"filter_apply_button_padding\";i:1;s:26:\"filter_apply_button_margin\";i:1;s:29:\"filter_apply_button_alignment\";i:1;s:42:\"filter_apply_button_hover_background_color\";i:1;s:34:\"filter_apply_button_padding_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_margin_tablet\";i:1;s:14:\"_margin_mobile\";i:1;}}}}s:13:\"raven-divider\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:15:\"section_divider\";a:5:{s:26:\"line_background_background\";i:3;s:21:\"line_background_color\";i:3;s:11:\"line_weight\";i:3;s:10:\"line_width\";i:3;s:7:\"spacing\";i:3;}}}}s:28:\"jet-smart-filters-checkboxes\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_general\";a:2:{s:9:\"filter_id\";i:3;s:16:\"content_provider\";i:3;}}s:5:\"style\";a:4:{s:19:\"section_items_style\";a:1:{s:21:\"sub_items_offset_left\";i:3;}s:22:\"section_checkbox_style\";a:8:{s:13:\"checkbox_size\";i:3;s:32:\"checkbox_normal_background_color\";i:3;s:33:\"checkbox_checked_background_color\";i:3;s:29:\"checkbox_checked_border_color\";i:3;s:22:\"checkbox_border_border\";i:3;s:21:\"checkbox_border_width\";i:3;s:21:\"checkbox_border_color\";i:3;s:22:\"checkbox_border_radius\";i:3;}s:26:\"section_checked_icon_style\";a:1:{s:18:\"checked_icon_color\";i:3;}s:28:\"section_checkbox_label_style\";a:8:{s:36:\"checkbox_label_typography_typography\";i:3;s:37:\"checkbox_label_typography_font_family\";i:3;s:35:\"checkbox_label_typography_font_size\";i:3;s:37:\"checkbox_label_typography_font_weight\";i:3;s:40:\"checkbox_label_typography_text_transform\";i:3;s:21:\"checkbox_label_offset\";i:3;s:27:\"checkbox_label_normal_color\";i:3;s:28:\"checkbox_label_checked_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:16:\"jet-listing-grid\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:4:{s:10:\"lisitng_id\";i:1;s:7:\"columns\";i:1;s:9:\"posts_num\";i:1;s:14:\"columns_mobile\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_caption_style\";a:4:{s:14:\"horizontal_gap\";i:1;s:12:\"vertical_gap\";i:1;s:21:\"horizontal_gap_tablet\";i:1;s:19:\"vertical_gap_tablet\";i:1;}}}}s:12:\"raven-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_content\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_container\";a:7:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:5:\"align\";i:1;s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"align_mobile\";i:1;}s:12:\"section_text\";a:6:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:30:\"text_typography_text_transform\";i:1;s:10:\"text_color\";i:1;}}}}}'),(8232,832,'_wxr_import_user_slug','emre'),(8233,832,'_wxr_import_has_attachment_refs','1'),(8234,833,'_elementor_controls_usage','a:0:{}'),(8235,833,'_yst_prominent_words_version','1'),(8236,833,'_thumbnail_id','95'),(8237,833,'jupiterx_header','1'),(8238,833,'_jupiterx_header','field_jupiterx_post_header'),(8239,833,'jupiterx_header_overlap','global'),(8240,833,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8241,833,'jupiterx_header_type','global'),(8242,833,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8243,833,'jupiterx_header_behavior','global'),(8244,833,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8245,833,'jupiterx_layout','global'),(8246,833,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8247,833,'jupiterx_content_full_width','0'),(8248,833,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8249,833,'jupiterx_sidebar_primary','global'),(8250,833,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8251,833,'jupiterx_sidebar_secondary','global'),(8252,833,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8253,833,'jupiterx_post_featured_image','global'),(8254,833,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8255,833,'jupiterx_post_meta','global'),(8256,833,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8257,833,'jupiterx_post_tags','global'),(8258,833,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8259,833,'jupiterx_post_social_share','global'),(8260,833,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8261,833,'jupiterx_post_related_posts','global'),(8262,833,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8263,833,'jupiterx_post_comments','global'),(8264,833,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8265,833,'jupiterx_main_background_color',''),(8266,833,'_jupiterx_main_background_color','color'),(8267,833,'jupiterx_main_background_image',''),(8268,833,'_jupiterx_main_background_image','image'),(8269,833,'jupiterx_main_background_position',''),(8270,833,'_jupiterx_main_background_position','position'),(8271,833,'jupiterx_main_background_repeat',''),(8272,833,'_jupiterx_main_background_repeat','repeat'),(8273,833,'jupiterx_main_background_attachment',''),(8274,833,'_jupiterx_main_background_attachment','attachment'),(8275,833,'jupiterx_main_background_size',''),(8276,833,'_jupiterx_main_background_size','size'),(8277,833,'jupiterx_main_background',''),(8278,833,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8279,833,'jupiterx_main_spacing_padding_top',''),(8280,833,'_jupiterx_main_spacing_padding_top','padding_top'),(8281,833,'jupiterx_main_spacing_padding_right',''),(8282,833,'_jupiterx_main_spacing_padding_right','padding_right'),(8283,833,'jupiterx_main_spacing_padding_bottom',''),(8284,833,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8285,833,'jupiterx_main_spacing_padding_left',''),(8286,833,'_jupiterx_main_spacing_padding_left','padding_left'),(8287,833,'jupiterx_main_spacing_margin_top',''),(8288,833,'_jupiterx_main_spacing_margin_top','margin_top'),(8289,833,'jupiterx_main_spacing_margin_right',''),(8290,833,'_jupiterx_main_spacing_margin_right','margin_right'),(8291,833,'jupiterx_main_spacing_margin_bottom',''),(8292,833,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8293,833,'jupiterx_main_spacing_margin_left',''),(8294,833,'_jupiterx_main_spacing_margin_left','margin_left'),(8295,833,'jupiterx_main_spacing',''),(8296,833,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8297,833,'jupiterx_title_bar_title','global'),(8298,833,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8299,833,'jupiterx_title_bar_breadcrumb','global'),(8300,833,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8301,833,'jupiterx_title_bar_subtitle',''),(8302,833,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8303,833,'jupiterx_footer','1'),(8304,833,'_jupiterx_footer','field_jupiterx_post_footer'),(8305,833,'jupiterx_footer_type','global'),(8306,833,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8307,833,'jupiterx_footer_behavior','global'),(8308,833,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8309,833,'_yoast_wpseo_primary_portfolio_category',''),(8310,833,'_yoast_wpseo_content_score','60'),(8311,833,'_yoast_wpseo_focuskeywords','[]'),(8312,833,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8313,833,'_elementor_edit_mode','builder'),(8314,833,'_elementor_template_type','wp-post'),(8315,833,'_elementor_version','2.8.3'),(8316,833,'_wp_page_template','elementor_header_footer'),(8317,833,'_elementor_data','[{\"id\":\"d94ac8d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a69fcb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"6d913c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"09d9998\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"5a95ce7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e17b076\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"15f5e15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c218f26\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a07940e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"fd3f5b3\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"ae6cede\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"7003944\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8318,833,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8319,833,'_wxr_import_user_slug','emre'),(8320,833,'_wxr_import_has_attachment_refs','1'),(8321,834,'_elementor_controls_usage','a:0:{}'),(8322,834,'_yst_prominent_words_version','1'),(8323,834,'_thumbnail_id','96'),(8324,834,'jupiterx_header','1'),(8325,834,'_jupiterx_header','field_jupiterx_post_header'),(8326,834,'jupiterx_header_overlap','global'),(8327,834,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8328,834,'jupiterx_header_type','global'),(8329,834,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8330,834,'jupiterx_header_behavior','global'),(8331,834,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8332,834,'jupiterx_layout','global'),(8333,834,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8334,834,'jupiterx_content_full_width','0'),(8335,834,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8336,834,'jupiterx_sidebar_primary','global'),(8337,834,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8338,834,'jupiterx_sidebar_secondary','global'),(8339,834,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8340,834,'jupiterx_post_featured_image','global'),(8341,834,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8342,834,'jupiterx_post_meta','global'),(8343,834,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8344,834,'jupiterx_post_tags','global'),(8345,834,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8346,834,'jupiterx_post_social_share','global'),(8347,834,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8348,834,'jupiterx_post_related_posts','global'),(8349,834,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8350,834,'jupiterx_post_comments','global'),(8351,834,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8352,834,'jupiterx_main_background_color',''),(8353,834,'_jupiterx_main_background_color','color'),(8354,834,'jupiterx_main_background_image',''),(8355,834,'_jupiterx_main_background_image','image'),(8356,834,'jupiterx_main_background_position',''),(8357,834,'_jupiterx_main_background_position','position'),(8358,834,'jupiterx_main_background_repeat',''),(8359,834,'_jupiterx_main_background_repeat','repeat'),(8360,834,'jupiterx_main_background_attachment',''),(8361,834,'_jupiterx_main_background_attachment','attachment'),(8362,834,'jupiterx_main_background_size',''),(8363,834,'_jupiterx_main_background_size','size'),(8364,834,'jupiterx_main_background',''),(8365,834,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8366,834,'jupiterx_main_spacing_padding_top',''),(8367,834,'_jupiterx_main_spacing_padding_top','padding_top'),(8368,834,'jupiterx_main_spacing_padding_right',''),(8369,834,'_jupiterx_main_spacing_padding_right','padding_right'),(8370,834,'jupiterx_main_spacing_padding_bottom',''),(8371,834,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8372,834,'jupiterx_main_spacing_padding_left',''),(8373,834,'_jupiterx_main_spacing_padding_left','padding_left'),(8374,834,'jupiterx_main_spacing_margin_top',''),(8375,834,'_jupiterx_main_spacing_margin_top','margin_top'),(8376,834,'jupiterx_main_spacing_margin_right',''),(8377,834,'_jupiterx_main_spacing_margin_right','margin_right'),(8378,834,'jupiterx_main_spacing_margin_bottom',''),(8379,834,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8380,834,'jupiterx_main_spacing_margin_left',''),(8381,834,'_jupiterx_main_spacing_margin_left','margin_left'),(8382,834,'jupiterx_main_spacing',''),(8383,834,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8384,834,'jupiterx_title_bar_title','global'),(8385,834,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8386,834,'jupiterx_title_bar_breadcrumb','global'),(8387,834,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8388,834,'jupiterx_title_bar_subtitle',''),(8389,834,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8390,834,'jupiterx_footer','1'),(8391,834,'_jupiterx_footer','field_jupiterx_post_footer'),(8392,834,'jupiterx_footer_type','global'),(8393,834,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8394,834,'jupiterx_footer_behavior','global'),(8395,834,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8396,834,'_yoast_wpseo_primary_portfolio_category',''),(8397,834,'_yoast_wpseo_content_score','60'),(8398,834,'_yoast_wpseo_focuskeywords','[]'),(8399,834,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8400,834,'_elementor_edit_mode','builder'),(8401,834,'_elementor_template_type','wp-post'),(8402,834,'_elementor_version','2.8.3'),(8403,834,'_wp_page_template','elementor_header_footer'),(8404,834,'_elementor_data','[{\"id\":\"719d199\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2db06e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"d3440d1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"b9b17e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"57d62e7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b7db9cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f0a91a2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"569a202\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"09e1f35\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"c7e7ad3\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"edc1104\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"a7da651\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8405,834,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8406,834,'_wxr_import_user_slug','emre'),(8407,834,'_wxr_import_has_attachment_refs','1'),(8408,835,'_elementor_controls_usage','a:0:{}'),(8409,835,'_yst_prominent_words_version','1'),(8410,835,'_thumbnail_id','98'),(8411,835,'jupiterx_header','1'),(8412,835,'_jupiterx_header','field_jupiterx_post_header'),(8413,835,'jupiterx_header_overlap','global'),(8414,835,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8415,835,'jupiterx_header_type','global'),(8416,835,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8417,835,'jupiterx_header_behavior','global'),(8418,835,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8419,835,'jupiterx_layout','global'),(8420,835,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8421,835,'jupiterx_content_full_width','0'),(8422,835,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8423,835,'jupiterx_sidebar_primary','global'),(8424,835,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8425,835,'jupiterx_sidebar_secondary','global'),(8426,835,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8427,835,'jupiterx_post_featured_image','global'),(8428,835,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8429,835,'jupiterx_post_meta','global'),(8430,835,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8431,835,'jupiterx_post_tags','global'),(8432,835,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8433,835,'jupiterx_post_social_share','global'),(8434,835,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8435,835,'jupiterx_post_related_posts','global'),(8436,835,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8437,835,'jupiterx_post_comments','global'),(8438,835,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8439,835,'jupiterx_main_background_color',''),(8440,835,'_jupiterx_main_background_color','color'),(8441,835,'jupiterx_main_background_image',''),(8442,835,'_jupiterx_main_background_image','image'),(8443,835,'jupiterx_main_background_position',''),(8444,835,'_jupiterx_main_background_position','position'),(8445,835,'jupiterx_main_background_repeat',''),(8446,835,'_jupiterx_main_background_repeat','repeat'),(8447,835,'jupiterx_main_background_attachment',''),(8448,835,'_jupiterx_main_background_attachment','attachment'),(8449,835,'jupiterx_main_background_size',''),(8450,835,'_jupiterx_main_background_size','size'),(8451,835,'jupiterx_main_background',''),(8452,835,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8453,835,'jupiterx_main_spacing_padding_top',''),(8454,835,'_jupiterx_main_spacing_padding_top','padding_top'),(8455,835,'jupiterx_main_spacing_padding_right',''),(8456,835,'_jupiterx_main_spacing_padding_right','padding_right'),(8457,835,'jupiterx_main_spacing_padding_bottom',''),(8458,835,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8459,835,'jupiterx_main_spacing_padding_left',''),(8460,835,'_jupiterx_main_spacing_padding_left','padding_left'),(8461,835,'jupiterx_main_spacing_margin_top',''),(8462,835,'_jupiterx_main_spacing_margin_top','margin_top'),(8463,835,'jupiterx_main_spacing_margin_right',''),(8464,835,'_jupiterx_main_spacing_margin_right','margin_right'),(8465,835,'jupiterx_main_spacing_margin_bottom',''),(8466,835,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8467,835,'jupiterx_main_spacing_margin_left',''),(8468,835,'_jupiterx_main_spacing_margin_left','margin_left'),(8469,835,'jupiterx_main_spacing',''),(8470,835,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8471,835,'jupiterx_title_bar_title','global'),(8472,835,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8473,835,'jupiterx_title_bar_breadcrumb','global'),(8474,835,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8475,835,'jupiterx_title_bar_subtitle',''),(8476,835,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8477,835,'jupiterx_footer','1'),(8478,835,'_jupiterx_footer','field_jupiterx_post_footer'),(8479,835,'jupiterx_footer_type','global'),(8480,835,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8481,835,'jupiterx_footer_behavior','global'),(8482,835,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8483,835,'_yoast_wpseo_primary_portfolio_category',''),(8484,835,'_yoast_wpseo_content_score','60'),(8485,835,'_yoast_wpseo_focuskeywords','[]'),(8486,835,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8487,835,'_elementor_edit_mode','builder'),(8488,835,'_elementor_template_type','wp-post'),(8489,835,'_elementor_version','2.8.3'),(8490,835,'_wp_page_template','elementor_header_footer');
INSERT INTO `wp_postmeta` VALUES (8491,835,'_elementor_data','[{\"id\":\"c9323d2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"eb9f683\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"4a7df4d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"3c37673\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a73befa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0cdfd92\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"b299dc3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"8538c67\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"a676572\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"3458762\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"3ed4035\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"3746a27\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8492,835,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8493,835,'_wxr_import_user_slug','emre'),(8494,835,'_wxr_import_has_attachment_refs','1'),(8495,836,'_elementor_controls_usage','a:0:{}'),(8496,836,'_yst_prominent_words_version','1'),(8497,836,'_thumbnail_id','99'),(8498,836,'jupiterx_header','1'),(8499,836,'_jupiterx_header','field_jupiterx_post_header'),(8500,836,'jupiterx_header_overlap','global'),(8501,836,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8502,836,'jupiterx_header_type','global'),(8503,836,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8504,836,'jupiterx_header_behavior','global'),(8505,836,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8506,836,'jupiterx_layout','global'),(8507,836,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8508,836,'jupiterx_content_full_width','0'),(8509,836,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8510,836,'jupiterx_sidebar_primary','global'),(8511,836,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8512,836,'jupiterx_sidebar_secondary','global'),(8513,836,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8514,836,'jupiterx_post_featured_image','global'),(8515,836,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8516,836,'jupiterx_post_meta','global'),(8517,836,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8518,836,'jupiterx_post_tags','global'),(8519,836,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8520,836,'jupiterx_post_social_share','global'),(8521,836,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8522,836,'jupiterx_post_related_posts','global'),(8523,836,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8524,836,'jupiterx_post_comments','global'),(8525,836,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8526,836,'jupiterx_main_background_color',''),(8527,836,'_jupiterx_main_background_color','color'),(8528,836,'jupiterx_main_background_image',''),(8529,836,'_jupiterx_main_background_image','image'),(8530,836,'jupiterx_main_background_position',''),(8531,836,'_jupiterx_main_background_position','position'),(8532,836,'jupiterx_main_background_repeat',''),(8533,836,'_jupiterx_main_background_repeat','repeat'),(8534,836,'jupiterx_main_background_attachment',''),(8535,836,'_jupiterx_main_background_attachment','attachment'),(8536,836,'jupiterx_main_background_size',''),(8537,836,'_jupiterx_main_background_size','size'),(8538,836,'jupiterx_main_background',''),(8539,836,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8540,836,'jupiterx_main_spacing_padding_top',''),(8541,836,'_jupiterx_main_spacing_padding_top','padding_top'),(8542,836,'jupiterx_main_spacing_padding_right',''),(8543,836,'_jupiterx_main_spacing_padding_right','padding_right'),(8544,836,'jupiterx_main_spacing_padding_bottom',''),(8545,836,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8546,836,'jupiterx_main_spacing_padding_left',''),(8547,836,'_jupiterx_main_spacing_padding_left','padding_left'),(8548,836,'jupiterx_main_spacing_margin_top',''),(8549,836,'_jupiterx_main_spacing_margin_top','margin_top'),(8550,836,'jupiterx_main_spacing_margin_right',''),(8551,836,'_jupiterx_main_spacing_margin_right','margin_right'),(8552,836,'jupiterx_main_spacing_margin_bottom',''),(8553,836,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8554,836,'jupiterx_main_spacing_margin_left',''),(8555,836,'_jupiterx_main_spacing_margin_left','margin_left'),(8556,836,'jupiterx_main_spacing',''),(8557,836,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8558,836,'jupiterx_title_bar_title','global'),(8559,836,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8560,836,'jupiterx_title_bar_breadcrumb','global'),(8561,836,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8562,836,'jupiterx_title_bar_subtitle',''),(8563,836,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8564,836,'jupiterx_footer','1'),(8565,836,'_jupiterx_footer','field_jupiterx_post_footer'),(8566,836,'jupiterx_footer_type','global'),(8567,836,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8568,836,'jupiterx_footer_behavior','global'),(8569,836,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8570,836,'_yoast_wpseo_primary_portfolio_category',''),(8571,836,'_yoast_wpseo_content_score','60'),(8572,836,'_yoast_wpseo_focuskeywords','[]'),(8573,836,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8574,836,'_elementor_edit_mode','builder'),(8575,836,'_elementor_template_type','wp-post'),(8576,836,'_elementor_version','2.8.3'),(8577,836,'_wp_page_template','elementor_header_footer'),(8578,836,'_elementor_data','[{\"id\":\"2e4ab0a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"920fec9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"82dfb87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"e9703bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"11d474f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"c6098c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ba5f0ad\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a22697b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e7a069f\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"759b286\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"9c22861\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"1b7551e\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8579,836,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8580,836,'_wxr_import_user_slug','emre'),(8581,836,'_wxr_import_has_attachment_refs','1'),(8582,837,'_elementor_controls_usage','a:0:{}'),(8583,837,'_yst_prominent_words_version','1'),(8584,837,'_thumbnail_id','101'),(8585,837,'jupiterx_header','1'),(8586,837,'_jupiterx_header','field_jupiterx_post_header'),(8587,837,'jupiterx_header_overlap','global'),(8588,837,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8589,837,'jupiterx_header_type','global'),(8590,837,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8591,837,'jupiterx_header_behavior','global'),(8592,837,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8593,837,'jupiterx_layout','global'),(8594,837,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8595,837,'jupiterx_content_full_width','0'),(8596,837,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8597,837,'jupiterx_sidebar_primary','global'),(8598,837,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8599,837,'jupiterx_sidebar_secondary','global'),(8600,837,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8601,837,'jupiterx_post_featured_image','global'),(8602,837,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8603,837,'jupiterx_post_meta','global'),(8604,837,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8605,837,'jupiterx_post_tags','global'),(8606,837,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8607,837,'jupiterx_post_social_share','global'),(8608,837,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8609,837,'jupiterx_post_related_posts','global'),(8610,837,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8611,837,'jupiterx_post_comments','global'),(8612,837,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8613,837,'jupiterx_main_background_color',''),(8614,837,'_jupiterx_main_background_color','color'),(8615,837,'jupiterx_main_background_image',''),(8616,837,'_jupiterx_main_background_image','image'),(8617,837,'jupiterx_main_background_position',''),(8618,837,'_jupiterx_main_background_position','position'),(8619,837,'jupiterx_main_background_repeat',''),(8620,837,'_jupiterx_main_background_repeat','repeat'),(8621,837,'jupiterx_main_background_attachment',''),(8622,837,'_jupiterx_main_background_attachment','attachment'),(8623,837,'jupiterx_main_background_size',''),(8624,837,'_jupiterx_main_background_size','size'),(8625,837,'jupiterx_main_background',''),(8626,837,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8627,837,'jupiterx_main_spacing_padding_top',''),(8628,837,'_jupiterx_main_spacing_padding_top','padding_top'),(8629,837,'jupiterx_main_spacing_padding_right',''),(8630,837,'_jupiterx_main_spacing_padding_right','padding_right'),(8631,837,'jupiterx_main_spacing_padding_bottom',''),(8632,837,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8633,837,'jupiterx_main_spacing_padding_left',''),(8634,837,'_jupiterx_main_spacing_padding_left','padding_left'),(8635,837,'jupiterx_main_spacing_margin_top',''),(8636,837,'_jupiterx_main_spacing_margin_top','margin_top'),(8637,837,'jupiterx_main_spacing_margin_right',''),(8638,837,'_jupiterx_main_spacing_margin_right','margin_right'),(8639,837,'jupiterx_main_spacing_margin_bottom',''),(8640,837,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8641,837,'jupiterx_main_spacing_margin_left',''),(8642,837,'_jupiterx_main_spacing_margin_left','margin_left'),(8643,837,'jupiterx_main_spacing',''),(8644,837,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8645,837,'jupiterx_title_bar_title','global'),(8646,837,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8647,837,'jupiterx_title_bar_breadcrumb','global'),(8648,837,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8649,837,'jupiterx_title_bar_subtitle',''),(8650,837,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8651,837,'jupiterx_footer','1'),(8652,837,'_jupiterx_footer','field_jupiterx_post_footer'),(8653,837,'jupiterx_footer_type','global'),(8654,837,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8655,837,'jupiterx_footer_behavior','global'),(8656,837,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8657,837,'_yoast_wpseo_primary_portfolio_category',''),(8658,837,'_yoast_wpseo_content_score','60'),(8659,837,'_yoast_wpseo_focuskeywords','[]'),(8660,837,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8661,837,'_elementor_edit_mode','builder'),(8662,837,'_elementor_template_type','wp-post'),(8663,837,'_elementor_version','2.8.3'),(8664,837,'_wp_page_template','elementor_header_footer'),(8665,837,'_elementor_data','[{\"id\":\"d281a82\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"cd6c50d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"b79ee95\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"f69db31\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"5c4a983\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"581cafe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f2d72be\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5fd62fe\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"4d4453c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"78339cd\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"5f72a2d\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"71b78aa\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8666,837,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8667,837,'_wxr_import_user_slug','emre'),(8668,837,'_wxr_import_has_attachment_refs','1'),(8669,838,'_elementor_controls_usage','a:0:{}'),(8670,838,'_yst_prominent_words_version','1'),(8671,838,'_thumbnail_id','105'),(8672,838,'_wp_page_template','elementor_header_footer'),(8673,838,'jupiterx_header','1'),(8674,838,'_jupiterx_header','field_jupiterx_post_header'),(8675,838,'jupiterx_header_overlap','global'),(8676,838,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8677,838,'jupiterx_header_type','global'),(8678,838,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8679,838,'jupiterx_header_behavior','global'),(8680,838,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8681,838,'jupiterx_layout','global'),(8682,838,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8683,838,'jupiterx_content_full_width','0'),(8684,838,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8685,838,'jupiterx_sidebar_primary','global'),(8686,838,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8687,838,'jupiterx_sidebar_secondary','global'),(8688,838,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8689,838,'jupiterx_post_featured_image','global'),(8690,838,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8691,838,'jupiterx_post_meta','global'),(8692,838,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8693,838,'jupiterx_post_tags','global'),(8694,838,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8695,838,'jupiterx_post_social_share','global'),(8696,838,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8697,838,'jupiterx_post_related_posts','global'),(8698,838,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8699,838,'jupiterx_post_comments','global'),(8700,838,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8701,838,'jupiterx_main_background_color',''),(8702,838,'_jupiterx_main_background_color','color'),(8703,838,'jupiterx_main_background_image',''),(8704,838,'_jupiterx_main_background_image','image'),(8705,838,'jupiterx_main_background_position',''),(8706,838,'_jupiterx_main_background_position','position'),(8707,838,'jupiterx_main_background_repeat',''),(8708,838,'_jupiterx_main_background_repeat','repeat'),(8709,838,'jupiterx_main_background_attachment',''),(8710,838,'_jupiterx_main_background_attachment','attachment'),(8711,838,'jupiterx_main_background_size',''),(8712,838,'_jupiterx_main_background_size','size'),(8713,838,'jupiterx_main_background',''),(8714,838,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8715,838,'jupiterx_main_spacing_padding_top',''),(8716,838,'_jupiterx_main_spacing_padding_top','padding_top'),(8717,838,'jupiterx_main_spacing_padding_right',''),(8718,838,'_jupiterx_main_spacing_padding_right','padding_right'),(8719,838,'jupiterx_main_spacing_padding_bottom',''),(8720,838,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8721,838,'jupiterx_main_spacing_padding_left',''),(8722,838,'_jupiterx_main_spacing_padding_left','padding_left'),(8723,838,'jupiterx_main_spacing_margin_top',''),(8724,838,'_jupiterx_main_spacing_margin_top','margin_top'),(8725,838,'jupiterx_main_spacing_margin_right',''),(8726,838,'_jupiterx_main_spacing_margin_right','margin_right'),(8727,838,'jupiterx_main_spacing_margin_bottom',''),(8728,838,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8729,838,'jupiterx_main_spacing_margin_left',''),(8730,838,'_jupiterx_main_spacing_margin_left','margin_left'),(8731,838,'jupiterx_main_spacing',''),(8732,838,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8733,838,'jupiterx_title_bar_title','global'),(8734,838,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8735,838,'jupiterx_title_bar_breadcrumb','global'),(8736,838,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8737,838,'jupiterx_title_bar_subtitle',''),(8738,838,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8739,838,'jupiterx_footer','1'),(8740,838,'_jupiterx_footer','field_jupiterx_post_footer'),(8741,838,'jupiterx_footer_type','global'),(8742,838,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8743,838,'jupiterx_footer_behavior','global'),(8744,838,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8745,838,'_yoast_wpseo_primary_portfolio_category',''),(8746,838,'_yoast_wpseo_content_score','60'),(8747,838,'_yoast_wpseo_focuskeywords','[]'),(8748,838,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8749,838,'_elementor_edit_mode','builder'),(8750,838,'_elementor_template_type','wp-post'),(8751,838,'_elementor_version','2.8.3'),(8752,838,'_elementor_data','[{\"id\":\"5388259\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"fc9c14c\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"0e8b174\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"b8ad6c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"be17501\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d8a4ef\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"b18a3ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d0e1ee3\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"c20b774\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"ac615f7\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"9de8a1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"e2c75da\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8753,838,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8754,838,'_wxr_import_user_slug','emre'),(8755,838,'_wxr_import_has_attachment_refs','1'),(8756,839,'_elementor_controls_usage','a:0:{}'),(8757,839,'_yst_prominent_words_version','1'),(8758,839,'_thumbnail_id','103'),(8759,839,'_wp_page_template','elementor_header_footer'),(8760,839,'jupiterx_header','1'),(8761,839,'_jupiterx_header','field_jupiterx_post_header'),(8762,839,'jupiterx_header_overlap','global'),(8763,839,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8764,839,'jupiterx_header_type','global'),(8765,839,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8766,839,'jupiterx_header_behavior','global'),(8767,839,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8768,839,'jupiterx_layout','global'),(8769,839,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8770,839,'jupiterx_content_full_width','0'),(8771,839,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8772,839,'jupiterx_sidebar_primary','global'),(8773,839,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8774,839,'jupiterx_sidebar_secondary','global'),(8775,839,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8776,839,'jupiterx_post_featured_image','global'),(8777,839,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8778,839,'jupiterx_post_meta','global'),(8779,839,'_jupiterx_post_meta','field_jupiterx_post_main_meta'),(8780,839,'jupiterx_post_tags','global'),(8781,839,'_jupiterx_post_tags','field_jupiterx_post_main_tags'),(8782,839,'jupiterx_post_social_share','global'),(8783,839,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8784,839,'jupiterx_post_related_posts','global'),(8785,839,'_jupiterx_post_related_posts','field_jupiterx_post_main_related_posts'),(8786,839,'jupiterx_post_comments','global'),(8787,839,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8788,839,'jupiterx_main_background_color',''),(8789,839,'_jupiterx_main_background_color','color'),(8790,839,'jupiterx_main_background_image',''),(8791,839,'_jupiterx_main_background_image','image'),(8792,839,'jupiterx_main_background_position',''),(8793,839,'_jupiterx_main_background_position','position'),(8794,839,'jupiterx_main_background_repeat',''),(8795,839,'_jupiterx_main_background_repeat','repeat'),(8796,839,'jupiterx_main_background_attachment',''),(8797,839,'_jupiterx_main_background_attachment','attachment'),(8798,839,'jupiterx_main_background_size',''),(8799,839,'_jupiterx_main_background_size','size'),(8800,839,'jupiterx_main_background',''),(8801,839,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8802,839,'jupiterx_main_spacing_padding_top',''),(8803,839,'_jupiterx_main_spacing_padding_top','padding_top'),(8804,839,'jupiterx_main_spacing_padding_right',''),(8805,839,'_jupiterx_main_spacing_padding_right','padding_right'),(8806,839,'jupiterx_main_spacing_padding_bottom',''),(8807,839,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8808,839,'jupiterx_main_spacing_padding_left',''),(8809,839,'_jupiterx_main_spacing_padding_left','padding_left'),(8810,839,'jupiterx_main_spacing_margin_top',''),(8811,839,'_jupiterx_main_spacing_margin_top','margin_top'),(8812,839,'jupiterx_main_spacing_margin_right',''),(8813,839,'_jupiterx_main_spacing_margin_right','margin_right'),(8814,839,'jupiterx_main_spacing_margin_bottom',''),(8815,839,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8816,839,'jupiterx_main_spacing_margin_left',''),(8817,839,'_jupiterx_main_spacing_margin_left','margin_left'),(8818,839,'jupiterx_main_spacing',''),(8819,839,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8820,839,'jupiterx_title_bar_title','global'),(8821,839,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8822,839,'jupiterx_title_bar_breadcrumb','global'),(8823,839,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8824,839,'jupiterx_title_bar_subtitle',''),(8825,839,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8826,839,'jupiterx_footer','1'),(8827,839,'_jupiterx_footer','field_jupiterx_post_footer'),(8828,839,'jupiterx_footer_type','global'),(8829,839,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8830,839,'jupiterx_footer_behavior','global'),(8831,839,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8832,839,'_yoast_wpseo_primary_portfolio_category',''),(8833,839,'_yoast_wpseo_content_score','60'),(8834,839,'_yoast_wpseo_focuskeywords','[]'),(8835,839,'_yoast_wpseo_keywordsynonyms','[\"\"]'),(8836,839,'_elementor_edit_mode','builder'),(8837,839,'_elementor_template_type','wp-post'),(8838,839,'_elementor_version','2.8.3'),(8839,839,'_elementor_data','[{\"id\":\"17bb581\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"cd5b41d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"3259150\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"571ce0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service11.jpg\",\"id\":\"107\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"efca571\",\"elType\":\"widget\",\"settings\":{\"title\":\"Intensive Care\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"b516261\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.<\\/p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5d21560\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tests And Treatments\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_text_transform\":\"capitalize\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6e5f6f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.<\\/p>\",\"text_color\":\"#677294\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cefbc5f\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1001d50\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"536f29e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"45\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"46.947\"},\"elements\":[{\"id\":\"36aa815\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"},{\"id\":\"fc9b6d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"52.736\"},\"elements\":[{\"id\":\"a0dc60d\",\"elType\":\"widget\",\"settings\":{\"price_list\":[{\"item_title\":\"Trauma &amp; intensive care\",\"item_price\":\"$59\",\"item_text\":\"\",\"_id\":\"7fef07f\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\" Aged Care\",\"item_price\":\"$29\",\"item_text\":\"\",\"_id\":\"4ea6a19\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Community Services\",\"item_price\":\"$20\",\"item_text\":\"\",\"_id\":\"bbc6871\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"item_title\":\"Trauma &amp; intensive careAged\",\"item_price\":\"$29\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"f0717a0\"},{\"item_title\":\"Care\",\"item_price\":\"$59\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"64d6d65\"},{\"item_title\":\" Community Service\",\"item_price\":\"$20\",\"item_text\":\"\",\"item_image\":{\"url\":\"\",\"id\":\"\"},\"item_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6493d3e\"}],\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"title_color\":\"#677294\",\"separator_border_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"separator_border_color\":\"#aeb4ba\",\"separator_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"jet-price-list\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8840,839,'_elementor_controls_usage','a:6:{s:11:\"raven-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:13:\"raven-heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:15:\"section_content\";a:1:{s:5:\"title\";i:2;}s:16:\"section_settings\";a:1:{s:8:\"html_tag\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}s:5:\"style\";a:1:{s:15:\"section_heading\";a:6:{s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:22:\"title_color_background\";i:1;s:17:\"title_color_color\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;}}}}s:14:\"jet-price-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:15:\"section_general\";a:1:{s:10:\"price_list\";i:2;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:26:\"title_typography_font_size\";i:2;s:28:\"title_typography_font_weight\";i:2;s:31:\"title_typography_text_transform\";i:2;s:11:\"title_color\";i:2;}s:23:\"section_separator_style\";a:3:{s:22:\"separator_border_width\";i:2;s:22:\"separator_border_color\";i:2;s:16:\"separator_margin\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:2;}}s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:3:{s:16:\"section_parallax\";a:1:{s:24:\"jet_parallax_layout_list\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"content_width\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}}}}}'),(8841,839,'_wxr_import_user_slug','emre'),(8842,839,'_wxr_import_has_attachment_refs','1'),(8843,821,'_elementor_css','a:5:{s:4:\"time\";i:1581614478;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8844,821,'_edit_lock','1581619407:2'),(8845,840,'_edit_lock','1581616291:2'),(8846,840,'_customize_restore_dismissed','1'),(8847,841,'_edit_lock','1581616493:2'),(8849,808,'_edit_lock','1581704242:2'),(8857,843,'_elementor_edit_mode','builder'),(8858,843,'_elementor_template_type','header'),(8859,843,'_elementor_version','2.8.3'),(8860,843,'_wp_page_template','default'),(8861,843,'_elementor_data','[{\"id\":\"bda149d\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"55\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7fbd3d4\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"600a141\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#eeeeee\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"2a1af3d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/location-2.svg\",\"id\":\"624\"},\"library\":\"svg\"},\"title_text\":\"04 Northern Pike,  Monroeville, PA 15146\",\"description_text\":\"\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"7\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_color\":\"#707b8e\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"capitalize\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"primary_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":\"\"},{\"id\":\"a96e22e\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"content_position\":\"center\",\"align\":\"flex-end\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#eeeeee\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7853ea9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/time.svg\",\"id\":\"17\"},\"library\":\"svg\"},\"title_text\":\"Mon - Fri: 08:00am - 20:00pm\",\"description_text\":\"\",\"position\":\"left\",\"icon_space\":{\"unit\":\"px\",\"size\":\"7\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"title_color\":\"#707b8e\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"300\",\"title_typography_text_transform\":\"capitalize\",\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"cfdd59c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"ce49224\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/artbees\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"242d2e4\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/artbees_design?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"34237db\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/company\\/artbees\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"rgba(216,216,216,0)\",\"icon_secondary_color\":\"#aeb4ba\",\"icon_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"0\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"hover_secondary_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\"},\"elements\":[{\"id\":\"70614f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20.04\",\"content_position\":\"center\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"749e80a\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"145\",\"sizes\":[]},\"max_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"raven-site-logo\"}],\"isInner\":\"\"},{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"54.96\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"35\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"33\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"center\",\"menu_item_color\":\"#2c234d\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#1bb99f\",\"hover_menu_item_border_color\":\"#1bb99f\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":\"\"},{\"id\":\"4e91f95\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"24.996\",\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":\"50\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"56ff62e\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"full\",\"placeholder\":\"Find a Proper Doctor...\",\"icon_new\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/search.svg\",\"id\":\"24\"},\"library\":\"svg\"},\"full_input_background_color\":\"rgba(255,255,255,0)\",\"full_icon_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"full_icon_align\":\"left\",\"full_icon_color\":\"#666666\",\"full_icon_background_color\":\"rgba(0,0,0,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"full_overlay_background_background\":\"classic\",\"full_overlay_background_color\":\"rgba(24, 164, 141, 0.87)\"},\"elements\":[],\"widgetType\":\"raven-search-form\"},{\"id\":\"bda1de6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"187\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"_element_width\":\"auto\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/our-doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(8862,844,'_elementor_edit_mode','builder'),(8863,844,'_elementor_template_type','header'),(8864,844,'_elementor_version','2.8.3'),(8865,844,'_wp_page_template','default'),(8866,844,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"10\",\"bottom\":\"33\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"center\",\"menu_item_color\":\"#2c234d\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#1bb99f\",\"hover_menu_item_border_color\":\"#1bb99f\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(8869,845,'_elementor_edit_mode','builder'),(8870,845,'_elementor_template_type','header'),(8871,845,'_elementor_version','2.8.5'),(8872,845,'_wp_page_template','default'),(8873,845,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#1bb99f\",\"hover_menu_item_border_color\":\"#1bb99f\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(8874,845,'_elementor_css','a:5:{s:4:\"time\";i:1581616098;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8876,846,'_elementor_edit_mode','builder'),(8877,846,'_elementor_template_type','header'),(8878,846,'_elementor_version','2.8.5'),(8879,846,'_wp_page_template','default'),(8880,846,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#1bb99f\",\"hover_menu_item_border_color\":\"#1bb99f\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(8883,841,'_wp_trash_meta_status','publish'),(8884,841,'_wp_trash_meta_time','1581616491'),(8885,841,'_elementor_controls_usage','a:0:{}'),(8886,847,'_elementor_edit_mode','builder'),(8887,847,'_elementor_template_type','header'),(8888,847,'_elementor_version','2.8.5'),(8889,847,'_wp_page_template','default'),(8890,847,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#4054B2\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(8891,847,'_elementor_css','a:5:{s:4:\"time\";i:1581616481;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8893,848,'_elementor_edit_mode','builder'),(8894,848,'_elementor_template_type','header'),(8895,848,'_elementor_version','2.8.5'),(8896,848,'_wp_page_template','default'),(8897,848,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(8900,849,'_elementor_edit_mode','builder'),(8901,849,'_elementor_template_type','header'),(8902,849,'_elementor_version','2.8.5'),(8903,849,'_wp_page_template','default'),(8904,849,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(8905,849,'_elementor_css','a:5:{s:4:\"time\";i:1581616701;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(8908,850,'_edit_lock','1581616933:2'),(8909,850,'_wp_trash_meta_status','publish'),(8910,850,'_wp_trash_meta_time','1581616950'),(8911,850,'_elementor_controls_usage','a:0:{}'),(8912,851,'_edit_lock','1581617162:2'),(8913,852,'_elementor_edit_mode','builder'),(8914,852,'_elementor_template_type','section'),(8915,852,'_elementor_controls_usage','a:0:{}'),(8916,853,'_elementor_edit_mode','builder'),(8917,853,'_elementor_template_type','section'),(8918,853,'_elementor_controls_usage','a:0:{}'),(8919,852,'_elementor_version','2.8.5'),(8920,852,'_edit_lock','1581620015:2'),(8921,851,'_wp_trash_meta_status','publish'),(8922,851,'_wp_trash_meta_time','1581617210'),(8923,851,'_elementor_controls_usage','a:0:{}'),(8924,854,'_edit_lock','1581617653:2'),(8925,855,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(8926,855,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(8927,4,'jupiterx_header','1'),(8928,4,'_jupiterx_header','field_jupiterx_post_header'),(8929,4,'jupiterx_header_overlap','global'),(8930,4,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(8931,4,'jupiterx_header_type','global'),(8932,4,'_jupiterx_header_type','field_jupiterx_post_header_type'),(8933,4,'jupiterx_header_behavior','global'),(8934,4,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(8935,4,'jupiterx_layout','global'),(8936,4,'_jupiterx_layout','field_jupiterx_post_main_layout'),(8937,4,'jupiterx_content_full_width','0'),(8938,4,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(8939,4,'jupiterx_content_spacing','0'),(8940,4,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(8941,4,'jupiterx_sidebar_primary','global'),(8942,4,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(8943,4,'jupiterx_sidebar_secondary','global'),(8944,4,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(8945,4,'jupiterx_post_featured_image','global'),(8946,4,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(8947,4,'jupiterx_post_social_share','global'),(8948,4,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(8949,4,'jupiterx_post_comments','global'),(8950,4,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(8951,4,'jupiterx_main_background_color',''),(8952,4,'_jupiterx_main_background_color','color'),(8953,4,'jupiterx_main_background_image',''),(8954,4,'_jupiterx_main_background_image','image'),(8955,4,'jupiterx_main_background_position',''),(8956,4,'_jupiterx_main_background_position','position'),(8957,4,'jupiterx_main_background_repeat',''),(8958,4,'_jupiterx_main_background_repeat','repeat'),(8959,4,'jupiterx_main_background_attachment',''),(8960,4,'_jupiterx_main_background_attachment','attachment'),(8961,4,'jupiterx_main_background_size',''),(8962,4,'_jupiterx_main_background_size','size'),(8963,4,'jupiterx_main_background',''),(8964,4,'_jupiterx_main_background','field_jupiterx_post_main_background'),(8965,4,'jupiterx_main_spacing_padding_top',''),(8966,4,'_jupiterx_main_spacing_padding_top','padding_top'),(8967,4,'jupiterx_main_spacing_padding_right',''),(8968,4,'_jupiterx_main_spacing_padding_right','padding_right'),(8969,4,'jupiterx_main_spacing_padding_bottom',''),(8970,4,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(8971,4,'jupiterx_main_spacing_padding_left',''),(8972,4,'_jupiterx_main_spacing_padding_left','padding_left'),(8973,4,'jupiterx_main_spacing_margin_top',''),(8974,4,'_jupiterx_main_spacing_margin_top','margin_top'),(8975,4,'jupiterx_main_spacing_margin_right',''),(8976,4,'_jupiterx_main_spacing_margin_right','margin_right'),(8977,4,'jupiterx_main_spacing_margin_bottom',''),(8978,4,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(8979,4,'jupiterx_main_spacing_margin_left',''),(8980,4,'_jupiterx_main_spacing_margin_left','margin_left'),(8981,4,'jupiterx_main_spacing',''),(8982,4,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(8983,4,'jupiterx_title_bar_title','global'),(8984,4,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(8985,4,'jupiterx_title_bar_breadcrumb','global'),(8986,4,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(8987,4,'jupiterx_title_bar_subtitle',''),(8988,4,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(8989,4,'jupiterx_footer','1'),(8990,4,'_jupiterx_footer','field_jupiterx_post_footer'),(8991,4,'jupiterx_footer_type','global'),(8992,4,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(8993,4,'jupiterx_footer_widget_area','global'),(8994,4,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(8995,4,'jupiterx_footer_sub','global'),(8996,4,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(8997,4,'jupiterx_footer_behavior','global'),(8998,4,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(8999,855,'jupiterx_header','1'),(9000,855,'_jupiterx_header','field_jupiterx_post_header'),(9001,855,'jupiterx_header_overlap','global'),(9002,855,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9003,855,'jupiterx_header_type','global'),(9004,855,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9005,855,'jupiterx_header_behavior','global'),(9006,855,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9007,855,'jupiterx_layout','global'),(9008,855,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9009,855,'jupiterx_content_full_width','0'),(9010,855,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9011,855,'jupiterx_content_spacing','0'),(9012,855,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9013,855,'jupiterx_sidebar_primary','global'),(9014,855,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9015,855,'jupiterx_sidebar_secondary','global'),(9016,855,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9017,855,'jupiterx_post_featured_image','global'),(9018,855,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9019,855,'jupiterx_post_social_share','global'),(9020,855,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9021,855,'jupiterx_post_comments','global'),(9022,855,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9023,855,'jupiterx_main_background_color',''),(9024,855,'_jupiterx_main_background_color','color'),(9025,855,'jupiterx_main_background_image',''),(9026,855,'_jupiterx_main_background_image','image'),(9027,855,'jupiterx_main_background_position',''),(9028,855,'_jupiterx_main_background_position','position'),(9029,855,'jupiterx_main_background_repeat',''),(9030,855,'_jupiterx_main_background_repeat','repeat'),(9031,855,'jupiterx_main_background_attachment',''),(9032,855,'_jupiterx_main_background_attachment','attachment'),(9033,855,'jupiterx_main_background_size',''),(9034,855,'_jupiterx_main_background_size','size'),(9035,855,'jupiterx_main_background',''),(9036,855,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9037,855,'jupiterx_main_spacing_padding_top',''),(9038,855,'_jupiterx_main_spacing_padding_top','padding_top'),(9039,855,'jupiterx_main_spacing_padding_right',''),(9040,855,'_jupiterx_main_spacing_padding_right','padding_right'),(9041,855,'jupiterx_main_spacing_padding_bottom',''),(9042,855,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9043,855,'jupiterx_main_spacing_padding_left',''),(9044,855,'_jupiterx_main_spacing_padding_left','padding_left'),(9045,855,'jupiterx_main_spacing_margin_top',''),(9046,855,'_jupiterx_main_spacing_margin_top','margin_top'),(9047,855,'jupiterx_main_spacing_margin_right',''),(9048,855,'_jupiterx_main_spacing_margin_right','margin_right'),(9049,855,'jupiterx_main_spacing_margin_bottom',''),(9050,855,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9051,855,'jupiterx_main_spacing_margin_left',''),(9052,855,'_jupiterx_main_spacing_margin_left','margin_left'),(9053,855,'jupiterx_main_spacing',''),(9054,855,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9055,855,'jupiterx_title_bar_title','global'),(9056,855,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9057,855,'jupiterx_title_bar_breadcrumb','global'),(9058,855,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9059,855,'jupiterx_title_bar_subtitle',''),(9060,855,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9061,855,'jupiterx_footer','1'),(9062,855,'_jupiterx_footer','field_jupiterx_post_footer'),(9063,855,'jupiterx_footer_type','global'),(9064,855,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9065,855,'jupiterx_footer_widget_area','global'),(9066,855,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9067,855,'jupiterx_footer_sub','global'),(9068,855,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9069,855,'jupiterx_footer_behavior','global'),(9070,855,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9071,856,'_elementor_controls_usage','a:0:{}'),(9072,854,'_wp_trash_meta_status','publish'),(9073,854,'_wp_trash_meta_time','1581617682'),(9074,854,'_elementor_controls_usage','a:0:{}'),(9075,858,'_elementor_edit_mode','builder'),(9076,858,'_elementor_template_type','header'),(9077,858,'_elementor_version','2.8.5'),(9078,858,'_wp_page_template','default'),(9079,858,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(9080,858,'_elementor_css','a:5:{s:4:\"time\";i:1581616799;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9083,859,'_elementor_edit_mode','builder'),(9084,859,'_elementor_template_type','header'),(9085,859,'_elementor_version','2.8.5'),(9086,859,'_wp_page_template','default'),(9087,859,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(9088,859,'_elementor_css','a:5:{s:4:\"time\";i:1581618094;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9091,860,'_edit_lock','1581618375:2'),(9093,861,'_customize_changeset_uuid','9e633682-a194-486d-9391-6f30263eafed'),(9103,861,'_elementor_controls_usage','a:0:{}'),(9104,864,'_elementor_controls_usage','a:0:{}'),(9105,864,'_menu_item_type','post_type'),(9106,864,'_menu_item_menu_item_parent','880'),(9107,864,'_menu_item_object_id','112'),(9108,864,'_menu_item_object','page'),(9109,864,'_menu_item_target',''),(9110,864,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9111,864,'_menu_item_xfn',''),(9112,864,'_menu_item_url',''),(9122,866,'_elementor_controls_usage','a:0:{}'),(9123,866,'_menu_item_type','post_type'),(9124,866,'_menu_item_menu_item_parent','0'),(9125,866,'_menu_item_object_id','118'),(9126,866,'_menu_item_object','page'),(9127,866,'_menu_item_target',''),(9128,866,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9129,866,'_menu_item_xfn',''),(9130,866,'_menu_item_url',''),(9131,860,'_wp_trash_meta_status','publish'),(9132,860,'_wp_trash_meta_time','1581618423'),(9133,860,'_elementor_controls_usage','a:0:{}'),(9134,868,'_elementor_controls_usage','a:0:{}'),(9135,868,'_menu_item_type','post_type'),(9136,868,'_menu_item_menu_item_parent','880'),(9137,868,'_menu_item_object_id','108'),(9138,868,'_menu_item_object','page'),(9139,868,'_menu_item_target',''),(9140,868,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9141,868,'_menu_item_xfn',''),(9142,868,'_menu_item_url',''),(9143,867,'_wp_trash_meta_status','publish'),(9144,867,'_wp_trash_meta_time','1581618444'),(9145,867,'_elementor_controls_usage','a:0:{}'),(9146,869,'_elementor_edit_mode','builder'),(9147,869,'_elementor_template_type','header'),(9148,869,'_elementor_version','2.8.5'),(9149,869,'_wp_page_template','default'),(9150,869,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(9151,869,'_elementor_css','a:5:{s:4:\"time\";i:1581618144;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9154,871,'_elementor_controls_usage','a:0:{}'),(9155,871,'_menu_item_type','post_type'),(9156,871,'_menu_item_menu_item_parent','0'),(9157,871,'_menu_item_object_id','21'),(9158,871,'_menu_item_object','page'),(9159,871,'_menu_item_target',''),(9160,871,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9161,871,'_menu_item_xfn',''),(9162,871,'_menu_item_url',''),(9163,872,'_elementor_controls_usage','a:0:{}'),(9164,872,'_menu_item_type','post_type'),(9165,872,'_menu_item_menu_item_parent','0'),(9166,872,'_menu_item_object_id','23'),(9167,872,'_menu_item_object','page'),(9168,872,'_menu_item_target',''),(9169,872,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9170,872,'_menu_item_xfn',''),(9171,872,'_menu_item_url',''),(9172,870,'_wp_trash_meta_status','publish'),(9173,870,'_wp_trash_meta_time','1581618523'),(9174,870,'_elementor_controls_usage','a:0:{}'),(9175,118,'classic-editor-remember','classic-editor'),(9176,118,'rs_page_bg_color','#ffffff'),(9177,873,'_wpb_post_custom_css','.indent {\r\n    padding-left: 20px;\r\n}'),(9178,118,'jupiterx_header','1'),(9179,118,'_jupiterx_header','field_jupiterx_post_header'),(9180,118,'jupiterx_header_overlap','global'),(9181,118,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9182,118,'jupiterx_header_type','global'),(9183,118,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9184,118,'jupiterx_header_behavior','global'),(9185,118,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9186,118,'jupiterx_layout','c'),(9187,118,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9188,118,'jupiterx_content_full_width','1'),(9189,118,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9190,118,'jupiterx_content_spacing','0'),(9191,118,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9192,118,'jupiterx_sidebar_primary','global'),(9193,118,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9194,118,'jupiterx_sidebar_secondary','global'),(9195,118,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9196,118,'jupiterx_post_featured_image','global'),(9197,118,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9198,118,'jupiterx_post_social_share','global'),(9199,118,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9200,118,'jupiterx_post_comments','global'),(9201,118,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9202,118,'jupiterx_main_background_color',''),(9203,118,'_jupiterx_main_background_color','color'),(9204,118,'jupiterx_main_background_image',''),(9205,118,'_jupiterx_main_background_image','image'),(9206,118,'jupiterx_main_background_position',''),(9207,118,'_jupiterx_main_background_position','position'),(9208,118,'jupiterx_main_background_repeat',''),(9209,118,'_jupiterx_main_background_repeat','repeat'),(9210,118,'jupiterx_main_background_attachment',''),(9211,118,'_jupiterx_main_background_attachment','attachment'),(9212,118,'jupiterx_main_background_size',''),(9213,118,'_jupiterx_main_background_size','size'),(9214,118,'jupiterx_main_background',''),(9215,118,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9216,118,'jupiterx_main_spacing_padding_top',''),(9217,118,'_jupiterx_main_spacing_padding_top','padding_top'),(9218,118,'jupiterx_main_spacing_padding_right',''),(9219,118,'_jupiterx_main_spacing_padding_right','padding_right'),(9220,118,'jupiterx_main_spacing_padding_bottom',''),(9221,118,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9222,118,'jupiterx_main_spacing_padding_left',''),(9223,118,'_jupiterx_main_spacing_padding_left','padding_left'),(9224,118,'jupiterx_main_spacing_margin_top',''),(9225,118,'_jupiterx_main_spacing_margin_top','margin_top'),(9226,118,'jupiterx_main_spacing_margin_right',''),(9227,118,'_jupiterx_main_spacing_margin_right','margin_right'),(9228,118,'jupiterx_main_spacing_margin_bottom',''),(9229,118,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9230,118,'jupiterx_main_spacing_margin_left',''),(9231,118,'_jupiterx_main_spacing_margin_left','margin_left'),(9232,118,'jupiterx_main_spacing',''),(9233,118,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9234,118,'jupiterx_title_bar_title','global'),(9235,118,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9236,118,'jupiterx_title_bar_breadcrumb','global'),(9237,118,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9238,118,'jupiterx_title_bar_subtitle',''),(9239,118,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9240,118,'jupiterx_footer','1'),(9241,118,'_jupiterx_footer','field_jupiterx_post_footer'),(9242,118,'jupiterx_footer_type','global'),(9243,118,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9244,118,'jupiterx_footer_widget_area','global'),(9245,118,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9246,118,'jupiterx_footer_sub','global'),(9247,118,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9248,118,'jupiterx_footer_behavior','global'),(9249,118,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9250,873,'jupiterx_header','1'),(9251,873,'_jupiterx_header','field_jupiterx_post_header'),(9252,873,'jupiterx_header_overlap','global'),(9253,873,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9254,873,'jupiterx_header_type','global'),(9255,873,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9256,873,'jupiterx_header_behavior','global'),(9257,873,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9258,873,'jupiterx_layout','global'),(9259,873,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9260,873,'jupiterx_content_full_width','0'),(9261,873,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9262,873,'jupiterx_content_spacing','0'),(9263,873,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9264,873,'jupiterx_sidebar_primary','global'),(9265,873,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9266,873,'jupiterx_sidebar_secondary','global'),(9267,873,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9268,873,'jupiterx_post_featured_image','global'),(9269,873,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9270,873,'jupiterx_post_social_share','global'),(9271,873,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9272,873,'jupiterx_post_comments','global'),(9273,873,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9274,873,'jupiterx_main_background_color',''),(9275,873,'_jupiterx_main_background_color','color'),(9276,873,'jupiterx_main_background_image',''),(9277,873,'_jupiterx_main_background_image','image'),(9278,873,'jupiterx_main_background_position',''),(9279,873,'_jupiterx_main_background_position','position'),(9280,873,'jupiterx_main_background_repeat',''),(9281,873,'_jupiterx_main_background_repeat','repeat'),(9282,873,'jupiterx_main_background_attachment',''),(9283,873,'_jupiterx_main_background_attachment','attachment'),(9284,873,'jupiterx_main_background_size',''),(9285,873,'_jupiterx_main_background_size','size'),(9286,873,'jupiterx_main_background',''),(9287,873,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9288,873,'jupiterx_main_spacing_padding_top',''),(9289,873,'_jupiterx_main_spacing_padding_top','padding_top'),(9290,873,'jupiterx_main_spacing_padding_right',''),(9291,873,'_jupiterx_main_spacing_padding_right','padding_right'),(9292,873,'jupiterx_main_spacing_padding_bottom',''),(9293,873,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9294,873,'jupiterx_main_spacing_padding_left',''),(9295,873,'_jupiterx_main_spacing_padding_left','padding_left'),(9296,873,'jupiterx_main_spacing_margin_top',''),(9297,873,'_jupiterx_main_spacing_margin_top','margin_top'),(9298,873,'jupiterx_main_spacing_margin_right',''),(9299,873,'_jupiterx_main_spacing_margin_right','margin_right'),(9300,873,'jupiterx_main_spacing_margin_bottom',''),(9301,873,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9302,873,'jupiterx_main_spacing_margin_left',''),(9303,873,'_jupiterx_main_spacing_margin_left','margin_left'),(9304,873,'jupiterx_main_spacing',''),(9305,873,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9306,873,'jupiterx_title_bar_title','global'),(9307,873,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9308,873,'jupiterx_title_bar_breadcrumb','global'),(9309,873,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9310,873,'jupiterx_title_bar_subtitle',''),(9311,873,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9312,873,'jupiterx_footer','1'),(9313,873,'_jupiterx_footer','field_jupiterx_post_footer'),(9314,873,'jupiterx_footer_type','global'),(9315,873,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9316,873,'jupiterx_footer_widget_area','global'),(9317,873,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9318,873,'jupiterx_footer_sub','global'),(9319,873,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9320,873,'jupiterx_footer_behavior','global'),(9321,873,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9322,874,'_elementor_edit_mode','builder'),(9323,874,'_elementor_template_type','single'),(9324,874,'_elementor_controls_usage','a:0:{}'),(9325,875,'_elementor_edit_mode','builder'),(9326,875,'_elementor_template_type','single'),(9327,875,'_elementor_controls_usage','a:0:{}'),(9328,874,'_elementor_version','2.8.5'),(9329,874,'_edit_lock','1581619879:2'),(9331,877,'_wpb_post_custom_css','.indent {\r\n    padding-left: 20px;\r\n}'),(9332,877,'jupiterx_header','1'),(9333,877,'_jupiterx_header','field_jupiterx_post_header'),(9334,877,'jupiterx_header_overlap','global'),(9335,877,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9336,877,'jupiterx_header_type','global'),(9337,877,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9338,877,'jupiterx_header_behavior','global'),(9339,877,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9340,877,'jupiterx_layout','c'),(9341,877,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9342,877,'jupiterx_content_full_width','1'),(9343,877,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9344,877,'jupiterx_content_spacing','0'),(9345,877,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9346,877,'jupiterx_sidebar_primary','global'),(9347,877,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9348,877,'jupiterx_sidebar_secondary','global'),(9349,877,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9350,877,'jupiterx_post_featured_image','global'),(9351,877,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9352,877,'jupiterx_post_social_share','global'),(9353,877,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9354,877,'jupiterx_post_comments','global'),(9355,877,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9356,877,'jupiterx_main_background_color',''),(9357,877,'_jupiterx_main_background_color','color'),(9358,877,'jupiterx_main_background_image',''),(9359,877,'_jupiterx_main_background_image','image'),(9360,877,'jupiterx_main_background_position',''),(9361,877,'_jupiterx_main_background_position','position'),(9362,877,'jupiterx_main_background_repeat',''),(9363,877,'_jupiterx_main_background_repeat','repeat'),(9364,877,'jupiterx_main_background_attachment',''),(9365,877,'_jupiterx_main_background_attachment','attachment'),(9366,877,'jupiterx_main_background_size',''),(9367,877,'_jupiterx_main_background_size','size'),(9368,877,'jupiterx_main_background',''),(9369,877,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9370,877,'jupiterx_main_spacing_padding_top',''),(9371,877,'_jupiterx_main_spacing_padding_top','padding_top'),(9372,877,'jupiterx_main_spacing_padding_right',''),(9373,877,'_jupiterx_main_spacing_padding_right','padding_right'),(9374,877,'jupiterx_main_spacing_padding_bottom',''),(9375,877,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9376,877,'jupiterx_main_spacing_padding_left',''),(9377,877,'_jupiterx_main_spacing_padding_left','padding_left'),(9378,877,'jupiterx_main_spacing_margin_top',''),(9379,877,'_jupiterx_main_spacing_margin_top','margin_top'),(9380,877,'jupiterx_main_spacing_margin_right',''),(9381,877,'_jupiterx_main_spacing_margin_right','margin_right'),(9382,877,'jupiterx_main_spacing_margin_bottom',''),(9383,877,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9384,877,'jupiterx_main_spacing_margin_left',''),(9385,877,'_jupiterx_main_spacing_margin_left','margin_left'),(9386,877,'jupiterx_main_spacing',''),(9387,877,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9388,877,'jupiterx_title_bar_title','global'),(9389,877,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9390,877,'jupiterx_title_bar_breadcrumb','global'),(9391,877,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9392,877,'jupiterx_title_bar_subtitle',''),(9393,877,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9394,877,'jupiterx_footer','1'),(9395,877,'_jupiterx_footer','field_jupiterx_post_footer'),(9396,877,'jupiterx_footer_type','global'),(9397,877,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9398,877,'jupiterx_footer_widget_area','global'),(9399,877,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9400,877,'jupiterx_footer_sub','global'),(9401,877,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9402,877,'jupiterx_footer_behavior','global'),(9403,877,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9404,876,'_customize_restore_dismissed','1'),(9405,878,'_edit_lock','1581619183:2'),(9406,878,'_wp_trash_meta_status','publish'),(9407,878,'_wp_trash_meta_time','1581619213'),(9408,878,'_elementor_controls_usage','a:0:{}'),(9409,879,'_edit_lock','1581619322:2'),(9410,880,'_elementor_controls_usage','a:0:{}'),(9411,880,'_menu_item_type','custom'),(9412,880,'_menu_item_menu_item_parent','0'),(9413,880,'_menu_item_object_id','880'),(9414,880,'_menu_item_object','custom'),(9415,880,'_menu_item_target',''),(9416,880,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9417,880,'_menu_item_xfn',''),(9418,880,'_menu_item_url','/laurie-slater'),(9419,879,'_wp_trash_meta_status','publish'),(9420,879,'_wp_trash_meta_time','1581619324'),(9421,879,'_elementor_controls_usage','a:0:{}'),(9422,881,'_wp_trash_meta_status','publish'),(9423,881,'_wp_trash_meta_time','1581619374'),(9424,881,'_elementor_controls_usage','a:0:{}'),(9425,822,'_wp_trash_meta_status','publish'),(9426,822,'_wp_trash_meta_time','1581619622'),(9427,822,'_wp_desired_post_slug','doctors-archive'),(9428,882,'_elementor_edit_mode','builder'),(9429,882,'_elementor_template_type','archive'),(9430,882,'_elementor_version','2.8.3'),(9431,882,'_wp_page_template','default'),(9432,882,'_elementor_data','[{\"id\":\"e529e40\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"20ac04f\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"90\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"995370b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"0237ab7\",\"elType\":\"widget\",\"settings\":{\"lisitng_id\":\"251\",\"columns_tablet\":\"2\",\"columns_mobile\":\"1\",\"not_found_message\":\"No data was found\",\"horizontal_gap\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"horizontal_gap_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"horizontal_gap_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"vertical_gap\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"vertical_gap_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"vertical_gap_mobile\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"is_archive_template\":\"yes\"},\"elements\":[],\"widgetType\":\"jet-listing-grid\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(9433,821,'_wp_trash_meta_status','publish'),(9434,821,'_wp_trash_meta_time','1581619622'),(9435,821,'_wp_desired_post_slug','sticky-header'),(9436,883,'_elementor_edit_mode','builder'),(9437,883,'_elementor_template_type','header'),(9438,883,'_elementor_version','2.8.3'),(9439,883,'_wp_page_template','default'),(9440,883,'_elementor_data','[{\"id\":\"27a62dd\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"100\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"2\",\"blur\":\"9\",\"spread\":\"0\",\"color\":\"rgba(221, 221, 221, 0.3)\"}},\"elements\":[{\"id\":\"4a2af14\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20.04\",\"content_position\":\"center\",\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"ea0f3b0\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":\"145\",\"sizes\":[]},\"max_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"align_tablet\":\"left\"},\"elements\":[],\"widgetType\":\"raven-site-logo\"}],\"isInner\":\"\"},{\"id\":\"b5c36a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"54.96\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":\"25\",\"_inline_size_mobile\":\"35\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"f847894\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"10\",\"bottom\":\"38\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"center\",\"menu_item_color\":\"#2c234d\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#1bb99f\",\"hover_menu_item_border_color\":\"#1bb99f\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#1bb99f\",\"active_menu_item_border_color\":\"#1bb99f\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"hover_toggle_button_color_mobile\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":\"\"},{\"id\":\"f20c557\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"24.996\",\"content_position\":\"center\",\"align\":\"flex-end\",\"_inline_size_tablet\":\"50\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"47b2be9\",\"elType\":\"widget\",\"settings\":{\"_skin\":\"full\",\"placeholder\":\"Find a Proper Doctor...\",\"icon_new\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/search.svg\",\"id\":\"24\"},\"library\":\"svg\"},\"full_input_background_color\":\"rgba(255,255,255,0)\",\"full_icon_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"full_icon_align\":\"left\",\"full_icon_color\":\"#666666\",\"full_icon_background_color\":\"rgba(0,0,0,0)\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"flex-end\",\"full_overlay_background_background\":\"classic\",\"full_overlay_background_color\":\"rgba(24, 164, 141, 0.87)\"},\"elements\":[],\"widgetType\":\"raven-search-form\"},{\"id\":\"29411b3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"187\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Roboto\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"_element_width\":\"auto\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/our-doctors\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(9441,883,'_elementor_css','a:5:{s:4:\"time\";i:1581614478;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:3:\"svg\";i:1;s:0:\"\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(9442,816,'_wp_trash_meta_status','publish'),(9443,816,'_wp_trash_meta_time','1581619622'),(9444,816,'_wp_desired_post_slug','doctors-single'),(9445,884,'_elementor_edit_mode','builder'),(9446,884,'_elementor_template_type','single'),(9447,884,'_elementor_version','2.8.3'),(9448,884,'_wp_page_template','default'),(9449,884,'_elementor_data','[{\"id\":\"49dfa61\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"080ed10\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/doctor-details-banner.jpg\",\"id\":\"284\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]}},\"elements\":[{\"id\":\"68748b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"0\"},\"elements\":[{\"id\":\"a3b1990\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find A Doctor\",\"html_tag\":\"h1\",\"title_align\":\"center\",\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"42\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"ba7fc2e\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"e6f8afb\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"2842141\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b0586fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"41.964\",\"space_between_widgets\":\"0\",\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"93db3f8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"3b61889\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"390\",\"height\":\"450\"},\"align\":\"left\"},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"262cc40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Specialities\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"a355b42\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"link_typography_font_weight\":\"300\",\"link_color\":\"#707b8e\",\"terms_alignment_mobile\":\"center\",\"link_color_hover\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"},{\"id\":\"9bd9783\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"789efc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Available Hours\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"83f38cc\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"available-days\",\"dynamic_field_format\":\"<span>%day% &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %hour%<\\/span>\",\"items_direction\":\"column\",\"general_typography_typography\":\"custom\",\"general_typography_font_family\":\"Poppins\",\"general_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"general_typography_font_weight\":\"300\",\"general_typography_text_transform\":\"capitalize\",\"item_color\":\"#707b8e\",\"items_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-repeater\"},{\"id\":\"a2835cb\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"87743b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Medical Education\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1\",\"sizes\":[]},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"d0fc11e\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"medical-education\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"96c7898\",\"elType\":\"widget\",\"settings\":{\"line_background_background\":\"classic\",\"line_background_color\":\"#e6e6e6\",\"line_weight\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"line_width\":{\"unit\":\"px\",\"size\":\"360\",\"sizes\":[]},\"spacing\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"line_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-divider\"},{\"id\":\"675f324\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"facebook\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#3B5998\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"14\",\"bottom\":\"8\",\"left\":\"14\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"000561e\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"twitter\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#1DA1F2\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"9\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"1512a4e\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"g-mail\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-google-plus-g\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#DD4B39\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"6\",\"bottom\":\"8\",\"left\":\"11\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"},{\"id\":\"b1aadf4\",\"elType\":\"widget\",\"settings\":{\"dynamic_link_source\":\"linkedin\",\"link_label\":\"\",\"selected_link_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"hide_if_empty\":\"yes\",\"link_typography_typography\":\"custom\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"link_bg_background\":\"classic\",\"link_bg_color\":\"#0077B5\",\"link_icon_color\":\"#FFFFFF\",\"link_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"10\",\"bottom\":\"8\",\"left\":\"12\",\"isLinked\":\"\"},\"link_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"link_icon_size\":{\"unit\":\"px\",\"size\":\"17\",\"sizes\":[]},\"link_icon_gap_right\":{\"unit\":\"px\",\"size\":\"3\",\"sizes\":[]},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-link\"}],\"isInner\":\"\"},{\"id\":\"184bd17\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"58.036\",\"space_between_widgets\":\"0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2b26390\",\"elType\":\"widget\",\"settings\":{\"dynamic_excerpt_more\":\"...\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_tag\":\"h2\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"field_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"fbfd5d9\",\"elType\":\"widget\",\"settings\":{\"from_tax\":\"speciality\",\"terms_delimiter\":\",\",\"link_typography_typography\":\"custom\",\"link_typography_font_family\":\"Poppins\",\"link_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"link_typography_font_weight\":\"normal\",\"link_typography_text_transform\":\"capitalize\",\"link_color\":\"#2c234d\",\"_margin\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":\"\"},\"terms_alignment_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"link_color_hover\":\"#1BB99F\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-terms\"},{\"id\":\"599dd91\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"_description\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_color\":\"#707b8e\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"field_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"97a37e6\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"4466768\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22certification-image%22%7D\\\"]\"},\"_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"74b9417\",\"elType\":\"widget\",\"settings\":{\"title\":\"Achievements\",\"html_tag\":\"h4\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"1f77eff\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"meta\",\"dynamic_excerpt_more\":\"...\",\"dynamic_field_post_meta\":\"achievements\",\"date_format\":\"F j, Y\",\"num_dec_point\":\".\",\"num_thousands_sep\":\",\",\"multiselect_delimiter\":\", \",\"dynamic_field_format\":\"%s\",\"field_color\":\"#707b8e\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Poppins\",\"field_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"field_typography_font_weight\":\"300\",\"field_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"field_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-field\"},{\"id\":\"aa0b1d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Work Experience\",\"html_tag\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"2612172\",\"elType\":\"widget\",\"settings\":{\"dynamic_field_source\":\"work-experience\",\"dynamic_field_format\":\"<br>\\n<span><b>%period%<\\/b><\\/span>\\n<br>\\n<span>%title%<\\/span>\\n<span>%description%<\\/span>\",\"items_direction\":\"column\",\"general_typography_typography\":\"custom\",\"general_typography_font_family\":\"Exo\",\"general_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"general_typography_font_weight\":\"600\",\"item_color\":\"#2c234d\",\"items_alignment_mobile\":\"flex-start\"},\"elements\":[],\"widgetType\":\"jet-listing-dynamic-repeater\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"26ac506\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"dc25be8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\",\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"custom_height_tablet\":{\"unit\":\"px\",\"size\":\"265\",\"sizes\":[]}},\"elements\":[{\"id\":\"9e4c7d1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"63.988\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"2d465d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an \\nimportant part of children health.\",\"title_typography_typography\":\"custom\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.3\",\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"title_align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"8a4c8a7\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"36.012\",\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"5b3df5f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"29\",\"right\":\"29\",\"bottom\":\"29\",\"left\":\"29\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"align_mobile\":\"center\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(9450,813,'_wp_trash_meta_status','publish'),(9451,813,'_wp_trash_meta_time','1581619622'),(9452,813,'_wp_desired_post_slug','portfolio-single'),(9453,885,'_elementor_edit_mode','builder'),(9454,885,'_elementor_template_type','single'),(9455,885,'_elementor_version','2.8.3'),(9456,885,'_wp_page_template','default'),(9457,885,'_elementor_data','[{\"id\":\"f04a513\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"346c23b\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"c9a67e1\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"}},\"elements\":[{\"id\":\"1aa0fe6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"1fad67c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"6d65437\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"677822b\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"icon_align\":\"center\",\"text_color\":\"#2c234d\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Exo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"icon_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"1.2\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-post-meta\"},{\"id\":\"1807ec9\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"html_tag\":\"div\",\"text_color\":\"#2C234D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2C234D\",\"link_color_normal\":\"#2C234D\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c82d77b\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"a84ceac\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"layout\":\"full_width\"},\"elements\":[{\"id\":\"0f65bcd\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"83095e4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"raven-post-content\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"4f7326b\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"930\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"c312759\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/appointment-style.jpg\",\"id\":\"214\"},\"background_position\":\"bottom left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/home-style01.png\",\"id\":\"222\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"110\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e9ae381\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"1d3fb12\",\"elType\":\"section\",\"settings\":{\"height_inner\":\"min-height\",\"custom_height_inner\":{\"unit\":\"px\",\"size\":\"725\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"6c407fe\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"b34eac6\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"61.64\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"\"},\"border_color\":\"#f0f5ff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"70\",\"bottom\":\"60\",\"left\":\"70\",\"isLinked\":\"\"},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"2f98430\",\"elType\":\"widget\",\"settings\":{\"title\":\"Make an Appointment with\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"title_typography_font_weight\":\"bold\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f4354ad\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New form\",\"fields\":[{\"label\":\"\",\"type\":\"select\",\"placeholder\":\"Name\",\"_id\":\"725e3cf\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"Choose Specialist for make an Appointment\\nInternal Medicine\\nBariatric surgery\\nEndoscopy\\nOrthopedic Surgery\\n\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"text\",\"placeholder\":\"Enter Patient Name\",\"required\":\"true\",\"_id\":\"cfdd305\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"cbe3076\",\"type\":\"number\",\"label\":\"\",\"placeholder\":\"Phone Number\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"_id\":\"7bd6ac7\",\"type\":\"email\",\"label\":\"\",\"placeholder\":\"Email Address\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"50\",\"width_tablet\":\"\",\"width_mobile\":\"\"},{\"label\":\"\",\"type\":\"textarea\",\"placeholder\":\"Appointment Note\",\"_id\":\"7bc4ef8\",\"recaptcha_badge\":\"inline\",\"recaptcha_theme\":\"light\",\"recaptcha_size\":\"normal\",\"acceptance_text\":\"I agree to terms.\",\"field_options\":\"\",\"inline_list\":\"\",\"native_html5\":\"\",\"multiple_selection\":\"\",\"rows\":\"5\",\"required\":\"\",\"width\":\"100\",\"width_tablet\":\"\",\"width_mobile\":\"\"}],\"submit_button_text\":\"Request Appointment\",\"email_to\":\"alex@artbees.net\",\"email_subject\":\"New message from \\\"Hospital\\\"\",\"email_from\":\"email@jupiterx.artbees.net\",\"email_name\":\"Hospital\",\"email_reply_to\":\"email@jupiterx.artbees.net\",\"messages_success\":\"The form was sent successfully!\",\"messages_error\":\"Please check the errors.\",\"messages_required\":\"Required\",\"messages_subscriber\":\"Subscriber already exists.\",\"general_column_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"general_row_spacing\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"field_tab_border_normal_border\":\"solid\",\"field_tab_border_normal_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"field_tab_border_normal_color\":\"#eeeeee\",\"field_tab_border_radius_normal\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"field_tab_color_placeholder\":\"#aeb4ba\",\"field_tab_typography_placeholder_typography\":\"custom\",\"field_tab_typography_placeholder_font_family\":\"Poppins\",\"field_tab_typography_placeholder_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"field_tab_typography_placeholder_font_weight\":\"300\",\"field_tab_typography_placeholder_text_transform\":\"capitalize\",\"field_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"button_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"button_tab_typography_normal_typography\":\"custom\",\"button_tab_typography_normal_font_family\":\"Poppins\",\"button_tab_typography_normal_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"button_tab_typography_normal_font_weight\":\"normal\",\"button_tab_typography_normal_text_transform\":\"capitalize\",\"button_tab_background_normal_background\":\"classic\",\"button_tab_background_normal_color\":\"#1bb99f\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"button_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"button_tab_background_hover_background\":\"classic\",\"button_tab_background_hover_color\":\"#18A48D\",\"button_border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-form\"}],\"isInner\":\"1\"},{\"id\":\"1a88218\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"38.36\",\"background_background\":\"classic\",\"background_color\":\"#fbfcfe\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"\"},\"border_color\":\"#eeeef5\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"16\",\"spread\":\"0\",\"color\":\"rgba(221,221,221,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"70\",\"bottom\":\"120\",\"left\":\"70\",\"isLinked\":\"\"},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"b3aa34b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/call-now.jpg\",\"id\":\"215\"},\"size\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"raven-image\"},{\"id\":\"10b2cb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"+9 109-310-8606\",\"html_tag\":\"h3\",\"title_color_background\":\"solid\",\"title_color_color\":\"#2c234d\",\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"398a453\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>if urgent, Your personal case manager will ensure that you receive the best possible care.<\\/p>\",\"align\":\"center\",\"text_color\":\"#707b8e\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"1.88\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"547706f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"width\":{\"unit\":\"px\",\"size\":\"220\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"1\"}],\"isInner\":\"1\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"c213665\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7eb61df\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"ae882f1\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"74.977\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size_tablet\":\"65\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"7b15998\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an important part of children health.\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"40c2bc8\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"25.023\",\"content_position\":\"center\",\"_inline_size_tablet\":\"35\"},\"elements\":[{\"id\":\"dcf4a1b\",\"elType\":\"widget\",\"settings\":{\"text\":\"REQUEST APPOINTMENT\",\"width\":{\"unit\":\"px\",\"size\":\"230\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"align\":\"right\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(9458,809,'_wp_trash_meta_status','publish'),(9459,809,'_wp_trash_meta_time','1581619622'),(9460,809,'_wp_desired_post_slug','blog-single'),(9461,886,'_elementor_edit_mode','builder'),(9462,886,'_elementor_template_type','single'),(9463,886,'_elementor_version','2.8.3'),(9464,886,'_wp_page_template','default'),(9465,886,'_elementor_data','[{\"id\":\"f83613f\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/blog-details-banner.jpg\",\"id\":\"136\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#d2e5e3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.4\",\"sizes\":[]},\"__dynamic__\":{\"background_image\":\"[elementor-tag id=\\\"d3dcbdf\\\" name=\\\"jet-post-custom-image\\\" settings=\\\"%7B%22img_field%22%3A%22post_thumbnail%22%7D\\\"]\"}},\"elements\":[{\"id\":\"21d7081\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"d0c1c09\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"66864f5\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e55b480\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"icon_align\":\"center\",\"text_color\":\"#2c234d\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Exo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"icon_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-post-meta\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"d6b4c31\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"970\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"1c37203\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"185\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"e9e7a84\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"170c496\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"author\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"66864f5\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"yes\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\"},{\"type\":\"date\",\"icon\":\"fa fa-calendar\",\"_id\":\"e923b53\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"yes\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\"}],\"text_color\":\"#707b8e\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Fira Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"105\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-post-meta\"},{\"id\":\"697fa13\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"type\":\"custom\",\"icon\":\"fa fa-user-circle-o\",\"_id\":\"66864f5\",\"date_format\":\"default\",\"custom_date_format\":\"F j, Y\",\"time_format\":\"default\",\"custom_time_format\":\"g:i a\",\"taxonomy\":[],\"text_prefix\":\"\",\"show_avatar\":\"\",\"avatar_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"avatar_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"comments_custom_strings\":\"\",\"string_no_comments\":\"\",\"string_one_comment\":\"\",\"string_comments\":\"\",\"custom_text\":\"\",\"link\":\"\",\"custom_url\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"show_icon\":\"none\",\"__dynamic__\":{\"custom_text\":\"[elementor-tag id=\\\"e55b480\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}}],\"text_color\":\"#2c234d\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Exo\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"icon_typography_font_weight\":\"bold\",\"icon_typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"105\",\"isLinked\":\"\"}},\"elements\":[],\"widgetType\":\"raven-post-meta\"},{\"id\":\"6139478\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"raven-post-content\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"82bba70\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"325\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e076603\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"bd1c484\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"68.254\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"91c7039\",\"elType\":\"widget\",\"settings\":{\"title\":\"Routine Checkups is an \\nimportant part of children health.\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"},{\"id\":\"bbd459b\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"50\",\"_inline_size\":\"31.746\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"ef21158\",\"elType\":\"widget\",\"settings\":{\"text\":\"Request Appointment\",\"width\":{\"unit\":\"px\",\"size\":\"240\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"right\",\"background_background\":\"classic\",\"background_color\":\"#1bb99f\",\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Poppins\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"text_typography_font_weight\":\"normal\",\"text_typography_text_transform\":\"capitalize\",\"text_color\":\"#ffffff\",\"hover_background_background\":\"classic\",\"hover_background_color\":\"#18A48D\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"raven-button\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(9466,887,'_wp_trash_meta_status','publish'),(9467,887,'_wp_trash_meta_time','1581619680'),(9468,887,'_elementor_controls_usage','a:0:{}'),(9470,888,'_customize_restore_dismissed','1'),(9471,889,'_wp_trash_meta_status','publish'),(9472,889,'_wp_trash_meta_time','1581620311'),(9473,889,'_elementor_controls_usage','a:0:{}'),(9474,891,'_edit_lock','1581620519:2'),(9475,891,'_wp_trash_meta_status','publish'),(9476,891,'_wp_trash_meta_time','1581620529'),(9477,891,'_elementor_controls_usage','a:0:{}'),(9479,4,'_elementor_template_type','wp-page'),(9480,4,'_elementor_version','2.8.5'),(9481,4,'_elementor_controls_usage','a:0:{}'),(9482,893,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(9483,893,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9484,893,'jupiterx_header','1'),(9485,893,'_jupiterx_header','field_jupiterx_post_header'),(9486,893,'jupiterx_header_overlap','global'),(9487,893,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9488,893,'jupiterx_header_type','global'),(9489,893,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9490,893,'jupiterx_header_behavior','global'),(9491,893,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9492,893,'jupiterx_layout','global'),(9493,893,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9494,893,'jupiterx_content_full_width','0'),(9495,893,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9496,893,'jupiterx_content_spacing','0'),(9497,893,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9498,893,'jupiterx_sidebar_primary','global'),(9499,893,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9500,893,'jupiterx_sidebar_secondary','global'),(9501,893,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9502,893,'jupiterx_post_featured_image','global'),(9503,893,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9504,893,'jupiterx_post_social_share','global'),(9505,893,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9506,893,'jupiterx_post_comments','global'),(9507,893,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9508,893,'jupiterx_main_background_color',''),(9509,893,'_jupiterx_main_background_color','color'),(9510,893,'jupiterx_main_background_image',''),(9511,893,'_jupiterx_main_background_image','image'),(9512,893,'jupiterx_main_background_position',''),(9513,893,'_jupiterx_main_background_position','position'),(9514,893,'jupiterx_main_background_repeat',''),(9515,893,'_jupiterx_main_background_repeat','repeat'),(9516,893,'jupiterx_main_background_attachment',''),(9517,893,'_jupiterx_main_background_attachment','attachment'),(9518,893,'jupiterx_main_background_size',''),(9519,893,'_jupiterx_main_background_size','size'),(9520,893,'jupiterx_main_background',''),(9521,893,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9522,893,'jupiterx_main_spacing_padding_top',''),(9523,893,'_jupiterx_main_spacing_padding_top','padding_top'),(9524,893,'jupiterx_main_spacing_padding_right',''),(9525,893,'_jupiterx_main_spacing_padding_right','padding_right'),(9526,893,'jupiterx_main_spacing_padding_bottom',''),(9527,893,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9528,893,'jupiterx_main_spacing_padding_left',''),(9529,893,'_jupiterx_main_spacing_padding_left','padding_left'),(9530,893,'jupiterx_main_spacing_margin_top',''),(9531,893,'_jupiterx_main_spacing_margin_top','margin_top'),(9532,893,'jupiterx_main_spacing_margin_right',''),(9533,893,'_jupiterx_main_spacing_margin_right','margin_right'),(9534,893,'jupiterx_main_spacing_margin_bottom',''),(9535,893,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9536,893,'jupiterx_main_spacing_margin_left',''),(9537,893,'_jupiterx_main_spacing_margin_left','margin_left'),(9538,893,'jupiterx_main_spacing',''),(9539,893,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9540,893,'jupiterx_title_bar_title','global'),(9541,893,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9542,893,'jupiterx_title_bar_breadcrumb','global'),(9543,893,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9544,893,'jupiterx_title_bar_subtitle',''),(9545,893,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9546,893,'jupiterx_footer','1'),(9547,893,'_jupiterx_footer','field_jupiterx_post_footer'),(9548,893,'jupiterx_footer_type','global'),(9549,893,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9550,893,'jupiterx_footer_widget_area','global'),(9551,893,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9552,893,'jupiterx_footer_sub','global'),(9553,893,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9554,893,'jupiterx_footer_behavior','global'),(9555,893,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9556,894,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9557,894,'jupiterx_header','1'),(9558,894,'_jupiterx_header','field_jupiterx_post_header'),(9559,894,'jupiterx_header_overlap','global'),(9560,894,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9561,894,'jupiterx_header_type','global'),(9562,894,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9563,894,'jupiterx_header_behavior','global'),(9564,894,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9565,894,'jupiterx_layout','global'),(9566,894,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9567,894,'jupiterx_content_full_width','0'),(9568,894,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9569,894,'jupiterx_content_spacing','0'),(9570,894,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9571,894,'jupiterx_sidebar_primary','global'),(9572,894,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9573,894,'jupiterx_sidebar_secondary','global'),(9574,894,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9575,894,'jupiterx_post_featured_image','global'),(9576,894,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9577,894,'jupiterx_post_social_share','global'),(9578,894,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9579,894,'jupiterx_post_comments','global'),(9580,894,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9581,894,'jupiterx_main_background_color',''),(9582,894,'_jupiterx_main_background_color','color'),(9583,894,'jupiterx_main_background_image',''),(9584,894,'_jupiterx_main_background_image','image'),(9585,894,'jupiterx_main_background_position',''),(9586,894,'_jupiterx_main_background_position','position'),(9587,894,'jupiterx_main_background_repeat',''),(9588,894,'_jupiterx_main_background_repeat','repeat'),(9589,894,'jupiterx_main_background_attachment',''),(9590,894,'_jupiterx_main_background_attachment','attachment'),(9591,894,'jupiterx_main_background_size',''),(9592,894,'_jupiterx_main_background_size','size'),(9593,894,'jupiterx_main_background',''),(9594,894,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9595,894,'jupiterx_main_spacing_padding_top',''),(9596,894,'_jupiterx_main_spacing_padding_top','padding_top'),(9597,894,'jupiterx_main_spacing_padding_right',''),(9598,894,'_jupiterx_main_spacing_padding_right','padding_right'),(9599,894,'jupiterx_main_spacing_padding_bottom',''),(9600,894,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9601,894,'jupiterx_main_spacing_padding_left',''),(9602,894,'_jupiterx_main_spacing_padding_left','padding_left'),(9603,894,'jupiterx_main_spacing_margin_top',''),(9604,894,'_jupiterx_main_spacing_margin_top','margin_top'),(9605,894,'jupiterx_main_spacing_margin_right',''),(9606,894,'_jupiterx_main_spacing_margin_right','margin_right'),(9607,894,'jupiterx_main_spacing_margin_bottom',''),(9608,894,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9609,894,'jupiterx_main_spacing_margin_left',''),(9610,894,'_jupiterx_main_spacing_margin_left','margin_left'),(9611,894,'jupiterx_main_spacing',''),(9612,894,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9613,894,'jupiterx_title_bar_title','global'),(9614,894,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9615,894,'jupiterx_title_bar_breadcrumb','global'),(9616,894,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9617,894,'jupiterx_title_bar_subtitle',''),(9618,894,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9619,894,'jupiterx_footer','1'),(9620,894,'_jupiterx_footer','field_jupiterx_post_footer'),(9621,894,'jupiterx_footer_type','global'),(9622,894,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9623,894,'jupiterx_footer_widget_area','global'),(9624,894,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9625,894,'jupiterx_footer_sub','global'),(9626,894,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9627,894,'jupiterx_footer_behavior','global'),(9628,894,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9629,895,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(9630,895,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9631,895,'jupiterx_header','1'),(9632,895,'_jupiterx_header','field_jupiterx_post_header'),(9633,895,'jupiterx_header_overlap','global'),(9634,895,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9635,895,'jupiterx_header_type','global'),(9636,895,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9637,895,'jupiterx_header_behavior','global'),(9638,895,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9639,895,'jupiterx_layout','global'),(9640,895,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9641,895,'jupiterx_content_full_width','0'),(9642,895,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9643,895,'jupiterx_content_spacing','0'),(9644,895,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9645,895,'jupiterx_sidebar_primary','global'),(9646,895,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9647,895,'jupiterx_sidebar_secondary','global'),(9648,895,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9649,895,'jupiterx_post_featured_image','global'),(9650,895,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9651,895,'jupiterx_post_social_share','global'),(9652,895,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9653,895,'jupiterx_post_comments','global'),(9654,895,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9655,895,'jupiterx_main_background_color',''),(9656,895,'_jupiterx_main_background_color','color'),(9657,895,'jupiterx_main_background_image',''),(9658,895,'_jupiterx_main_background_image','image'),(9659,895,'jupiterx_main_background_position',''),(9660,895,'_jupiterx_main_background_position','position'),(9661,895,'jupiterx_main_background_repeat',''),(9662,895,'_jupiterx_main_background_repeat','repeat'),(9663,895,'jupiterx_main_background_attachment',''),(9664,895,'_jupiterx_main_background_attachment','attachment'),(9665,895,'jupiterx_main_background_size',''),(9666,895,'_jupiterx_main_background_size','size'),(9667,895,'jupiterx_main_background',''),(9668,895,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9669,895,'jupiterx_main_spacing_padding_top',''),(9670,895,'_jupiterx_main_spacing_padding_top','padding_top'),(9671,895,'jupiterx_main_spacing_padding_right',''),(9672,895,'_jupiterx_main_spacing_padding_right','padding_right'),(9673,895,'jupiterx_main_spacing_padding_bottom',''),(9674,895,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9675,895,'jupiterx_main_spacing_padding_left',''),(9676,895,'_jupiterx_main_spacing_padding_left','padding_left'),(9677,895,'jupiterx_main_spacing_margin_top',''),(9678,895,'_jupiterx_main_spacing_margin_top','margin_top'),(9679,895,'jupiterx_main_spacing_margin_right',''),(9680,895,'_jupiterx_main_spacing_margin_right','margin_right'),(9681,895,'jupiterx_main_spacing_margin_bottom',''),(9682,895,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9683,895,'jupiterx_main_spacing_margin_left',''),(9684,895,'_jupiterx_main_spacing_margin_left','margin_left'),(9685,895,'jupiterx_main_spacing',''),(9686,895,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9687,895,'jupiterx_title_bar_title','global'),(9688,895,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9689,895,'jupiterx_title_bar_breadcrumb','global'),(9690,895,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9691,895,'jupiterx_title_bar_subtitle',''),(9692,895,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9693,895,'jupiterx_footer','1'),(9694,895,'_jupiterx_footer','field_jupiterx_post_footer'),(9695,895,'jupiterx_footer_type','global'),(9696,895,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9697,895,'jupiterx_footer_widget_area','global'),(9698,895,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9699,895,'jupiterx_footer_sub','global'),(9700,895,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9701,895,'jupiterx_footer_behavior','global'),(9702,895,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9703,896,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(9704,896,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9705,896,'jupiterx_header','1'),(9706,896,'_jupiterx_header','field_jupiterx_post_header'),(9707,896,'jupiterx_header_overlap','global'),(9708,896,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9709,896,'jupiterx_header_type','global'),(9710,896,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9711,896,'jupiterx_header_behavior','global'),(9712,896,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9713,896,'jupiterx_layout','global'),(9714,896,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9715,896,'jupiterx_content_full_width','0'),(9716,896,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9717,896,'jupiterx_content_spacing','0'),(9718,896,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9719,896,'jupiterx_sidebar_primary','global'),(9720,896,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9721,896,'jupiterx_sidebar_secondary','global'),(9722,896,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9723,896,'jupiterx_post_featured_image','global'),(9724,896,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9725,896,'jupiterx_post_social_share','global'),(9726,896,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9727,896,'jupiterx_post_comments','global'),(9728,896,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9729,896,'jupiterx_main_background_color',''),(9730,896,'_jupiterx_main_background_color','color'),(9731,896,'jupiterx_main_background_image',''),(9732,896,'_jupiterx_main_background_image','image'),(9733,896,'jupiterx_main_background_position',''),(9734,896,'_jupiterx_main_background_position','position'),(9735,896,'jupiterx_main_background_repeat',''),(9736,896,'_jupiterx_main_background_repeat','repeat'),(9737,896,'jupiterx_main_background_attachment',''),(9738,896,'_jupiterx_main_background_attachment','attachment'),(9739,896,'jupiterx_main_background_size',''),(9740,896,'_jupiterx_main_background_size','size'),(9741,896,'jupiterx_main_background',''),(9742,896,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9743,896,'jupiterx_main_spacing_padding_top',''),(9744,896,'_jupiterx_main_spacing_padding_top','padding_top'),(9745,896,'jupiterx_main_spacing_padding_right',''),(9746,896,'_jupiterx_main_spacing_padding_right','padding_right'),(9747,896,'jupiterx_main_spacing_padding_bottom',''),(9748,896,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9749,896,'jupiterx_main_spacing_padding_left',''),(9750,896,'_jupiterx_main_spacing_padding_left','padding_left'),(9751,896,'jupiterx_main_spacing_margin_top',''),(9752,896,'_jupiterx_main_spacing_margin_top','margin_top'),(9753,896,'jupiterx_main_spacing_margin_right',''),(9754,896,'_jupiterx_main_spacing_margin_right','margin_right'),(9755,896,'jupiterx_main_spacing_margin_bottom',''),(9756,896,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9757,896,'jupiterx_main_spacing_margin_left',''),(9758,896,'_jupiterx_main_spacing_margin_left','margin_left'),(9759,896,'jupiterx_main_spacing',''),(9760,896,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9761,896,'jupiterx_title_bar_title','global'),(9762,896,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9763,896,'jupiterx_title_bar_breadcrumb','global'),(9764,896,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9765,896,'jupiterx_title_bar_subtitle',''),(9766,896,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9767,896,'jupiterx_footer','1'),(9768,896,'_jupiterx_footer','field_jupiterx_post_footer'),(9769,896,'jupiterx_footer_type','global'),(9770,896,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9771,896,'jupiterx_footer_widget_area','global'),(9772,896,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9773,896,'jupiterx_footer_sub','global'),(9774,896,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9775,896,'jupiterx_footer_behavior','global'),(9776,896,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9777,897,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(9778,897,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9779,897,'jupiterx_header','1'),(9780,897,'_jupiterx_header','field_jupiterx_post_header'),(9781,897,'jupiterx_header_overlap','global'),(9782,897,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9783,897,'jupiterx_header_type','global'),(9784,897,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9785,897,'jupiterx_header_behavior','global'),(9786,897,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9787,897,'jupiterx_layout','global'),(9788,897,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9789,897,'jupiterx_content_full_width','0'),(9790,897,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9791,897,'jupiterx_content_spacing','0'),(9792,897,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9793,897,'jupiterx_sidebar_primary','global'),(9794,897,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9795,897,'jupiterx_sidebar_secondary','global'),(9796,897,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9797,897,'jupiterx_post_featured_image','global'),(9798,897,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9799,897,'jupiterx_post_social_share','global'),(9800,897,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9801,897,'jupiterx_post_comments','global'),(9802,897,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9803,897,'jupiterx_main_background_color',''),(9804,897,'_jupiterx_main_background_color','color'),(9805,897,'jupiterx_main_background_image',''),(9806,897,'_jupiterx_main_background_image','image'),(9807,897,'jupiterx_main_background_position',''),(9808,897,'_jupiterx_main_background_position','position'),(9809,897,'jupiterx_main_background_repeat',''),(9810,897,'_jupiterx_main_background_repeat','repeat'),(9811,897,'jupiterx_main_background_attachment',''),(9812,897,'_jupiterx_main_background_attachment','attachment'),(9813,897,'jupiterx_main_background_size',''),(9814,897,'_jupiterx_main_background_size','size'),(9815,897,'jupiterx_main_background',''),(9816,897,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9817,897,'jupiterx_main_spacing_padding_top',''),(9818,897,'_jupiterx_main_spacing_padding_top','padding_top'),(9819,897,'jupiterx_main_spacing_padding_right',''),(9820,897,'_jupiterx_main_spacing_padding_right','padding_right'),(9821,897,'jupiterx_main_spacing_padding_bottom',''),(9822,897,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9823,897,'jupiterx_main_spacing_padding_left',''),(9824,897,'_jupiterx_main_spacing_padding_left','padding_left'),(9825,897,'jupiterx_main_spacing_margin_top',''),(9826,897,'_jupiterx_main_spacing_margin_top','margin_top'),(9827,897,'jupiterx_main_spacing_margin_right',''),(9828,897,'_jupiterx_main_spacing_margin_right','margin_right'),(9829,897,'jupiterx_main_spacing_margin_bottom',''),(9830,897,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9831,897,'jupiterx_main_spacing_margin_left',''),(9832,897,'_jupiterx_main_spacing_margin_left','margin_left'),(9833,897,'jupiterx_main_spacing',''),(9834,897,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9835,897,'jupiterx_title_bar_title','global'),(9836,897,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9837,897,'jupiterx_title_bar_breadcrumb','global'),(9838,897,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9839,897,'jupiterx_title_bar_subtitle',''),(9840,897,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9841,897,'jupiterx_footer','1'),(9842,897,'_jupiterx_footer','field_jupiterx_post_footer'),(9843,897,'jupiterx_footer_type','global'),(9844,897,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9845,897,'jupiterx_footer_widget_area','global'),(9846,897,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9847,897,'jupiterx_footer_sub','global'),(9848,897,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9849,897,'jupiterx_footer_behavior','global'),(9850,897,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9851,898,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(9852,898,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9853,898,'jupiterx_header','1'),(9854,898,'_jupiterx_header','field_jupiterx_post_header'),(9855,898,'jupiterx_header_overlap','global'),(9856,898,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9857,898,'jupiterx_header_type','global'),(9858,898,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9859,898,'jupiterx_header_behavior','global'),(9860,898,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9861,898,'jupiterx_layout','global'),(9862,898,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9863,898,'jupiterx_content_full_width','0'),(9864,898,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9865,898,'jupiterx_content_spacing','0'),(9866,898,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9867,898,'jupiterx_sidebar_primary','global'),(9868,898,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9869,898,'jupiterx_sidebar_secondary','global'),(9870,898,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9871,898,'jupiterx_post_featured_image','global'),(9872,898,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9873,898,'jupiterx_post_social_share','global'),(9874,898,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9875,898,'jupiterx_post_comments','global'),(9876,898,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9877,898,'jupiterx_main_background_color',''),(9878,898,'_jupiterx_main_background_color','color'),(9879,898,'jupiterx_main_background_image',''),(9880,898,'_jupiterx_main_background_image','image'),(9881,898,'jupiterx_main_background_position',''),(9882,898,'_jupiterx_main_background_position','position'),(9883,898,'jupiterx_main_background_repeat',''),(9884,898,'_jupiterx_main_background_repeat','repeat'),(9885,898,'jupiterx_main_background_attachment',''),(9886,898,'_jupiterx_main_background_attachment','attachment'),(9887,898,'jupiterx_main_background_size',''),(9888,898,'_jupiterx_main_background_size','size'),(9889,898,'jupiterx_main_background',''),(9890,898,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9891,898,'jupiterx_main_spacing_padding_top',''),(9892,898,'_jupiterx_main_spacing_padding_top','padding_top'),(9893,898,'jupiterx_main_spacing_padding_right',''),(9894,898,'_jupiterx_main_spacing_padding_right','padding_right'),(9895,898,'jupiterx_main_spacing_padding_bottom',''),(9896,898,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9897,898,'jupiterx_main_spacing_padding_left',''),(9898,898,'_jupiterx_main_spacing_padding_left','padding_left'),(9899,898,'jupiterx_main_spacing_margin_top',''),(9900,898,'_jupiterx_main_spacing_margin_top','margin_top'),(9901,898,'jupiterx_main_spacing_margin_right',''),(9902,898,'_jupiterx_main_spacing_margin_right','margin_right'),(9903,898,'jupiterx_main_spacing_margin_bottom',''),(9904,898,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9905,898,'jupiterx_main_spacing_margin_left',''),(9906,898,'_jupiterx_main_spacing_margin_left','margin_left'),(9907,898,'jupiterx_main_spacing',''),(9908,898,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9909,898,'jupiterx_title_bar_title','global'),(9910,898,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9911,898,'jupiterx_title_bar_breadcrumb','global'),(9912,898,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9913,898,'jupiterx_title_bar_subtitle',''),(9914,898,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9915,898,'jupiterx_footer','1'),(9916,898,'_jupiterx_footer','field_jupiterx_post_footer'),(9917,898,'jupiterx_footer_type','global'),(9918,898,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9919,898,'jupiterx_footer_widget_area','global'),(9920,898,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9921,898,'jupiterx_footer_sub','global'),(9922,898,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9923,898,'jupiterx_footer_behavior','global'),(9924,898,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9925,899,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(9926,899,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(9927,899,'jupiterx_header','1'),(9928,899,'_jupiterx_header','field_jupiterx_post_header'),(9929,899,'jupiterx_header_overlap','global'),(9930,899,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(9931,899,'jupiterx_header_type','global'),(9932,899,'_jupiterx_header_type','field_jupiterx_post_header_type'),(9933,899,'jupiterx_header_behavior','global'),(9934,899,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(9935,899,'jupiterx_layout','global'),(9936,899,'_jupiterx_layout','field_jupiterx_post_main_layout'),(9937,899,'jupiterx_content_full_width','0'),(9938,899,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(9939,899,'jupiterx_content_spacing','0'),(9940,899,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(9941,899,'jupiterx_sidebar_primary','global'),(9942,899,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(9943,899,'jupiterx_sidebar_secondary','global'),(9944,899,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(9945,899,'jupiterx_post_featured_image','global'),(9946,899,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(9947,899,'jupiterx_post_social_share','global'),(9948,899,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(9949,899,'jupiterx_post_comments','global'),(9950,899,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(9951,899,'jupiterx_main_background_color',''),(9952,899,'_jupiterx_main_background_color','color'),(9953,899,'jupiterx_main_background_image',''),(9954,899,'_jupiterx_main_background_image','image'),(9955,899,'jupiterx_main_background_position',''),(9956,899,'_jupiterx_main_background_position','position'),(9957,899,'jupiterx_main_background_repeat',''),(9958,899,'_jupiterx_main_background_repeat','repeat'),(9959,899,'jupiterx_main_background_attachment',''),(9960,899,'_jupiterx_main_background_attachment','attachment'),(9961,899,'jupiterx_main_background_size',''),(9962,899,'_jupiterx_main_background_size','size'),(9963,899,'jupiterx_main_background',''),(9964,899,'_jupiterx_main_background','field_jupiterx_post_main_background'),(9965,899,'jupiterx_main_spacing_padding_top',''),(9966,899,'_jupiterx_main_spacing_padding_top','padding_top'),(9967,899,'jupiterx_main_spacing_padding_right',''),(9968,899,'_jupiterx_main_spacing_padding_right','padding_right'),(9969,899,'jupiterx_main_spacing_padding_bottom',''),(9970,899,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(9971,899,'jupiterx_main_spacing_padding_left',''),(9972,899,'_jupiterx_main_spacing_padding_left','padding_left'),(9973,899,'jupiterx_main_spacing_margin_top',''),(9974,899,'_jupiterx_main_spacing_margin_top','margin_top'),(9975,899,'jupiterx_main_spacing_margin_right',''),(9976,899,'_jupiterx_main_spacing_margin_right','margin_right'),(9977,899,'jupiterx_main_spacing_margin_bottom',''),(9978,899,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(9979,899,'jupiterx_main_spacing_margin_left',''),(9980,899,'_jupiterx_main_spacing_margin_left','margin_left'),(9981,899,'jupiterx_main_spacing',''),(9982,899,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(9983,899,'jupiterx_title_bar_title','global'),(9984,899,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(9985,899,'jupiterx_title_bar_breadcrumb','global'),(9986,899,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(9987,899,'jupiterx_title_bar_subtitle',''),(9988,899,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(9989,899,'jupiterx_footer','1'),(9990,899,'_jupiterx_footer','field_jupiterx_post_footer'),(9991,899,'jupiterx_footer_type','global'),(9992,899,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(9993,899,'jupiterx_footer_widget_area','global'),(9994,899,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(9995,899,'jupiterx_footer_sub','global'),(9996,899,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(9997,899,'jupiterx_footer_behavior','global'),(9998,899,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(9999,900,'_elementor_controls_usage','a:0:{}'),(10000,900,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(10001,900,'_edit_last','2'),(10002,900,'_wp_page_template','default'),(10003,900,'textfalse',''),(10004,900,'_layout','full'),(10005,900,'_padding','true'),(10006,900,'page_preloader','false'),(10007,900,'_introduce_align','left'),(10008,900,'_disable_breadcrumb','true'),(10009,900,'_enable_local_backgrounds','false'),(10010,900,'theme_header_style','1'),(10011,900,'theme_header_align','left'),(10012,900,'theme_toolbar_toggle','true'),(10013,900,'_transparent_header','false'),(10014,900,'_trans_header_remove_bg','true'),(10015,900,'_transparent_header_skin','light'),(10016,900,'_sticky_header_offset','header'),(10017,900,'background_selector_orientation','full_width_layout'),(10018,900,'boxed_layout_shadow_size','0'),(10019,900,'boxed_layout_shadow_intensity','0'),(10020,900,'body_color_gradient','single'),(10021,900,'body_color_gradient_style','linear'),(10022,900,'body_color_gradient_angle','vertical'),(10023,900,'body_source','no-image'),(10024,900,'body_parallax','false'),(10025,900,'page_color_gradient','single'),(10026,900,'page_color_gradient_style','linear'),(10027,900,'page_color_gradient_angle','vertical'),(10028,900,'page_source','no-image'),(10029,900,'page_parallax','false'),(10030,900,'header_color_gradient','single'),(10031,900,'header_color_gradient_style','linear'),(10032,900,'header_color_gradient_angle','vertical'),(10033,900,'header_source','no-image'),(10034,900,'header_parallax','false'),(10035,900,'banner_color_gradient','single'),(10036,900,'banner_color_gradient_style','linear'),(10037,900,'banner_color_gradient_angle','vertical'),(10038,900,'banner_source','no-image'),(10039,900,'banner_parallax','false'),(10040,900,'footer_color_gradient','single'),(10041,900,'footer_color_gradient_style','linear'),(10042,900,'footer_color_gradient_angle','vertical'),(10043,900,'footer_source','no-image'),(10044,900,'footer_parallax','false'),(10045,900,'_edit_lock','1581703641:2'),(10046,900,'_theme_options_build','5e44a2a263b19'),(10047,900,'_wpb_vc_js_status','true'),(10048,900,'slide_template',''),(10049,900,'_template','no-title'),(10050,900,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(10051,900,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10052,900,'classic-editor-remember','classic-editor'),(10053,900,'rs_page_bg_color',''),(10054,900,'_dynamic_styles','Tjs='),(10055,900,'jupiterx_header','1'),(10056,900,'_jupiterx_header','field_jupiterx_post_header'),(10057,900,'jupiterx_header_overlap','global'),(10058,900,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10059,900,'jupiterx_header_type','global'),(10060,900,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10061,900,'jupiterx_header_behavior','global'),(10062,900,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10063,900,'jupiterx_layout','global'),(10064,900,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10065,900,'jupiterx_content_full_width','0'),(10066,900,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10067,900,'jupiterx_content_spacing','0'),(10068,900,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10069,900,'jupiterx_sidebar_primary','global'),(10070,900,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10071,900,'jupiterx_sidebar_secondary','global'),(10072,900,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10073,900,'jupiterx_post_featured_image','global'),(10074,900,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10075,900,'jupiterx_post_social_share','global'),(10076,900,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10077,900,'jupiterx_post_comments','global'),(10078,900,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10079,900,'jupiterx_main_background_color',''),(10080,900,'_jupiterx_main_background_color','color'),(10081,900,'jupiterx_main_background_image',''),(10082,900,'_jupiterx_main_background_image','image'),(10083,900,'jupiterx_main_background_position',''),(10084,900,'_jupiterx_main_background_position','position'),(10085,900,'jupiterx_main_background_repeat',''),(10086,900,'_jupiterx_main_background_repeat','repeat'),(10087,900,'jupiterx_main_background_attachment',''),(10088,900,'_jupiterx_main_background_attachment','attachment'),(10089,900,'jupiterx_main_background_size',''),(10090,900,'_jupiterx_main_background_size','size'),(10091,900,'jupiterx_main_background',''),(10092,900,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10093,900,'jupiterx_main_spacing_padding_top',''),(10094,900,'_jupiterx_main_spacing_padding_top','padding_top'),(10095,900,'jupiterx_main_spacing_padding_right',''),(10096,900,'_jupiterx_main_spacing_padding_right','padding_right'),(10097,900,'jupiterx_main_spacing_padding_bottom',''),(10098,900,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10099,900,'jupiterx_main_spacing_padding_left',''),(10100,900,'_jupiterx_main_spacing_padding_left','padding_left'),(10101,900,'jupiterx_main_spacing_margin_top',''),(10102,900,'_jupiterx_main_spacing_margin_top','margin_top'),(10103,900,'jupiterx_main_spacing_margin_right',''),(10104,900,'_jupiterx_main_spacing_margin_right','margin_right'),(10105,900,'jupiterx_main_spacing_margin_bottom',''),(10106,900,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10107,900,'jupiterx_main_spacing_margin_left',''),(10108,900,'_jupiterx_main_spacing_margin_left','margin_left'),(10109,900,'jupiterx_main_spacing',''),(10110,900,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10111,900,'jupiterx_title_bar_title','global'),(10112,900,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10113,900,'jupiterx_title_bar_breadcrumb','global'),(10114,900,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10115,900,'jupiterx_title_bar_subtitle',''),(10116,900,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10117,900,'jupiterx_footer','1'),(10118,900,'_jupiterx_footer','field_jupiterx_post_footer'),(10119,900,'jupiterx_footer_type','global'),(10120,900,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10121,900,'jupiterx_footer_widget_area','global'),(10122,900,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10123,900,'jupiterx_footer_sub','global'),(10124,900,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10125,900,'jupiterx_footer_behavior','global'),(10126,900,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10127,900,'_elementor_template_type','wp-page'),(10128,900,'_elementor_version','2.8.5'),(10129,900,'_elementor_controls_usage','a:0:{}'),(10256,902,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10257,902,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(10258,902,'jupiterx_header','1'),(10259,902,'_jupiterx_header','field_jupiterx_post_header'),(10260,902,'jupiterx_header_overlap','global'),(10261,902,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10262,902,'jupiterx_header_type','global'),(10263,902,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10264,902,'jupiterx_header_behavior','global'),(10265,902,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10266,902,'jupiterx_layout','global'),(10267,902,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10268,902,'jupiterx_content_full_width','0'),(10269,902,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10270,902,'jupiterx_content_spacing','0'),(10271,902,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10272,902,'jupiterx_sidebar_primary','global'),(10273,902,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10274,902,'jupiterx_sidebar_secondary','global'),(10275,902,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10276,902,'jupiterx_post_featured_image','global'),(10277,902,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10278,902,'jupiterx_post_social_share','global'),(10279,902,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10280,902,'jupiterx_post_comments','global'),(10281,902,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10282,902,'jupiterx_main_background_color',''),(10283,902,'_jupiterx_main_background_color','color'),(10284,902,'jupiterx_main_background_image',''),(10285,902,'_jupiterx_main_background_image','image'),(10286,902,'jupiterx_main_background_position',''),(10287,902,'_jupiterx_main_background_position','position'),(10288,902,'jupiterx_main_background_repeat',''),(10289,902,'_jupiterx_main_background_repeat','repeat'),(10290,902,'jupiterx_main_background_attachment',''),(10291,902,'_jupiterx_main_background_attachment','attachment'),(10292,902,'jupiterx_main_background_size',''),(10293,902,'_jupiterx_main_background_size','size'),(10294,902,'jupiterx_main_background',''),(10295,902,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10296,902,'jupiterx_main_spacing_padding_top',''),(10297,902,'_jupiterx_main_spacing_padding_top','padding_top'),(10298,902,'jupiterx_main_spacing_padding_right',''),(10299,902,'_jupiterx_main_spacing_padding_right','padding_right'),(10300,902,'jupiterx_main_spacing_padding_bottom',''),(10301,902,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10302,902,'jupiterx_main_spacing_padding_left',''),(10303,902,'_jupiterx_main_spacing_padding_left','padding_left'),(10304,902,'jupiterx_main_spacing_margin_top',''),(10305,902,'_jupiterx_main_spacing_margin_top','margin_top'),(10306,902,'jupiterx_main_spacing_margin_right',''),(10307,902,'_jupiterx_main_spacing_margin_right','margin_right'),(10308,902,'jupiterx_main_spacing_margin_bottom',''),(10309,902,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10310,902,'jupiterx_main_spacing_margin_left',''),(10311,902,'_jupiterx_main_spacing_margin_left','margin_left'),(10312,902,'jupiterx_main_spacing',''),(10313,902,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10314,902,'jupiterx_title_bar_title','global'),(10315,902,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10316,902,'jupiterx_title_bar_breadcrumb','global'),(10317,902,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10318,902,'jupiterx_title_bar_subtitle',''),(10319,902,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10320,902,'jupiterx_footer','1'),(10321,902,'_jupiterx_footer','field_jupiterx_post_footer'),(10322,902,'jupiterx_footer_type','global'),(10323,902,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10324,902,'jupiterx_footer_widget_area','global'),(10325,902,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10326,902,'jupiterx_footer_sub','global'),(10327,902,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10328,902,'jupiterx_footer_behavior','global'),(10329,902,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10330,903,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10331,903,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(10332,903,'jupiterx_header','1'),(10333,903,'_jupiterx_header','field_jupiterx_post_header'),(10334,903,'jupiterx_header_overlap','global'),(10335,903,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10336,903,'jupiterx_header_type','global'),(10337,903,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10338,903,'jupiterx_header_behavior','global'),(10339,903,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10340,903,'jupiterx_layout','global'),(10341,903,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10342,903,'jupiterx_content_full_width','0'),(10343,903,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10344,903,'jupiterx_content_spacing','0'),(10345,903,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10346,903,'jupiterx_sidebar_primary','global'),(10347,903,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10348,903,'jupiterx_sidebar_secondary','global'),(10349,903,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10350,903,'jupiterx_post_featured_image','global'),(10351,903,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10352,903,'jupiterx_post_social_share','global'),(10353,903,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10354,903,'jupiterx_post_comments','global'),(10355,903,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10356,903,'jupiterx_main_background_color',''),(10357,903,'_jupiterx_main_background_color','color'),(10358,903,'jupiterx_main_background_image',''),(10359,903,'_jupiterx_main_background_image','image'),(10360,903,'jupiterx_main_background_position',''),(10361,903,'_jupiterx_main_background_position','position'),(10362,903,'jupiterx_main_background_repeat',''),(10363,903,'_jupiterx_main_background_repeat','repeat'),(10364,903,'jupiterx_main_background_attachment',''),(10365,903,'_jupiterx_main_background_attachment','attachment'),(10366,903,'jupiterx_main_background_size',''),(10367,903,'_jupiterx_main_background_size','size'),(10368,903,'jupiterx_main_background',''),(10369,903,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10370,903,'jupiterx_main_spacing_padding_top',''),(10371,903,'_jupiterx_main_spacing_padding_top','padding_top'),(10372,903,'jupiterx_main_spacing_padding_right',''),(10373,903,'_jupiterx_main_spacing_padding_right','padding_right'),(10374,903,'jupiterx_main_spacing_padding_bottom',''),(10375,903,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10376,903,'jupiterx_main_spacing_padding_left',''),(10377,903,'_jupiterx_main_spacing_padding_left','padding_left'),(10378,903,'jupiterx_main_spacing_margin_top',''),(10379,903,'_jupiterx_main_spacing_margin_top','margin_top'),(10380,903,'jupiterx_main_spacing_margin_right',''),(10381,903,'_jupiterx_main_spacing_margin_right','margin_right'),(10382,903,'jupiterx_main_spacing_margin_bottom',''),(10383,903,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10384,903,'jupiterx_main_spacing_margin_left',''),(10385,903,'_jupiterx_main_spacing_margin_left','margin_left'),(10386,903,'jupiterx_main_spacing',''),(10387,903,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10388,903,'jupiterx_title_bar_title','global'),(10389,903,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10390,903,'jupiterx_title_bar_breadcrumb','global'),(10391,903,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10392,903,'jupiterx_title_bar_subtitle',''),(10393,903,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10394,903,'jupiterx_footer','1'),(10395,903,'_jupiterx_footer','field_jupiterx_post_footer'),(10396,903,'jupiterx_footer_type','global'),(10397,903,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10398,903,'jupiterx_footer_widget_area','global'),(10399,903,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10400,903,'jupiterx_footer_sub','global'),(10401,903,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10402,903,'jupiterx_footer_behavior','global'),(10403,903,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10404,901,'jupiterx_header','1'),(10405,901,'_jupiterx_header','field_jupiterx_post_header'),(10406,901,'jupiterx_header_overlap','global'),(10407,901,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10408,901,'jupiterx_header_type','global'),(10409,901,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10410,901,'jupiterx_header_behavior','global'),(10411,901,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10412,901,'jupiterx_layout','global'),(10413,901,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10414,901,'jupiterx_content_full_width','0'),(10415,901,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10416,901,'jupiterx_content_spacing','0'),(10417,901,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10418,901,'jupiterx_sidebar_primary','global'),(10419,901,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10420,901,'jupiterx_sidebar_secondary','global'),(10421,901,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10422,901,'jupiterx_post_featured_image','global'),(10423,901,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10424,901,'jupiterx_post_social_share','global'),(10425,901,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10426,901,'jupiterx_post_comments','global'),(10427,901,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10428,901,'jupiterx_main_background_color',''),(10429,901,'_jupiterx_main_background_color','color'),(10430,901,'jupiterx_main_background_image',''),(10431,901,'_jupiterx_main_background_image','image'),(10432,901,'jupiterx_main_background_position',''),(10433,901,'_jupiterx_main_background_position','position'),(10434,901,'jupiterx_main_background_repeat',''),(10435,901,'_jupiterx_main_background_repeat','repeat'),(10436,901,'jupiterx_main_background_attachment',''),(10437,901,'_jupiterx_main_background_attachment','attachment'),(10438,901,'jupiterx_main_background_size',''),(10439,901,'_jupiterx_main_background_size','size'),(10440,901,'jupiterx_main_background',''),(10441,901,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10442,901,'jupiterx_main_spacing_padding_top',''),(10443,901,'_jupiterx_main_spacing_padding_top','padding_top'),(10444,901,'jupiterx_main_spacing_padding_right',''),(10445,901,'_jupiterx_main_spacing_padding_right','padding_right'),(10446,901,'jupiterx_main_spacing_padding_bottom',''),(10447,901,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10448,901,'jupiterx_main_spacing_padding_left',''),(10449,901,'_jupiterx_main_spacing_padding_left','padding_left'),(10450,901,'jupiterx_main_spacing_margin_top',''),(10451,901,'_jupiterx_main_spacing_margin_top','margin_top'),(10452,901,'jupiterx_main_spacing_margin_right',''),(10453,901,'_jupiterx_main_spacing_margin_right','margin_right'),(10454,901,'jupiterx_main_spacing_margin_bottom',''),(10455,901,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10456,901,'jupiterx_main_spacing_margin_left',''),(10457,901,'_jupiterx_main_spacing_margin_left','margin_left'),(10458,901,'jupiterx_main_spacing',''),(10459,901,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10460,901,'jupiterx_title_bar_title','global'),(10461,901,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10462,901,'jupiterx_title_bar_breadcrumb','global'),(10463,901,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10464,901,'jupiterx_title_bar_subtitle',''),(10465,901,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10466,901,'jupiterx_footer','1'),(10467,901,'_jupiterx_footer','field_jupiterx_post_footer'),(10468,901,'jupiterx_footer_type','global'),(10469,901,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10470,901,'jupiterx_footer_widget_area','global'),(10471,901,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10472,901,'jupiterx_footer_sub','global'),(10473,901,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10474,901,'jupiterx_footer_behavior','global'),(10475,901,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10476,901,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10477,901,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(10478,905,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10479,905,'_wpb_shortcodes_custom_css','.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(10480,905,'jupiterx_header','1'),(10481,905,'_jupiterx_header','field_jupiterx_post_header'),(10482,905,'jupiterx_header_overlap','global'),(10483,905,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10484,905,'jupiterx_header_type','global'),(10485,905,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10486,905,'jupiterx_header_behavior','global'),(10487,905,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10488,905,'jupiterx_layout','global'),(10489,905,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10490,905,'jupiterx_content_full_width','0'),(10491,905,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10492,905,'jupiterx_content_spacing','0'),(10493,905,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10494,905,'jupiterx_sidebar_primary','global'),(10495,905,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10496,905,'jupiterx_sidebar_secondary','global'),(10497,905,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10498,905,'jupiterx_post_featured_image','global'),(10499,905,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10500,905,'jupiterx_post_social_share','global'),(10501,905,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10502,905,'jupiterx_post_comments','global'),(10503,905,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10504,905,'jupiterx_main_background_color',''),(10505,905,'_jupiterx_main_background_color','color'),(10506,905,'jupiterx_main_background_image',''),(10507,905,'_jupiterx_main_background_image','image'),(10508,905,'jupiterx_main_background_position',''),(10509,905,'_jupiterx_main_background_position','position'),(10510,905,'jupiterx_main_background_repeat',''),(10511,905,'_jupiterx_main_background_repeat','repeat'),(10512,905,'jupiterx_main_background_attachment',''),(10513,905,'_jupiterx_main_background_attachment','attachment'),(10514,905,'jupiterx_main_background_size',''),(10515,905,'_jupiterx_main_background_size','size'),(10516,905,'jupiterx_main_background',''),(10517,905,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10518,905,'jupiterx_main_spacing_padding_top',''),(10519,905,'_jupiterx_main_spacing_padding_top','padding_top'),(10520,905,'jupiterx_main_spacing_padding_right',''),(10521,905,'_jupiterx_main_spacing_padding_right','padding_right'),(10522,905,'jupiterx_main_spacing_padding_bottom',''),(10523,905,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10524,905,'jupiterx_main_spacing_padding_left',''),(10525,905,'_jupiterx_main_spacing_padding_left','padding_left'),(10526,905,'jupiterx_main_spacing_margin_top',''),(10527,905,'_jupiterx_main_spacing_margin_top','margin_top'),(10528,905,'jupiterx_main_spacing_margin_right',''),(10529,905,'_jupiterx_main_spacing_margin_right','margin_right'),(10530,905,'jupiterx_main_spacing_margin_bottom',''),(10531,905,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10532,905,'jupiterx_main_spacing_margin_left',''),(10533,905,'_jupiterx_main_spacing_margin_left','margin_left'),(10534,905,'jupiterx_main_spacing',''),(10535,905,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10536,905,'jupiterx_title_bar_title','global'),(10537,905,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10538,905,'jupiterx_title_bar_breadcrumb','global'),(10539,905,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10540,905,'jupiterx_title_bar_subtitle',''),(10541,905,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10542,905,'jupiterx_footer','1'),(10543,905,'_jupiterx_footer','field_jupiterx_post_footer'),(10544,905,'jupiterx_footer_type','global'),(10545,905,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10546,905,'jupiterx_footer_widget_area','global'),(10547,905,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10548,905,'jupiterx_footer_sub','global'),(10549,905,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10550,905,'jupiterx_footer_behavior','global'),(10551,905,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10554,133,'_wp_attachment_image_alt','Accountability'),(10555,475,'_wp_attachment_image_alt','Accountability'),(10556,907,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10557,907,'_wpb_shortcodes_custom_css','.vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}.vc_custom_1526656143110{padding-top: 20px !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(10558,907,'jupiterx_header','1'),(10559,907,'_jupiterx_header','field_jupiterx_post_header'),(10560,907,'jupiterx_header_overlap','global'),(10561,907,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10562,907,'jupiterx_header_type','global'),(10563,907,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10564,907,'jupiterx_header_behavior','global'),(10565,907,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10566,907,'jupiterx_layout','global'),(10567,907,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10568,907,'jupiterx_content_full_width','0'),(10569,907,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10570,907,'jupiterx_content_spacing','0'),(10571,907,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10572,907,'jupiterx_sidebar_primary','global'),(10573,907,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10574,907,'jupiterx_sidebar_secondary','global'),(10575,907,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10576,907,'jupiterx_post_featured_image','global'),(10577,907,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10578,907,'jupiterx_post_social_share','global'),(10579,907,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10580,907,'jupiterx_post_comments','global'),(10581,907,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10582,907,'jupiterx_main_background_color',''),(10583,907,'_jupiterx_main_background_color','color'),(10584,907,'jupiterx_main_background_image',''),(10585,907,'_jupiterx_main_background_image','image'),(10586,907,'jupiterx_main_background_position',''),(10587,907,'_jupiterx_main_background_position','position'),(10588,907,'jupiterx_main_background_repeat',''),(10589,907,'_jupiterx_main_background_repeat','repeat'),(10590,907,'jupiterx_main_background_attachment',''),(10591,907,'_jupiterx_main_background_attachment','attachment'),(10592,907,'jupiterx_main_background_size',''),(10593,907,'_jupiterx_main_background_size','size'),(10594,907,'jupiterx_main_background',''),(10595,907,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10596,907,'jupiterx_main_spacing_padding_top',''),(10597,907,'_jupiterx_main_spacing_padding_top','padding_top'),(10598,907,'jupiterx_main_spacing_padding_right',''),(10599,907,'_jupiterx_main_spacing_padding_right','padding_right'),(10600,907,'jupiterx_main_spacing_padding_bottom',''),(10601,907,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10602,907,'jupiterx_main_spacing_padding_left',''),(10603,907,'_jupiterx_main_spacing_padding_left','padding_left'),(10604,907,'jupiterx_main_spacing_margin_top',''),(10605,907,'_jupiterx_main_spacing_margin_top','margin_top'),(10606,907,'jupiterx_main_spacing_margin_right',''),(10607,907,'_jupiterx_main_spacing_margin_right','margin_right'),(10608,907,'jupiterx_main_spacing_margin_bottom',''),(10609,907,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10610,907,'jupiterx_main_spacing_margin_left',''),(10611,907,'_jupiterx_main_spacing_margin_left','margin_left'),(10612,907,'jupiterx_main_spacing',''),(10613,907,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10614,907,'jupiterx_title_bar_title','global'),(10615,907,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10616,907,'jupiterx_title_bar_breadcrumb','global'),(10617,907,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10618,907,'jupiterx_title_bar_subtitle',''),(10619,907,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10620,907,'jupiterx_footer','1'),(10621,907,'_jupiterx_footer','field_jupiterx_post_footer'),(10622,907,'jupiterx_footer_type','global'),(10623,907,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10624,907,'jupiterx_footer_widget_area','global'),(10625,907,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10626,907,'jupiterx_footer_sub','global'),(10627,907,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10628,907,'jupiterx_footer_behavior','global'),(10629,907,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10630,908,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10631,908,'_wpb_shortcodes_custom_css','.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(10632,908,'jupiterx_header','1'),(10633,908,'_jupiterx_header','field_jupiterx_post_header'),(10634,908,'jupiterx_header_overlap','global'),(10635,908,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10636,908,'jupiterx_header_type','global'),(10637,908,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10638,908,'jupiterx_header_behavior','global'),(10639,908,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10640,908,'jupiterx_layout','global'),(10641,908,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10642,908,'jupiterx_content_full_width','0'),(10643,908,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10644,908,'jupiterx_content_spacing','0'),(10645,908,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10646,908,'jupiterx_sidebar_primary','global'),(10647,908,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10648,908,'jupiterx_sidebar_secondary','global'),(10649,908,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10650,908,'jupiterx_post_featured_image','global'),(10651,908,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10652,908,'jupiterx_post_social_share','global'),(10653,908,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10654,908,'jupiterx_post_comments','global'),(10655,908,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10656,908,'jupiterx_main_background_color',''),(10657,908,'_jupiterx_main_background_color','color'),(10658,908,'jupiterx_main_background_image',''),(10659,908,'_jupiterx_main_background_image','image'),(10660,908,'jupiterx_main_background_position',''),(10661,908,'_jupiterx_main_background_position','position'),(10662,908,'jupiterx_main_background_repeat',''),(10663,908,'_jupiterx_main_background_repeat','repeat'),(10664,908,'jupiterx_main_background_attachment',''),(10665,908,'_jupiterx_main_background_attachment','attachment'),(10666,908,'jupiterx_main_background_size',''),(10667,908,'_jupiterx_main_background_size','size'),(10668,908,'jupiterx_main_background',''),(10669,908,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10670,908,'jupiterx_main_spacing_padding_top',''),(10671,908,'_jupiterx_main_spacing_padding_top','padding_top'),(10672,908,'jupiterx_main_spacing_padding_right',''),(10673,908,'_jupiterx_main_spacing_padding_right','padding_right'),(10674,908,'jupiterx_main_spacing_padding_bottom',''),(10675,908,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10676,908,'jupiterx_main_spacing_padding_left',''),(10677,908,'_jupiterx_main_spacing_padding_left','padding_left'),(10678,908,'jupiterx_main_spacing_margin_top',''),(10679,908,'_jupiterx_main_spacing_margin_top','margin_top'),(10680,908,'jupiterx_main_spacing_margin_right',''),(10681,908,'_jupiterx_main_spacing_margin_right','margin_right'),(10682,908,'jupiterx_main_spacing_margin_bottom',''),(10683,908,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10684,908,'jupiterx_main_spacing_margin_left',''),(10685,908,'_jupiterx_main_spacing_margin_left','margin_left'),(10686,908,'jupiterx_main_spacing',''),(10687,908,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10688,908,'jupiterx_title_bar_title','global'),(10689,908,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10690,908,'jupiterx_title_bar_breadcrumb','global'),(10691,908,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10692,908,'jupiterx_title_bar_subtitle',''),(10693,908,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10694,908,'jupiterx_footer','1'),(10695,908,'_jupiterx_footer','field_jupiterx_post_footer'),(10696,908,'jupiterx_footer_type','global'),(10697,908,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10698,908,'jupiterx_footer_widget_area','global'),(10699,908,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10700,908,'jupiterx_footer_sub','global'),(10701,908,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10702,908,'jupiterx_footer_behavior','global'),(10703,908,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10704,909,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10705,909,'_wpb_shortcodes_custom_css','.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1524029669294{background-color: #ebebeb !important;}.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1526510605423{margin-top: 40px !important;}'),(10706,909,'jupiterx_header','1'),(10707,909,'_jupiterx_header','field_jupiterx_post_header'),(10708,909,'jupiterx_header_overlap','global'),(10709,909,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10710,909,'jupiterx_header_type','global'),(10711,909,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10712,909,'jupiterx_header_behavior','global'),(10713,909,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10714,909,'jupiterx_layout','global'),(10715,909,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10716,909,'jupiterx_content_full_width','0'),(10717,909,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10718,909,'jupiterx_content_spacing','0'),(10719,909,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10720,909,'jupiterx_sidebar_primary','global'),(10721,909,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10722,909,'jupiterx_sidebar_secondary','global'),(10723,909,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10724,909,'jupiterx_post_featured_image','global'),(10725,909,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10726,909,'jupiterx_post_social_share','global'),(10727,909,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10728,909,'jupiterx_post_comments','global'),(10729,909,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10730,909,'jupiterx_main_background_color',''),(10731,909,'_jupiterx_main_background_color','color'),(10732,909,'jupiterx_main_background_image',''),(10733,909,'_jupiterx_main_background_image','image'),(10734,909,'jupiterx_main_background_position',''),(10735,909,'_jupiterx_main_background_position','position'),(10736,909,'jupiterx_main_background_repeat',''),(10737,909,'_jupiterx_main_background_repeat','repeat'),(10738,909,'jupiterx_main_background_attachment',''),(10739,909,'_jupiterx_main_background_attachment','attachment'),(10740,909,'jupiterx_main_background_size',''),(10741,909,'_jupiterx_main_background_size','size'),(10742,909,'jupiterx_main_background',''),(10743,909,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10744,909,'jupiterx_main_spacing_padding_top',''),(10745,909,'_jupiterx_main_spacing_padding_top','padding_top'),(10746,909,'jupiterx_main_spacing_padding_right',''),(10747,909,'_jupiterx_main_spacing_padding_right','padding_right'),(10748,909,'jupiterx_main_spacing_padding_bottom',''),(10749,909,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10750,909,'jupiterx_main_spacing_padding_left',''),(10751,909,'_jupiterx_main_spacing_padding_left','padding_left'),(10752,909,'jupiterx_main_spacing_margin_top',''),(10753,909,'_jupiterx_main_spacing_margin_top','margin_top'),(10754,909,'jupiterx_main_spacing_margin_right',''),(10755,909,'_jupiterx_main_spacing_margin_right','margin_right'),(10756,909,'jupiterx_main_spacing_margin_bottom',''),(10757,909,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10758,909,'jupiterx_main_spacing_margin_left',''),(10759,909,'_jupiterx_main_spacing_margin_left','margin_left'),(10760,909,'jupiterx_main_spacing',''),(10761,909,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10762,909,'jupiterx_title_bar_title','global'),(10763,909,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10764,909,'jupiterx_title_bar_breadcrumb','global'),(10765,909,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10766,909,'jupiterx_title_bar_subtitle',''),(10767,909,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10768,909,'jupiterx_footer','1'),(10769,909,'_jupiterx_footer','field_jupiterx_post_footer'),(10770,909,'jupiterx_footer_type','global'),(10771,909,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10772,909,'jupiterx_footer_widget_area','global'),(10773,909,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10774,909,'jupiterx_footer_sub','global'),(10775,909,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10776,909,'jupiterx_footer_behavior','global'),(10777,909,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10778,910,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10779,910,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(10780,910,'jupiterx_header','1'),(10781,910,'_jupiterx_header','field_jupiterx_post_header'),(10782,910,'jupiterx_header_overlap','global'),(10783,910,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10784,910,'jupiterx_header_type','global'),(10785,910,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10786,910,'jupiterx_header_behavior','global'),(10787,910,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10788,910,'jupiterx_layout','global'),(10789,910,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10790,910,'jupiterx_content_full_width','0'),(10791,910,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10792,910,'jupiterx_content_spacing','0'),(10793,910,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10794,910,'jupiterx_sidebar_primary','global'),(10795,910,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10796,910,'jupiterx_sidebar_secondary','global'),(10797,910,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10798,910,'jupiterx_post_featured_image','global'),(10799,910,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10800,910,'jupiterx_post_social_share','global'),(10801,910,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10802,910,'jupiterx_post_comments','global'),(10803,910,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10804,910,'jupiterx_main_background_color',''),(10805,910,'_jupiterx_main_background_color','color'),(10806,910,'jupiterx_main_background_image',''),(10807,910,'_jupiterx_main_background_image','image'),(10808,910,'jupiterx_main_background_position',''),(10809,910,'_jupiterx_main_background_position','position'),(10810,910,'jupiterx_main_background_repeat',''),(10811,910,'_jupiterx_main_background_repeat','repeat'),(10812,910,'jupiterx_main_background_attachment',''),(10813,910,'_jupiterx_main_background_attachment','attachment'),(10814,910,'jupiterx_main_background_size',''),(10815,910,'_jupiterx_main_background_size','size'),(10816,910,'jupiterx_main_background',''),(10817,910,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10818,910,'jupiterx_main_spacing_padding_top',''),(10819,910,'_jupiterx_main_spacing_padding_top','padding_top'),(10820,910,'jupiterx_main_spacing_padding_right',''),(10821,910,'_jupiterx_main_spacing_padding_right','padding_right'),(10822,910,'jupiterx_main_spacing_padding_bottom',''),(10823,910,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10824,910,'jupiterx_main_spacing_padding_left',''),(10825,910,'_jupiterx_main_spacing_padding_left','padding_left'),(10826,910,'jupiterx_main_spacing_margin_top',''),(10827,910,'_jupiterx_main_spacing_margin_top','margin_top'),(10828,910,'jupiterx_main_spacing_margin_right',''),(10829,910,'_jupiterx_main_spacing_margin_right','margin_right'),(10830,910,'jupiterx_main_spacing_margin_bottom',''),(10831,910,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10832,910,'jupiterx_main_spacing_margin_left',''),(10833,910,'_jupiterx_main_spacing_margin_left','margin_left'),(10834,910,'jupiterx_main_spacing',''),(10835,910,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10836,910,'jupiterx_title_bar_title','global'),(10837,910,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10838,910,'jupiterx_title_bar_breadcrumb','global'),(10839,910,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10840,910,'jupiterx_title_bar_subtitle',''),(10841,910,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10842,910,'jupiterx_footer','1'),(10843,910,'_jupiterx_footer','field_jupiterx_post_footer'),(10844,910,'jupiterx_footer_type','global'),(10845,910,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10846,910,'jupiterx_footer_widget_area','global'),(10847,910,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10848,910,'jupiterx_footer_sub','global'),(10849,910,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10850,910,'jupiterx_footer_behavior','global'),(10851,910,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10852,911,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10853,911,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(10854,911,'jupiterx_header','1'),(10855,911,'_jupiterx_header','field_jupiterx_post_header'),(10856,911,'jupiterx_header_overlap','global'),(10857,911,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10858,911,'jupiterx_header_type','global'),(10859,911,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10860,911,'jupiterx_header_behavior','global'),(10861,911,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10862,911,'jupiterx_layout','global'),(10863,911,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10864,911,'jupiterx_content_full_width','0'),(10865,911,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10866,911,'jupiterx_content_spacing','0'),(10867,911,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10868,911,'jupiterx_sidebar_primary','global'),(10869,911,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10870,911,'jupiterx_sidebar_secondary','global'),(10871,911,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10872,911,'jupiterx_post_featured_image','global'),(10873,911,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10874,911,'jupiterx_post_social_share','global'),(10875,911,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10876,911,'jupiterx_post_comments','global'),(10877,911,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10878,911,'jupiterx_main_background_color',''),(10879,911,'_jupiterx_main_background_color','color'),(10880,911,'jupiterx_main_background_image',''),(10881,911,'_jupiterx_main_background_image','image'),(10882,911,'jupiterx_main_background_position',''),(10883,911,'_jupiterx_main_background_position','position'),(10884,911,'jupiterx_main_background_repeat',''),(10885,911,'_jupiterx_main_background_repeat','repeat'),(10886,911,'jupiterx_main_background_attachment',''),(10887,911,'_jupiterx_main_background_attachment','attachment'),(10888,911,'jupiterx_main_background_size',''),(10889,911,'_jupiterx_main_background_size','size'),(10890,911,'jupiterx_main_background',''),(10891,911,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10892,911,'jupiterx_main_spacing_padding_top',''),(10893,911,'_jupiterx_main_spacing_padding_top','padding_top'),(10894,911,'jupiterx_main_spacing_padding_right',''),(10895,911,'_jupiterx_main_spacing_padding_right','padding_right'),(10896,911,'jupiterx_main_spacing_padding_bottom',''),(10897,911,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10898,911,'jupiterx_main_spacing_padding_left',''),(10899,911,'_jupiterx_main_spacing_padding_left','padding_left'),(10900,911,'jupiterx_main_spacing_margin_top',''),(10901,911,'_jupiterx_main_spacing_margin_top','margin_top'),(10902,911,'jupiterx_main_spacing_margin_right',''),(10903,911,'_jupiterx_main_spacing_margin_right','margin_right'),(10904,911,'jupiterx_main_spacing_margin_bottom',''),(10905,911,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10906,911,'jupiterx_main_spacing_margin_left',''),(10907,911,'_jupiterx_main_spacing_margin_left','margin_left'),(10908,911,'jupiterx_main_spacing',''),(10909,911,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10910,911,'jupiterx_title_bar_title','global'),(10911,911,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10912,911,'jupiterx_title_bar_breadcrumb','global'),(10913,911,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10914,911,'jupiterx_title_bar_subtitle',''),(10915,911,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10916,911,'jupiterx_footer','1'),(10917,911,'_jupiterx_footer','field_jupiterx_post_footer'),(10918,911,'jupiterx_footer_type','global'),(10919,911,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10920,911,'jupiterx_footer_widget_area','global'),(10921,911,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10922,911,'jupiterx_footer_sub','global'),(10923,911,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10924,911,'jupiterx_footer_behavior','global'),(10925,911,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(10926,912,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(10927,912,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(10928,912,'jupiterx_header','1'),(10929,912,'_jupiterx_header','field_jupiterx_post_header'),(10930,912,'jupiterx_header_overlap','global'),(10931,912,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(10932,912,'jupiterx_header_type','global'),(10933,912,'_jupiterx_header_type','field_jupiterx_post_header_type'),(10934,912,'jupiterx_header_behavior','global'),(10935,912,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(10936,912,'jupiterx_layout','global'),(10937,912,'_jupiterx_layout','field_jupiterx_post_main_layout'),(10938,912,'jupiterx_content_full_width','0'),(10939,912,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(10940,912,'jupiterx_content_spacing','0'),(10941,912,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(10942,912,'jupiterx_sidebar_primary','global'),(10943,912,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(10944,912,'jupiterx_sidebar_secondary','global'),(10945,912,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(10946,912,'jupiterx_post_featured_image','global'),(10947,912,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(10948,912,'jupiterx_post_social_share','global'),(10949,912,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(10950,912,'jupiterx_post_comments','global'),(10951,912,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(10952,912,'jupiterx_main_background_color',''),(10953,912,'_jupiterx_main_background_color','color'),(10954,912,'jupiterx_main_background_image',''),(10955,912,'_jupiterx_main_background_image','image'),(10956,912,'jupiterx_main_background_position',''),(10957,912,'_jupiterx_main_background_position','position'),(10958,912,'jupiterx_main_background_repeat',''),(10959,912,'_jupiterx_main_background_repeat','repeat'),(10960,912,'jupiterx_main_background_attachment',''),(10961,912,'_jupiterx_main_background_attachment','attachment'),(10962,912,'jupiterx_main_background_size',''),(10963,912,'_jupiterx_main_background_size','size'),(10964,912,'jupiterx_main_background',''),(10965,912,'_jupiterx_main_background','field_jupiterx_post_main_background'),(10966,912,'jupiterx_main_spacing_padding_top',''),(10967,912,'_jupiterx_main_spacing_padding_top','padding_top'),(10968,912,'jupiterx_main_spacing_padding_right',''),(10969,912,'_jupiterx_main_spacing_padding_right','padding_right'),(10970,912,'jupiterx_main_spacing_padding_bottom',''),(10971,912,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(10972,912,'jupiterx_main_spacing_padding_left',''),(10973,912,'_jupiterx_main_spacing_padding_left','padding_left'),(10974,912,'jupiterx_main_spacing_margin_top',''),(10975,912,'_jupiterx_main_spacing_margin_top','margin_top'),(10976,912,'jupiterx_main_spacing_margin_right',''),(10977,912,'_jupiterx_main_spacing_margin_right','margin_right'),(10978,912,'jupiterx_main_spacing_margin_bottom',''),(10979,912,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(10980,912,'jupiterx_main_spacing_margin_left',''),(10981,912,'_jupiterx_main_spacing_margin_left','margin_left'),(10982,912,'jupiterx_main_spacing',''),(10983,912,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(10984,912,'jupiterx_title_bar_title','global'),(10985,912,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(10986,912,'jupiterx_title_bar_breadcrumb','global'),(10987,912,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(10988,912,'jupiterx_title_bar_subtitle',''),(10989,912,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(10990,912,'jupiterx_footer','1'),(10991,912,'_jupiterx_footer','field_jupiterx_post_footer'),(10992,912,'jupiterx_footer_type','global'),(10993,912,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(10994,912,'jupiterx_footer_widget_area','global'),(10995,912,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(10996,912,'jupiterx_footer_sub','global'),(10997,912,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(10998,912,'jupiterx_footer_behavior','global'),(10999,912,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11000,913,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11001,913,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(11002,913,'jupiterx_header','1'),(11003,913,'_jupiterx_header','field_jupiterx_post_header'),(11004,913,'jupiterx_header_overlap','global'),(11005,913,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11006,913,'jupiterx_header_type','global'),(11007,913,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11008,913,'jupiterx_header_behavior','global'),(11009,913,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11010,913,'jupiterx_layout','global'),(11011,913,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11012,913,'jupiterx_content_full_width','0'),(11013,913,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11014,913,'jupiterx_content_spacing','0'),(11015,913,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11016,913,'jupiterx_sidebar_primary','global'),(11017,913,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11018,913,'jupiterx_sidebar_secondary','global'),(11019,913,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11020,913,'jupiterx_post_featured_image','global'),(11021,913,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11022,913,'jupiterx_post_social_share','global'),(11023,913,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11024,913,'jupiterx_post_comments','global'),(11025,913,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11026,913,'jupiterx_main_background_color',''),(11027,913,'_jupiterx_main_background_color','color'),(11028,913,'jupiterx_main_background_image',''),(11029,913,'_jupiterx_main_background_image','image'),(11030,913,'jupiterx_main_background_position',''),(11031,913,'_jupiterx_main_background_position','position'),(11032,913,'jupiterx_main_background_repeat',''),(11033,913,'_jupiterx_main_background_repeat','repeat'),(11034,913,'jupiterx_main_background_attachment',''),(11035,913,'_jupiterx_main_background_attachment','attachment'),(11036,913,'jupiterx_main_background_size',''),(11037,913,'_jupiterx_main_background_size','size'),(11038,913,'jupiterx_main_background',''),(11039,913,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11040,913,'jupiterx_main_spacing_padding_top',''),(11041,913,'_jupiterx_main_spacing_padding_top','padding_top'),(11042,913,'jupiterx_main_spacing_padding_right',''),(11043,913,'_jupiterx_main_spacing_padding_right','padding_right'),(11044,913,'jupiterx_main_spacing_padding_bottom',''),(11045,913,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11046,913,'jupiterx_main_spacing_padding_left',''),(11047,913,'_jupiterx_main_spacing_padding_left','padding_left'),(11048,913,'jupiterx_main_spacing_margin_top',''),(11049,913,'_jupiterx_main_spacing_margin_top','margin_top'),(11050,913,'jupiterx_main_spacing_margin_right',''),(11051,913,'_jupiterx_main_spacing_margin_right','margin_right'),(11052,913,'jupiterx_main_spacing_margin_bottom',''),(11053,913,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11054,913,'jupiterx_main_spacing_margin_left',''),(11055,913,'_jupiterx_main_spacing_margin_left','margin_left'),(11056,913,'jupiterx_main_spacing',''),(11057,913,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11058,913,'jupiterx_title_bar_title','global'),(11059,913,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11060,913,'jupiterx_title_bar_breadcrumb','global'),(11061,913,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11062,913,'jupiterx_title_bar_subtitle',''),(11063,913,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11064,913,'jupiterx_footer','1'),(11065,913,'_jupiterx_footer','field_jupiterx_post_footer'),(11066,913,'jupiterx_footer_type','global'),(11067,913,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11068,913,'jupiterx_footer_widget_area','global'),(11069,913,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11070,913,'jupiterx_footer_sub','global'),(11071,913,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11072,913,'jupiterx_footer_behavior','global'),(11073,913,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11074,914,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11075,914,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(11076,914,'jupiterx_header','1'),(11077,914,'_jupiterx_header','field_jupiterx_post_header'),(11078,914,'jupiterx_header_overlap','global'),(11079,914,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11080,914,'jupiterx_header_type','global'),(11081,914,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11082,914,'jupiterx_header_behavior','global'),(11083,914,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11084,914,'jupiterx_layout','global'),(11085,914,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11086,914,'jupiterx_content_full_width','0'),(11087,914,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11088,914,'jupiterx_content_spacing','0'),(11089,914,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11090,914,'jupiterx_sidebar_primary','global'),(11091,914,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11092,914,'jupiterx_sidebar_secondary','global'),(11093,914,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11094,914,'jupiterx_post_featured_image','global'),(11095,914,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11096,914,'jupiterx_post_social_share','global'),(11097,914,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11098,914,'jupiterx_post_comments','global'),(11099,914,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11100,914,'jupiterx_main_background_color',''),(11101,914,'_jupiterx_main_background_color','color'),(11102,914,'jupiterx_main_background_image',''),(11103,914,'_jupiterx_main_background_image','image'),(11104,914,'jupiterx_main_background_position',''),(11105,914,'_jupiterx_main_background_position','position'),(11106,914,'jupiterx_main_background_repeat',''),(11107,914,'_jupiterx_main_background_repeat','repeat'),(11108,914,'jupiterx_main_background_attachment',''),(11109,914,'_jupiterx_main_background_attachment','attachment'),(11110,914,'jupiterx_main_background_size',''),(11111,914,'_jupiterx_main_background_size','size'),(11112,914,'jupiterx_main_background',''),(11113,914,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11114,914,'jupiterx_main_spacing_padding_top',''),(11115,914,'_jupiterx_main_spacing_padding_top','padding_top'),(11116,914,'jupiterx_main_spacing_padding_right',''),(11117,914,'_jupiterx_main_spacing_padding_right','padding_right'),(11118,914,'jupiterx_main_spacing_padding_bottom',''),(11119,914,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11120,914,'jupiterx_main_spacing_padding_left',''),(11121,914,'_jupiterx_main_spacing_padding_left','padding_left'),(11122,914,'jupiterx_main_spacing_margin_top',''),(11123,914,'_jupiterx_main_spacing_margin_top','margin_top'),(11124,914,'jupiterx_main_spacing_margin_right',''),(11125,914,'_jupiterx_main_spacing_margin_right','margin_right'),(11126,914,'jupiterx_main_spacing_margin_bottom',''),(11127,914,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11128,914,'jupiterx_main_spacing_margin_left',''),(11129,914,'_jupiterx_main_spacing_margin_left','margin_left'),(11130,914,'jupiterx_main_spacing',''),(11131,914,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11132,914,'jupiterx_title_bar_title','global'),(11133,914,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11134,914,'jupiterx_title_bar_breadcrumb','global'),(11135,914,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11136,914,'jupiterx_title_bar_subtitle',''),(11137,914,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11138,914,'jupiterx_footer','1'),(11139,914,'_jupiterx_footer','field_jupiterx_post_footer'),(11140,914,'jupiterx_footer_type','global'),(11141,914,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11142,914,'jupiterx_footer_widget_area','global'),(11143,914,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11144,914,'jupiterx_footer_sub','global'),(11145,914,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11146,914,'jupiterx_footer_behavior','global'),(11147,914,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11148,915,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11149,915,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(11150,915,'jupiterx_header','1'),(11151,915,'_jupiterx_header','field_jupiterx_post_header'),(11152,915,'jupiterx_header_overlap','global'),(11153,915,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11154,915,'jupiterx_header_type','global'),(11155,915,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11156,915,'jupiterx_header_behavior','global'),(11157,915,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11158,915,'jupiterx_layout','global'),(11159,915,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11160,915,'jupiterx_content_full_width','0'),(11161,915,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11162,915,'jupiterx_content_spacing','0'),(11163,915,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11164,915,'jupiterx_sidebar_primary','global'),(11165,915,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11166,915,'jupiterx_sidebar_secondary','global'),(11167,915,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11168,915,'jupiterx_post_featured_image','global'),(11169,915,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11170,915,'jupiterx_post_social_share','global'),(11171,915,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11172,915,'jupiterx_post_comments','global'),(11173,915,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11174,915,'jupiterx_main_background_color',''),(11175,915,'_jupiterx_main_background_color','color'),(11176,915,'jupiterx_main_background_image',''),(11177,915,'_jupiterx_main_background_image','image'),(11178,915,'jupiterx_main_background_position',''),(11179,915,'_jupiterx_main_background_position','position'),(11180,915,'jupiterx_main_background_repeat',''),(11181,915,'_jupiterx_main_background_repeat','repeat'),(11182,915,'jupiterx_main_background_attachment',''),(11183,915,'_jupiterx_main_background_attachment','attachment'),(11184,915,'jupiterx_main_background_size',''),(11185,915,'_jupiterx_main_background_size','size'),(11186,915,'jupiterx_main_background',''),(11187,915,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11188,915,'jupiterx_main_spacing_padding_top',''),(11189,915,'_jupiterx_main_spacing_padding_top','padding_top'),(11190,915,'jupiterx_main_spacing_padding_right',''),(11191,915,'_jupiterx_main_spacing_padding_right','padding_right'),(11192,915,'jupiterx_main_spacing_padding_bottom',''),(11193,915,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11194,915,'jupiterx_main_spacing_padding_left',''),(11195,915,'_jupiterx_main_spacing_padding_left','padding_left'),(11196,915,'jupiterx_main_spacing_margin_top',''),(11197,915,'_jupiterx_main_spacing_margin_top','margin_top'),(11198,915,'jupiterx_main_spacing_margin_right',''),(11199,915,'_jupiterx_main_spacing_margin_right','margin_right'),(11200,915,'jupiterx_main_spacing_margin_bottom',''),(11201,915,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11202,915,'jupiterx_main_spacing_margin_left',''),(11203,915,'_jupiterx_main_spacing_margin_left','margin_left'),(11204,915,'jupiterx_main_spacing',''),(11205,915,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11206,915,'jupiterx_title_bar_title','global'),(11207,915,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11208,915,'jupiterx_title_bar_breadcrumb','global'),(11209,915,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11210,915,'jupiterx_title_bar_subtitle',''),(11211,915,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11212,915,'jupiterx_footer','1'),(11213,915,'_jupiterx_footer','field_jupiterx_post_footer'),(11214,915,'jupiterx_footer_type','global'),(11215,915,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11216,915,'jupiterx_footer_widget_area','global'),(11217,915,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11218,915,'jupiterx_footer_sub','global'),(11219,915,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11220,915,'jupiterx_footer_behavior','global'),(11221,915,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11222,916,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11223,916,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11224,916,'jupiterx_header','1'),(11225,916,'_jupiterx_header','field_jupiterx_post_header'),(11226,916,'jupiterx_header_overlap','global'),(11227,916,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11228,916,'jupiterx_header_type','global'),(11229,916,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11230,916,'jupiterx_header_behavior','global'),(11231,916,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11232,916,'jupiterx_layout','global'),(11233,916,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11234,916,'jupiterx_content_full_width','0'),(11235,916,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11236,916,'jupiterx_content_spacing','0'),(11237,916,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11238,916,'jupiterx_sidebar_primary','global'),(11239,916,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11240,916,'jupiterx_sidebar_secondary','global'),(11241,916,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11242,916,'jupiterx_post_featured_image','global'),(11243,916,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11244,916,'jupiterx_post_social_share','global'),(11245,916,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11246,916,'jupiterx_post_comments','global'),(11247,916,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11248,916,'jupiterx_main_background_color',''),(11249,916,'_jupiterx_main_background_color','color'),(11250,916,'jupiterx_main_background_image',''),(11251,916,'_jupiterx_main_background_image','image'),(11252,916,'jupiterx_main_background_position',''),(11253,916,'_jupiterx_main_background_position','position'),(11254,916,'jupiterx_main_background_repeat',''),(11255,916,'_jupiterx_main_background_repeat','repeat'),(11256,916,'jupiterx_main_background_attachment',''),(11257,916,'_jupiterx_main_background_attachment','attachment'),(11258,916,'jupiterx_main_background_size',''),(11259,916,'_jupiterx_main_background_size','size'),(11260,916,'jupiterx_main_background',''),(11261,916,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11262,916,'jupiterx_main_spacing_padding_top',''),(11263,916,'_jupiterx_main_spacing_padding_top','padding_top'),(11264,916,'jupiterx_main_spacing_padding_right',''),(11265,916,'_jupiterx_main_spacing_padding_right','padding_right'),(11266,916,'jupiterx_main_spacing_padding_bottom',''),(11267,916,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11268,916,'jupiterx_main_spacing_padding_left',''),(11269,916,'_jupiterx_main_spacing_padding_left','padding_left'),(11270,916,'jupiterx_main_spacing_margin_top',''),(11271,916,'_jupiterx_main_spacing_margin_top','margin_top'),(11272,916,'jupiterx_main_spacing_margin_right',''),(11273,916,'_jupiterx_main_spacing_margin_right','margin_right'),(11274,916,'jupiterx_main_spacing_margin_bottom',''),(11275,916,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11276,916,'jupiterx_main_spacing_margin_left',''),(11277,916,'_jupiterx_main_spacing_margin_left','margin_left'),(11278,916,'jupiterx_main_spacing',''),(11279,916,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11280,916,'jupiterx_title_bar_title','global'),(11281,916,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11282,916,'jupiterx_title_bar_breadcrumb','global'),(11283,916,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11284,916,'jupiterx_title_bar_subtitle',''),(11285,916,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11286,916,'jupiterx_footer','1'),(11287,916,'_jupiterx_footer','field_jupiterx_post_footer'),(11288,916,'jupiterx_footer_type','global'),(11289,916,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11290,916,'jupiterx_footer_widget_area','global'),(11291,916,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11292,916,'jupiterx_footer_sub','global'),(11293,916,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11294,916,'jupiterx_footer_behavior','global'),(11295,916,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11296,917,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11297,917,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11298,917,'jupiterx_header','1'),(11299,917,'_jupiterx_header','field_jupiterx_post_header'),(11300,917,'jupiterx_header_overlap','global'),(11301,917,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11302,917,'jupiterx_header_type','global'),(11303,917,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11304,917,'jupiterx_header_behavior','global'),(11305,917,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11306,917,'jupiterx_layout','global'),(11307,917,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11308,917,'jupiterx_content_full_width','0'),(11309,917,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11310,917,'jupiterx_content_spacing','0'),(11311,917,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11312,917,'jupiterx_sidebar_primary','global'),(11313,917,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11314,917,'jupiterx_sidebar_secondary','global'),(11315,917,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11316,917,'jupiterx_post_featured_image','global'),(11317,917,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11318,917,'jupiterx_post_social_share','global'),(11319,917,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11320,917,'jupiterx_post_comments','global'),(11321,917,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11322,917,'jupiterx_main_background_color',''),(11323,917,'_jupiterx_main_background_color','color'),(11324,917,'jupiterx_main_background_image',''),(11325,917,'_jupiterx_main_background_image','image'),(11326,917,'jupiterx_main_background_position',''),(11327,917,'_jupiterx_main_background_position','position'),(11328,917,'jupiterx_main_background_repeat',''),(11329,917,'_jupiterx_main_background_repeat','repeat'),(11330,917,'jupiterx_main_background_attachment',''),(11331,917,'_jupiterx_main_background_attachment','attachment'),(11332,917,'jupiterx_main_background_size',''),(11333,917,'_jupiterx_main_background_size','size'),(11334,917,'jupiterx_main_background',''),(11335,917,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11336,917,'jupiterx_main_spacing_padding_top',''),(11337,917,'_jupiterx_main_spacing_padding_top','padding_top'),(11338,917,'jupiterx_main_spacing_padding_right',''),(11339,917,'_jupiterx_main_spacing_padding_right','padding_right'),(11340,917,'jupiterx_main_spacing_padding_bottom',''),(11341,917,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11342,917,'jupiterx_main_spacing_padding_left',''),(11343,917,'_jupiterx_main_spacing_padding_left','padding_left'),(11344,917,'jupiterx_main_spacing_margin_top',''),(11345,917,'_jupiterx_main_spacing_margin_top','margin_top'),(11346,917,'jupiterx_main_spacing_margin_right',''),(11347,917,'_jupiterx_main_spacing_margin_right','margin_right'),(11348,917,'jupiterx_main_spacing_margin_bottom',''),(11349,917,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11350,917,'jupiterx_main_spacing_margin_left',''),(11351,917,'_jupiterx_main_spacing_margin_left','margin_left'),(11352,917,'jupiterx_main_spacing',''),(11353,917,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11354,917,'jupiterx_title_bar_title','global'),(11355,917,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11356,917,'jupiterx_title_bar_breadcrumb','global'),(11357,917,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11358,917,'jupiterx_title_bar_subtitle',''),(11359,917,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11360,917,'jupiterx_footer','1'),(11361,917,'_jupiterx_footer','field_jupiterx_post_footer'),(11362,917,'jupiterx_footer_type','global'),(11363,917,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11364,917,'jupiterx_footer_widget_area','global'),(11365,917,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11366,917,'jupiterx_footer_sub','global'),(11367,917,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11368,917,'jupiterx_footer_behavior','global'),(11369,917,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11370,918,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11371,918,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11372,918,'jupiterx_header','1'),(11373,918,'_jupiterx_header','field_jupiterx_post_header'),(11374,918,'jupiterx_header_overlap','global'),(11375,918,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11376,918,'jupiterx_header_type','global'),(11377,918,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11378,918,'jupiterx_header_behavior','global'),(11379,918,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11380,918,'jupiterx_layout','global'),(11381,918,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11382,918,'jupiterx_content_full_width','0'),(11383,918,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11384,918,'jupiterx_content_spacing','0'),(11385,918,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11386,918,'jupiterx_sidebar_primary','global'),(11387,918,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11388,918,'jupiterx_sidebar_secondary','global'),(11389,918,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11390,918,'jupiterx_post_featured_image','global'),(11391,918,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11392,918,'jupiterx_post_social_share','global'),(11393,918,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11394,918,'jupiterx_post_comments','global'),(11395,918,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11396,918,'jupiterx_main_background_color',''),(11397,918,'_jupiterx_main_background_color','color'),(11398,918,'jupiterx_main_background_image',''),(11399,918,'_jupiterx_main_background_image','image'),(11400,918,'jupiterx_main_background_position',''),(11401,918,'_jupiterx_main_background_position','position'),(11402,918,'jupiterx_main_background_repeat',''),(11403,918,'_jupiterx_main_background_repeat','repeat'),(11404,918,'jupiterx_main_background_attachment',''),(11405,918,'_jupiterx_main_background_attachment','attachment'),(11406,918,'jupiterx_main_background_size',''),(11407,918,'_jupiterx_main_background_size','size'),(11408,918,'jupiterx_main_background',''),(11409,918,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11410,918,'jupiterx_main_spacing_padding_top',''),(11411,918,'_jupiterx_main_spacing_padding_top','padding_top'),(11412,918,'jupiterx_main_spacing_padding_right',''),(11413,918,'_jupiterx_main_spacing_padding_right','padding_right'),(11414,918,'jupiterx_main_spacing_padding_bottom',''),(11415,918,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11416,918,'jupiterx_main_spacing_padding_left',''),(11417,918,'_jupiterx_main_spacing_padding_left','padding_left'),(11418,918,'jupiterx_main_spacing_margin_top',''),(11419,918,'_jupiterx_main_spacing_margin_top','margin_top'),(11420,918,'jupiterx_main_spacing_margin_right',''),(11421,918,'_jupiterx_main_spacing_margin_right','margin_right'),(11422,918,'jupiterx_main_spacing_margin_bottom',''),(11423,918,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11424,918,'jupiterx_main_spacing_margin_left',''),(11425,918,'_jupiterx_main_spacing_margin_left','margin_left'),(11426,918,'jupiterx_main_spacing',''),(11427,918,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11428,918,'jupiterx_title_bar_title','global'),(11429,918,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11430,918,'jupiterx_title_bar_breadcrumb','global'),(11431,918,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11432,918,'jupiterx_title_bar_subtitle',''),(11433,918,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11434,918,'jupiterx_footer','1'),(11435,918,'_jupiterx_footer','field_jupiterx_post_footer'),(11436,918,'jupiterx_footer_type','global'),(11437,918,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11438,918,'jupiterx_footer_widget_area','global'),(11439,918,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11440,918,'jupiterx_footer_sub','global'),(11441,918,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11442,918,'jupiterx_footer_behavior','global'),(11443,918,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11444,919,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11445,919,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11446,919,'jupiterx_header','1'),(11447,919,'_jupiterx_header','field_jupiterx_post_header'),(11448,919,'jupiterx_header_overlap','global'),(11449,919,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11450,919,'jupiterx_header_type','global'),(11451,919,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11452,919,'jupiterx_header_behavior','global'),(11453,919,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11454,919,'jupiterx_layout','global'),(11455,919,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11456,919,'jupiterx_content_full_width','0'),(11457,919,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11458,919,'jupiterx_content_spacing','0'),(11459,919,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11460,919,'jupiterx_sidebar_primary','global'),(11461,919,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11462,919,'jupiterx_sidebar_secondary','global'),(11463,919,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11464,919,'jupiterx_post_featured_image','global'),(11465,919,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11466,919,'jupiterx_post_social_share','global'),(11467,919,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11468,919,'jupiterx_post_comments','global'),(11469,919,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11470,919,'jupiterx_main_background_color',''),(11471,919,'_jupiterx_main_background_color','color'),(11472,919,'jupiterx_main_background_image',''),(11473,919,'_jupiterx_main_background_image','image'),(11474,919,'jupiterx_main_background_position',''),(11475,919,'_jupiterx_main_background_position','position'),(11476,919,'jupiterx_main_background_repeat',''),(11477,919,'_jupiterx_main_background_repeat','repeat'),(11478,919,'jupiterx_main_background_attachment',''),(11479,919,'_jupiterx_main_background_attachment','attachment'),(11480,919,'jupiterx_main_background_size',''),(11481,919,'_jupiterx_main_background_size','size'),(11482,919,'jupiterx_main_background',''),(11483,919,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11484,919,'jupiterx_main_spacing_padding_top',''),(11485,919,'_jupiterx_main_spacing_padding_top','padding_top'),(11486,919,'jupiterx_main_spacing_padding_right',''),(11487,919,'_jupiterx_main_spacing_padding_right','padding_right'),(11488,919,'jupiterx_main_spacing_padding_bottom',''),(11489,919,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11490,919,'jupiterx_main_spacing_padding_left',''),(11491,919,'_jupiterx_main_spacing_padding_left','padding_left'),(11492,919,'jupiterx_main_spacing_margin_top',''),(11493,919,'_jupiterx_main_spacing_margin_top','margin_top'),(11494,919,'jupiterx_main_spacing_margin_right',''),(11495,919,'_jupiterx_main_spacing_margin_right','margin_right'),(11496,919,'jupiterx_main_spacing_margin_bottom',''),(11497,919,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11498,919,'jupiterx_main_spacing_margin_left',''),(11499,919,'_jupiterx_main_spacing_margin_left','margin_left'),(11500,919,'jupiterx_main_spacing',''),(11501,919,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11502,919,'jupiterx_title_bar_title','global'),(11503,919,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11504,919,'jupiterx_title_bar_breadcrumb','global'),(11505,919,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11506,919,'jupiterx_title_bar_subtitle',''),(11507,919,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11508,919,'jupiterx_footer','1'),(11509,919,'_jupiterx_footer','field_jupiterx_post_footer'),(11510,919,'jupiterx_footer_type','global'),(11511,919,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11512,919,'jupiterx_footer_widget_area','global'),(11513,919,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11514,919,'jupiterx_footer_sub','global'),(11515,919,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11516,919,'jupiterx_footer_behavior','global'),(11517,919,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11518,920,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11519,920,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11520,920,'jupiterx_header','1'),(11521,920,'_jupiterx_header','field_jupiterx_post_header'),(11522,920,'jupiterx_header_overlap','global'),(11523,920,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11524,920,'jupiterx_header_type','global'),(11525,920,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11526,920,'jupiterx_header_behavior','global'),(11527,920,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11528,920,'jupiterx_layout','global'),(11529,920,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11530,920,'jupiterx_content_full_width','0'),(11531,920,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11532,920,'jupiterx_content_spacing','0'),(11533,920,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11534,920,'jupiterx_sidebar_primary','global'),(11535,920,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11536,920,'jupiterx_sidebar_secondary','global'),(11537,920,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11538,920,'jupiterx_post_featured_image','global'),(11539,920,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11540,920,'jupiterx_post_social_share','global'),(11541,920,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11542,920,'jupiterx_post_comments','global'),(11543,920,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11544,920,'jupiterx_main_background_color',''),(11545,920,'_jupiterx_main_background_color','color'),(11546,920,'jupiterx_main_background_image',''),(11547,920,'_jupiterx_main_background_image','image'),(11548,920,'jupiterx_main_background_position',''),(11549,920,'_jupiterx_main_background_position','position'),(11550,920,'jupiterx_main_background_repeat',''),(11551,920,'_jupiterx_main_background_repeat','repeat'),(11552,920,'jupiterx_main_background_attachment',''),(11553,920,'_jupiterx_main_background_attachment','attachment'),(11554,920,'jupiterx_main_background_size',''),(11555,920,'_jupiterx_main_background_size','size'),(11556,920,'jupiterx_main_background',''),(11557,920,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11558,920,'jupiterx_main_spacing_padding_top',''),(11559,920,'_jupiterx_main_spacing_padding_top','padding_top'),(11560,920,'jupiterx_main_spacing_padding_right',''),(11561,920,'_jupiterx_main_spacing_padding_right','padding_right'),(11562,920,'jupiterx_main_spacing_padding_bottom',''),(11563,920,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11564,920,'jupiterx_main_spacing_padding_left',''),(11565,920,'_jupiterx_main_spacing_padding_left','padding_left'),(11566,920,'jupiterx_main_spacing_margin_top',''),(11567,920,'_jupiterx_main_spacing_margin_top','margin_top'),(11568,920,'jupiterx_main_spacing_margin_right',''),(11569,920,'_jupiterx_main_spacing_margin_right','margin_right'),(11570,920,'jupiterx_main_spacing_margin_bottom',''),(11571,920,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11572,920,'jupiterx_main_spacing_margin_left',''),(11573,920,'_jupiterx_main_spacing_margin_left','margin_left'),(11574,920,'jupiterx_main_spacing',''),(11575,920,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11576,920,'jupiterx_title_bar_title','global'),(11577,920,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11578,920,'jupiterx_title_bar_breadcrumb','global'),(11579,920,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11580,920,'jupiterx_title_bar_subtitle',''),(11581,920,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11582,920,'jupiterx_footer','1'),(11583,920,'_jupiterx_footer','field_jupiterx_post_footer'),(11584,920,'jupiterx_footer_type','global'),(11585,920,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11586,920,'jupiterx_footer_widget_area','global'),(11587,920,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11588,920,'jupiterx_footer_sub','global'),(11589,920,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11590,920,'jupiterx_footer_behavior','global'),(11591,920,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11592,921,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11593,921,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11594,921,'jupiterx_header','1'),(11595,921,'_jupiterx_header','field_jupiterx_post_header'),(11596,921,'jupiterx_header_overlap','global'),(11597,921,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11598,921,'jupiterx_header_type','global'),(11599,921,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11600,921,'jupiterx_header_behavior','global'),(11601,921,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11602,921,'jupiterx_layout','global'),(11603,921,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11604,921,'jupiterx_content_full_width','0'),(11605,921,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11606,921,'jupiterx_content_spacing','0'),(11607,921,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11608,921,'jupiterx_sidebar_primary','global'),(11609,921,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11610,921,'jupiterx_sidebar_secondary','global'),(11611,921,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11612,921,'jupiterx_post_featured_image','global'),(11613,921,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11614,921,'jupiterx_post_social_share','global'),(11615,921,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11616,921,'jupiterx_post_comments','global'),(11617,921,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11618,921,'jupiterx_main_background_color',''),(11619,921,'_jupiterx_main_background_color','color'),(11620,921,'jupiterx_main_background_image',''),(11621,921,'_jupiterx_main_background_image','image'),(11622,921,'jupiterx_main_background_position',''),(11623,921,'_jupiterx_main_background_position','position'),(11624,921,'jupiterx_main_background_repeat',''),(11625,921,'_jupiterx_main_background_repeat','repeat'),(11626,921,'jupiterx_main_background_attachment',''),(11627,921,'_jupiterx_main_background_attachment','attachment'),(11628,921,'jupiterx_main_background_size',''),(11629,921,'_jupiterx_main_background_size','size'),(11630,921,'jupiterx_main_background',''),(11631,921,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11632,921,'jupiterx_main_spacing_padding_top',''),(11633,921,'_jupiterx_main_spacing_padding_top','padding_top'),(11634,921,'jupiterx_main_spacing_padding_right',''),(11635,921,'_jupiterx_main_spacing_padding_right','padding_right'),(11636,921,'jupiterx_main_spacing_padding_bottom',''),(11637,921,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11638,921,'jupiterx_main_spacing_padding_left',''),(11639,921,'_jupiterx_main_spacing_padding_left','padding_left'),(11640,921,'jupiterx_main_spacing_margin_top',''),(11641,921,'_jupiterx_main_spacing_margin_top','margin_top'),(11642,921,'jupiterx_main_spacing_margin_right',''),(11643,921,'_jupiterx_main_spacing_margin_right','margin_right'),(11644,921,'jupiterx_main_spacing_margin_bottom',''),(11645,921,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11646,921,'jupiterx_main_spacing_margin_left',''),(11647,921,'_jupiterx_main_spacing_margin_left','margin_left'),(11648,921,'jupiterx_main_spacing',''),(11649,921,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11650,921,'jupiterx_title_bar_title','global'),(11651,921,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11652,921,'jupiterx_title_bar_breadcrumb','global'),(11653,921,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11654,921,'jupiterx_title_bar_subtitle',''),(11655,921,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11656,921,'jupiterx_footer','1'),(11657,921,'_jupiterx_footer','field_jupiterx_post_footer'),(11658,921,'jupiterx_footer_type','global'),(11659,921,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11660,921,'jupiterx_footer_widget_area','global'),(11661,921,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11662,921,'jupiterx_footer_sub','global'),(11663,921,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11664,921,'jupiterx_footer_behavior','global'),(11665,921,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11666,922,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11667,922,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11668,922,'jupiterx_header','1'),(11669,922,'_jupiterx_header','field_jupiterx_post_header'),(11670,922,'jupiterx_header_overlap','global'),(11671,922,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11672,922,'jupiterx_header_type','global'),(11673,922,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11674,922,'jupiterx_header_behavior','global'),(11675,922,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11676,922,'jupiterx_layout','global'),(11677,922,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11678,922,'jupiterx_content_full_width','0'),(11679,922,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11680,922,'jupiterx_content_spacing','0'),(11681,922,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11682,922,'jupiterx_sidebar_primary','global'),(11683,922,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11684,922,'jupiterx_sidebar_secondary','global'),(11685,922,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11686,922,'jupiterx_post_featured_image','global'),(11687,922,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11688,922,'jupiterx_post_social_share','global'),(11689,922,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11690,922,'jupiterx_post_comments','global'),(11691,922,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11692,922,'jupiterx_main_background_color',''),(11693,922,'_jupiterx_main_background_color','color'),(11694,922,'jupiterx_main_background_image',''),(11695,922,'_jupiterx_main_background_image','image'),(11696,922,'jupiterx_main_background_position',''),(11697,922,'_jupiterx_main_background_position','position'),(11698,922,'jupiterx_main_background_repeat',''),(11699,922,'_jupiterx_main_background_repeat','repeat'),(11700,922,'jupiterx_main_background_attachment',''),(11701,922,'_jupiterx_main_background_attachment','attachment'),(11702,922,'jupiterx_main_background_size',''),(11703,922,'_jupiterx_main_background_size','size'),(11704,922,'jupiterx_main_background',''),(11705,922,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11706,922,'jupiterx_main_spacing_padding_top',''),(11707,922,'_jupiterx_main_spacing_padding_top','padding_top'),(11708,922,'jupiterx_main_spacing_padding_right',''),(11709,922,'_jupiterx_main_spacing_padding_right','padding_right'),(11710,922,'jupiterx_main_spacing_padding_bottom',''),(11711,922,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11712,922,'jupiterx_main_spacing_padding_left',''),(11713,922,'_jupiterx_main_spacing_padding_left','padding_left'),(11714,922,'jupiterx_main_spacing_margin_top',''),(11715,922,'_jupiterx_main_spacing_margin_top','margin_top'),(11716,922,'jupiterx_main_spacing_margin_right',''),(11717,922,'_jupiterx_main_spacing_margin_right','margin_right'),(11718,922,'jupiterx_main_spacing_margin_bottom',''),(11719,922,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11720,922,'jupiterx_main_spacing_margin_left',''),(11721,922,'_jupiterx_main_spacing_margin_left','margin_left'),(11722,922,'jupiterx_main_spacing',''),(11723,922,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11724,922,'jupiterx_title_bar_title','global'),(11725,922,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11726,922,'jupiterx_title_bar_breadcrumb','global'),(11727,922,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11728,922,'jupiterx_title_bar_subtitle',''),(11729,922,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11730,922,'jupiterx_footer','1'),(11731,922,'_jupiterx_footer','field_jupiterx_post_footer'),(11732,922,'jupiterx_footer_type','global'),(11733,922,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11734,922,'jupiterx_footer_widget_area','global'),(11735,922,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11736,922,'jupiterx_footer_sub','global'),(11737,922,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11738,922,'jupiterx_footer_behavior','global'),(11739,922,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11740,923,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11741,923,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11742,923,'jupiterx_header','1'),(11743,923,'_jupiterx_header','field_jupiterx_post_header'),(11744,923,'jupiterx_header_overlap','global'),(11745,923,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11746,923,'jupiterx_header_type','global'),(11747,923,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11748,923,'jupiterx_header_behavior','global'),(11749,923,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11750,923,'jupiterx_layout','global'),(11751,923,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11752,923,'jupiterx_content_full_width','0'),(11753,923,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11754,923,'jupiterx_content_spacing','0'),(11755,923,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11756,923,'jupiterx_sidebar_primary','global'),(11757,923,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11758,923,'jupiterx_sidebar_secondary','global'),(11759,923,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11760,923,'jupiterx_post_featured_image','global'),(11761,923,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11762,923,'jupiterx_post_social_share','global'),(11763,923,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11764,923,'jupiterx_post_comments','global'),(11765,923,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11766,923,'jupiterx_main_background_color',''),(11767,923,'_jupiterx_main_background_color','color'),(11768,923,'jupiterx_main_background_image',''),(11769,923,'_jupiterx_main_background_image','image'),(11770,923,'jupiterx_main_background_position',''),(11771,923,'_jupiterx_main_background_position','position'),(11772,923,'jupiterx_main_background_repeat',''),(11773,923,'_jupiterx_main_background_repeat','repeat'),(11774,923,'jupiterx_main_background_attachment',''),(11775,923,'_jupiterx_main_background_attachment','attachment'),(11776,923,'jupiterx_main_background_size',''),(11777,923,'_jupiterx_main_background_size','size'),(11778,923,'jupiterx_main_background',''),(11779,923,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11780,923,'jupiterx_main_spacing_padding_top',''),(11781,923,'_jupiterx_main_spacing_padding_top','padding_top'),(11782,923,'jupiterx_main_spacing_padding_right',''),(11783,923,'_jupiterx_main_spacing_padding_right','padding_right'),(11784,923,'jupiterx_main_spacing_padding_bottom',''),(11785,923,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11786,923,'jupiterx_main_spacing_padding_left',''),(11787,923,'_jupiterx_main_spacing_padding_left','padding_left'),(11788,923,'jupiterx_main_spacing_margin_top',''),(11789,923,'_jupiterx_main_spacing_margin_top','margin_top'),(11790,923,'jupiterx_main_spacing_margin_right',''),(11791,923,'_jupiterx_main_spacing_margin_right','margin_right'),(11792,923,'jupiterx_main_spacing_margin_bottom',''),(11793,923,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11794,923,'jupiterx_main_spacing_margin_left',''),(11795,923,'_jupiterx_main_spacing_margin_left','margin_left'),(11796,923,'jupiterx_main_spacing',''),(11797,923,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11798,923,'jupiterx_title_bar_title','global'),(11799,923,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11800,923,'jupiterx_title_bar_breadcrumb','global'),(11801,923,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11802,923,'jupiterx_title_bar_subtitle',''),(11803,923,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11804,923,'jupiterx_footer','1'),(11805,923,'_jupiterx_footer','field_jupiterx_post_footer'),(11806,923,'jupiterx_footer_type','global'),(11807,923,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11808,923,'jupiterx_footer_widget_area','global'),(11809,923,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11810,923,'jupiterx_footer_sub','global'),(11811,923,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11812,923,'jupiterx_footer_behavior','global'),(11813,923,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11814,924,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(11815,924,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(11816,924,'jupiterx_header','1'),(11817,924,'_jupiterx_header','field_jupiterx_post_header'),(11818,924,'jupiterx_header_overlap','global'),(11819,924,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11820,924,'jupiterx_header_type','global'),(11821,924,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11822,924,'jupiterx_header_behavior','global'),(11823,924,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11824,924,'jupiterx_layout','global'),(11825,924,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11826,924,'jupiterx_content_full_width','0'),(11827,924,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11828,924,'jupiterx_content_spacing','0'),(11829,924,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11830,924,'jupiterx_sidebar_primary','global'),(11831,924,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11832,924,'jupiterx_sidebar_secondary','global'),(11833,924,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11834,924,'jupiterx_post_featured_image','global'),(11835,924,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11836,924,'jupiterx_post_social_share','global'),(11837,924,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11838,924,'jupiterx_post_comments','global'),(11839,924,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11840,924,'jupiterx_main_background_color',''),(11841,924,'_jupiterx_main_background_color','color'),(11842,924,'jupiterx_main_background_image',''),(11843,924,'_jupiterx_main_background_image','image'),(11844,924,'jupiterx_main_background_position',''),(11845,924,'_jupiterx_main_background_position','position'),(11846,924,'jupiterx_main_background_repeat',''),(11847,924,'_jupiterx_main_background_repeat','repeat'),(11848,924,'jupiterx_main_background_attachment',''),(11849,924,'_jupiterx_main_background_attachment','attachment'),(11850,924,'jupiterx_main_background_size',''),(11851,924,'_jupiterx_main_background_size','size'),(11852,924,'jupiterx_main_background',''),(11853,924,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11854,924,'jupiterx_main_spacing_padding_top',''),(11855,924,'_jupiterx_main_spacing_padding_top','padding_top'),(11856,924,'jupiterx_main_spacing_padding_right',''),(11857,924,'_jupiterx_main_spacing_padding_right','padding_right'),(11858,924,'jupiterx_main_spacing_padding_bottom',''),(11859,924,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11860,924,'jupiterx_main_spacing_padding_left',''),(11861,924,'_jupiterx_main_spacing_padding_left','padding_left'),(11862,924,'jupiterx_main_spacing_margin_top',''),(11863,924,'_jupiterx_main_spacing_margin_top','margin_top'),(11864,924,'jupiterx_main_spacing_margin_right',''),(11865,924,'_jupiterx_main_spacing_margin_right','margin_right'),(11866,924,'jupiterx_main_spacing_margin_bottom',''),(11867,924,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11868,924,'jupiterx_main_spacing_margin_left',''),(11869,924,'_jupiterx_main_spacing_margin_left','margin_left'),(11870,924,'jupiterx_main_spacing',''),(11871,924,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11872,924,'jupiterx_title_bar_title','global'),(11873,924,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11874,924,'jupiterx_title_bar_breadcrumb','global'),(11875,924,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11876,924,'jupiterx_title_bar_subtitle',''),(11877,924,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11878,924,'jupiterx_footer','1'),(11879,924,'_jupiterx_footer','field_jupiterx_post_footer'),(11880,924,'jupiterx_footer_type','global'),(11881,924,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11882,924,'jupiterx_footer_widget_area','global'),(11883,924,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11884,924,'jupiterx_footer_sub','global'),(11885,924,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11886,924,'jupiterx_footer_behavior','global'),(11887,924,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11888,108,'rs_page_bg_color','#ffffff'),(11889,108,'jupiterx_header','1'),(11890,108,'_jupiterx_header','field_jupiterx_post_header'),(11891,108,'jupiterx_header_overlap','global'),(11892,108,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11893,108,'jupiterx_header_type','global'),(11894,108,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11895,108,'jupiterx_header_behavior','global'),(11896,108,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11897,108,'jupiterx_layout','global'),(11898,108,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11899,108,'jupiterx_content_full_width','0'),(11900,108,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11901,108,'jupiterx_content_spacing','1'),(11902,108,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11903,108,'jupiterx_sidebar_primary','global'),(11904,108,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11905,108,'jupiterx_sidebar_secondary','global'),(11906,108,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11907,108,'jupiterx_post_featured_image','global'),(11908,108,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11909,108,'jupiterx_post_social_share','global'),(11910,108,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11911,108,'jupiterx_post_comments','global'),(11912,108,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11913,108,'jupiterx_main_background_color',''),(11914,108,'_jupiterx_main_background_color','color'),(11915,108,'jupiterx_main_background_image',''),(11916,108,'_jupiterx_main_background_image','image'),(11917,108,'jupiterx_main_background_position',''),(11918,108,'_jupiterx_main_background_position','position'),(11919,108,'jupiterx_main_background_repeat',''),(11920,108,'_jupiterx_main_background_repeat','repeat'),(11921,108,'jupiterx_main_background_attachment',''),(11922,108,'_jupiterx_main_background_attachment','attachment'),(11923,108,'jupiterx_main_background_size',''),(11924,108,'_jupiterx_main_background_size','size'),(11925,108,'jupiterx_main_background',''),(11926,108,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11927,108,'jupiterx_main_spacing_padding_top',''),(11928,108,'_jupiterx_main_spacing_padding_top','padding_top'),(11929,108,'jupiterx_main_spacing_padding_right',''),(11930,108,'_jupiterx_main_spacing_padding_right','padding_right'),(11931,108,'jupiterx_main_spacing_padding_bottom',''),(11932,108,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(11933,108,'jupiterx_main_spacing_padding_left',''),(11934,108,'_jupiterx_main_spacing_padding_left','padding_left'),(11935,108,'jupiterx_main_spacing_margin_top',''),(11936,108,'_jupiterx_main_spacing_margin_top','margin_top'),(11937,108,'jupiterx_main_spacing_margin_right',''),(11938,108,'_jupiterx_main_spacing_margin_right','margin_right'),(11939,108,'jupiterx_main_spacing_margin_bottom',''),(11940,108,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(11941,108,'jupiterx_main_spacing_margin_left',''),(11942,108,'_jupiterx_main_spacing_margin_left','margin_left'),(11943,108,'jupiterx_main_spacing',''),(11944,108,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(11945,108,'jupiterx_title_bar_title','global'),(11946,108,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(11947,108,'jupiterx_title_bar_breadcrumb','global'),(11948,108,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(11949,108,'jupiterx_title_bar_subtitle',''),(11950,108,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(11951,108,'jupiterx_footer','1'),(11952,108,'_jupiterx_footer','field_jupiterx_post_footer'),(11953,108,'jupiterx_footer_type','global'),(11954,108,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(11955,108,'jupiterx_footer_widget_area','global'),(11956,108,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(11957,108,'jupiterx_footer_sub','global'),(11958,108,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(11959,108,'jupiterx_footer_behavior','global'),(11960,108,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(11961,925,'jupiterx_header','1'),(11962,925,'_jupiterx_header','field_jupiterx_post_header'),(11963,925,'jupiterx_header_overlap','global'),(11964,925,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(11965,925,'jupiterx_header_type','global'),(11966,925,'_jupiterx_header_type','field_jupiterx_post_header_type'),(11967,925,'jupiterx_header_behavior','global'),(11968,925,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(11969,925,'jupiterx_layout','global'),(11970,925,'_jupiterx_layout','field_jupiterx_post_main_layout'),(11971,925,'jupiterx_content_full_width','0'),(11972,925,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(11973,925,'jupiterx_content_spacing','1'),(11974,925,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(11975,925,'jupiterx_sidebar_primary','global'),(11976,925,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(11977,925,'jupiterx_sidebar_secondary','global'),(11978,925,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(11979,925,'jupiterx_post_featured_image','global'),(11980,925,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(11981,925,'jupiterx_post_social_share','global'),(11982,925,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(11983,925,'jupiterx_post_comments','global'),(11984,925,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(11985,925,'jupiterx_main_background_color',''),(11986,925,'_jupiterx_main_background_color','color'),(11987,925,'jupiterx_main_background_image',''),(11988,925,'_jupiterx_main_background_image','image'),(11989,925,'jupiterx_main_background_position',''),(11990,925,'_jupiterx_main_background_position','position'),(11991,925,'jupiterx_main_background_repeat',''),(11992,925,'_jupiterx_main_background_repeat','repeat'),(11993,925,'jupiterx_main_background_attachment',''),(11994,925,'_jupiterx_main_background_attachment','attachment'),(11995,925,'jupiterx_main_background_size',''),(11996,925,'_jupiterx_main_background_size','size'),(11997,925,'jupiterx_main_background',''),(11998,925,'_jupiterx_main_background','field_jupiterx_post_main_background'),(11999,925,'jupiterx_main_spacing_padding_top',''),(12000,925,'_jupiterx_main_spacing_padding_top','padding_top'),(12001,925,'jupiterx_main_spacing_padding_right',''),(12002,925,'_jupiterx_main_spacing_padding_right','padding_right'),(12003,925,'jupiterx_main_spacing_padding_bottom',''),(12004,925,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12005,925,'jupiterx_main_spacing_padding_left',''),(12006,925,'_jupiterx_main_spacing_padding_left','padding_left'),(12007,925,'jupiterx_main_spacing_margin_top',''),(12008,925,'_jupiterx_main_spacing_margin_top','margin_top'),(12009,925,'jupiterx_main_spacing_margin_right',''),(12010,925,'_jupiterx_main_spacing_margin_right','margin_right'),(12011,925,'jupiterx_main_spacing_margin_bottom',''),(12012,925,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12013,925,'jupiterx_main_spacing_margin_left',''),(12014,925,'_jupiterx_main_spacing_margin_left','margin_left'),(12015,925,'jupiterx_main_spacing',''),(12016,925,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12017,925,'jupiterx_title_bar_title','global'),(12018,925,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12019,925,'jupiterx_title_bar_breadcrumb','global'),(12020,925,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12021,925,'jupiterx_title_bar_subtitle',''),(12022,925,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12023,925,'jupiterx_footer','1'),(12024,925,'_jupiterx_footer','field_jupiterx_post_footer'),(12025,925,'jupiterx_footer_type','global'),(12026,925,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12027,925,'jupiterx_footer_widget_area','global'),(12028,925,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(12029,925,'jupiterx_footer_sub','global'),(12030,925,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(12031,925,'jupiterx_footer_behavior','global'),(12032,925,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12033,926,'jupiterx_header','1'),(12034,926,'_jupiterx_header','field_jupiterx_post_header'),(12035,926,'jupiterx_header_overlap','global'),(12036,926,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12037,926,'jupiterx_header_type','global'),(12038,926,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12039,926,'jupiterx_header_behavior','global'),(12040,926,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12041,926,'jupiterx_layout','global'),(12042,926,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12043,926,'jupiterx_content_full_width','0'),(12044,926,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12045,926,'jupiterx_content_spacing','1'),(12046,926,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12047,926,'jupiterx_sidebar_primary','global'),(12048,926,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12049,926,'jupiterx_sidebar_secondary','global'),(12050,926,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12051,926,'jupiterx_post_featured_image','global'),(12052,926,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12053,926,'jupiterx_post_social_share','global'),(12054,926,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12055,926,'jupiterx_post_comments','global'),(12056,926,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12057,926,'jupiterx_main_background_color',''),(12058,926,'_jupiterx_main_background_color','color'),(12059,926,'jupiterx_main_background_image',''),(12060,926,'_jupiterx_main_background_image','image'),(12061,926,'jupiterx_main_background_position',''),(12062,926,'_jupiterx_main_background_position','position'),(12063,926,'jupiterx_main_background_repeat',''),(12064,926,'_jupiterx_main_background_repeat','repeat'),(12065,926,'jupiterx_main_background_attachment',''),(12066,926,'_jupiterx_main_background_attachment','attachment'),(12067,926,'jupiterx_main_background_size',''),(12068,926,'_jupiterx_main_background_size','size'),(12069,926,'jupiterx_main_background',''),(12070,926,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12071,926,'jupiterx_main_spacing_padding_top',''),(12072,926,'_jupiterx_main_spacing_padding_top','padding_top'),(12073,926,'jupiterx_main_spacing_padding_right',''),(12074,926,'_jupiterx_main_spacing_padding_right','padding_right'),(12075,926,'jupiterx_main_spacing_padding_bottom',''),(12076,926,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12077,926,'jupiterx_main_spacing_padding_left',''),(12078,926,'_jupiterx_main_spacing_padding_left','padding_left'),(12079,926,'jupiterx_main_spacing_margin_top',''),(12080,926,'_jupiterx_main_spacing_margin_top','margin_top'),(12081,926,'jupiterx_main_spacing_margin_right',''),(12082,926,'_jupiterx_main_spacing_margin_right','margin_right'),(12083,926,'jupiterx_main_spacing_margin_bottom',''),(12084,926,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12085,926,'jupiterx_main_spacing_margin_left',''),(12086,926,'_jupiterx_main_spacing_margin_left','margin_left'),(12087,926,'jupiterx_main_spacing',''),(12088,926,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12089,926,'jupiterx_title_bar_title','global'),(12090,926,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12091,926,'jupiterx_title_bar_breadcrumb','global'),(12092,926,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12093,926,'jupiterx_title_bar_subtitle',''),(12094,926,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12095,926,'jupiterx_footer','1'),(12096,926,'_jupiterx_footer','field_jupiterx_post_footer'),(12097,926,'jupiterx_footer_type','global'),(12098,926,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12099,926,'jupiterx_footer_widget_area','global'),(12100,926,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(12101,926,'jupiterx_footer_sub','global'),(12102,926,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(12103,926,'jupiterx_footer_behavior','global'),(12104,926,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12105,112,'classic-editor-remember','classic-editor'),(12106,112,'rs_page_bg_color','#ffffff'),(12107,112,'jupiterx_header','1'),(12108,112,'_jupiterx_header','field_jupiterx_post_header'),(12109,112,'jupiterx_header_overlap','global'),(12110,112,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12111,112,'jupiterx_header_type','global'),(12112,112,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12113,112,'jupiterx_header_behavior','global'),(12114,112,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12115,112,'jupiterx_layout','global'),(12116,112,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12117,112,'jupiterx_content_full_width','0'),(12118,112,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12119,112,'jupiterx_content_spacing','1'),(12120,112,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12121,112,'jupiterx_sidebar_primary','global'),(12122,112,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12123,112,'jupiterx_sidebar_secondary','global'),(12124,112,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12125,112,'jupiterx_post_featured_image','global'),(12126,112,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12127,112,'jupiterx_post_social_share','global'),(12128,112,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12129,112,'jupiterx_post_comments','global'),(12130,112,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12131,112,'jupiterx_main_background_color',''),(12132,112,'_jupiterx_main_background_color','color'),(12133,112,'jupiterx_main_background_image',''),(12134,112,'_jupiterx_main_background_image','image'),(12135,112,'jupiterx_main_background_position',''),(12136,112,'_jupiterx_main_background_position','position'),(12137,112,'jupiterx_main_background_repeat',''),(12138,112,'_jupiterx_main_background_repeat','repeat'),(12139,112,'jupiterx_main_background_attachment',''),(12140,112,'_jupiterx_main_background_attachment','attachment'),(12141,112,'jupiterx_main_background_size',''),(12142,112,'_jupiterx_main_background_size','size'),(12143,112,'jupiterx_main_background',''),(12144,112,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12145,112,'jupiterx_main_spacing_padding_top',''),(12146,112,'_jupiterx_main_spacing_padding_top','padding_top'),(12147,112,'jupiterx_main_spacing_padding_right',''),(12148,112,'_jupiterx_main_spacing_padding_right','padding_right'),(12149,112,'jupiterx_main_spacing_padding_bottom',''),(12150,112,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12151,112,'jupiterx_main_spacing_padding_left',''),(12152,112,'_jupiterx_main_spacing_padding_left','padding_left'),(12153,112,'jupiterx_main_spacing_margin_top',''),(12154,112,'_jupiterx_main_spacing_margin_top','margin_top'),(12155,112,'jupiterx_main_spacing_margin_right',''),(12156,112,'_jupiterx_main_spacing_margin_right','margin_right'),(12157,112,'jupiterx_main_spacing_margin_bottom',''),(12158,112,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12159,112,'jupiterx_main_spacing_margin_left',''),(12160,112,'_jupiterx_main_spacing_margin_left','margin_left'),(12161,112,'jupiterx_main_spacing',''),(12162,112,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12163,112,'jupiterx_title_bar_title','global'),(12164,112,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12165,112,'jupiterx_title_bar_breadcrumb','global'),(12166,112,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12167,112,'jupiterx_title_bar_subtitle',''),(12168,112,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12169,112,'jupiterx_footer','1'),(12170,112,'_jupiterx_footer','field_jupiterx_post_footer'),(12171,112,'jupiterx_footer_type','global'),(12172,112,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12173,112,'jupiterx_footer_widget_area','global'),(12174,112,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(12175,112,'jupiterx_footer_sub','global'),(12176,112,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(12177,112,'jupiterx_footer_behavior','global'),(12178,112,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12179,928,'jupiterx_header','1'),(12180,928,'_jupiterx_header','field_jupiterx_post_header'),(12181,928,'jupiterx_header_overlap','global'),(12182,928,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12183,928,'jupiterx_header_type','global'),(12184,928,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12185,928,'jupiterx_header_behavior','global'),(12186,928,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12187,928,'jupiterx_layout','global'),(12188,928,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12189,928,'jupiterx_content_full_width','0'),(12190,928,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12191,928,'jupiterx_content_spacing','1'),(12192,928,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12193,928,'jupiterx_sidebar_primary','global'),(12194,928,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12195,928,'jupiterx_sidebar_secondary','global'),(12196,928,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12197,928,'jupiterx_post_featured_image','global'),(12198,928,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12199,928,'jupiterx_post_social_share','global'),(12200,928,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12201,928,'jupiterx_post_comments','global'),(12202,928,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12203,928,'jupiterx_main_background_color',''),(12204,928,'_jupiterx_main_background_color','color'),(12205,928,'jupiterx_main_background_image',''),(12206,928,'_jupiterx_main_background_image','image'),(12207,928,'jupiterx_main_background_position',''),(12208,928,'_jupiterx_main_background_position','position'),(12209,928,'jupiterx_main_background_repeat',''),(12210,928,'_jupiterx_main_background_repeat','repeat'),(12211,928,'jupiterx_main_background_attachment',''),(12212,928,'_jupiterx_main_background_attachment','attachment'),(12213,928,'jupiterx_main_background_size',''),(12214,928,'_jupiterx_main_background_size','size'),(12215,928,'jupiterx_main_background',''),(12216,928,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12217,928,'jupiterx_main_spacing_padding_top',''),(12218,928,'_jupiterx_main_spacing_padding_top','padding_top'),(12219,928,'jupiterx_main_spacing_padding_right',''),(12220,928,'_jupiterx_main_spacing_padding_right','padding_right'),(12221,928,'jupiterx_main_spacing_padding_bottom',''),(12222,928,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12223,928,'jupiterx_main_spacing_padding_left',''),(12224,928,'_jupiterx_main_spacing_padding_left','padding_left'),(12225,928,'jupiterx_main_spacing_margin_top',''),(12226,928,'_jupiterx_main_spacing_margin_top','margin_top'),(12227,928,'jupiterx_main_spacing_margin_right',''),(12228,928,'_jupiterx_main_spacing_margin_right','margin_right'),(12229,928,'jupiterx_main_spacing_margin_bottom',''),(12230,928,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12231,928,'jupiterx_main_spacing_margin_left',''),(12232,928,'_jupiterx_main_spacing_margin_left','margin_left'),(12233,928,'jupiterx_main_spacing',''),(12234,928,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12235,928,'jupiterx_title_bar_title','global'),(12236,928,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12237,928,'jupiterx_title_bar_breadcrumb','global'),(12238,928,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12239,928,'jupiterx_title_bar_subtitle',''),(12240,928,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12241,928,'jupiterx_footer','1'),(12242,928,'_jupiterx_footer','field_jupiterx_post_footer'),(12243,928,'jupiterx_footer_type','global'),(12244,928,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12245,928,'jupiterx_footer_widget_area','global'),(12246,928,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(12247,928,'jupiterx_footer_sub','global'),(12248,928,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(12249,928,'jupiterx_footer_behavior','global'),(12250,928,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12251,929,'jupiterx_header','1'),(12252,929,'_jupiterx_header','field_jupiterx_post_header'),(12253,929,'jupiterx_header_overlap','global'),(12254,929,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12255,929,'jupiterx_header_type','global'),(12256,929,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12257,929,'jupiterx_header_behavior','global'),(12258,929,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12259,929,'jupiterx_layout','global'),(12260,929,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12261,929,'jupiterx_content_full_width','0'),(12262,929,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12263,929,'jupiterx_content_spacing','1'),(12264,929,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12265,929,'jupiterx_sidebar_primary','global'),(12266,929,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12267,929,'jupiterx_sidebar_secondary','global'),(12268,929,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12269,929,'jupiterx_post_featured_image','global'),(12270,929,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12271,929,'jupiterx_post_social_share','global'),(12272,929,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12273,929,'jupiterx_post_comments','global'),(12274,929,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12275,929,'jupiterx_main_background_color',''),(12276,929,'_jupiterx_main_background_color','color'),(12277,929,'jupiterx_main_background_image',''),(12278,929,'_jupiterx_main_background_image','image'),(12279,929,'jupiterx_main_background_position',''),(12280,929,'_jupiterx_main_background_position','position'),(12281,929,'jupiterx_main_background_repeat',''),(12282,929,'_jupiterx_main_background_repeat','repeat'),(12283,929,'jupiterx_main_background_attachment',''),(12284,929,'_jupiterx_main_background_attachment','attachment'),(12285,929,'jupiterx_main_background_size',''),(12286,929,'_jupiterx_main_background_size','size'),(12287,929,'jupiterx_main_background',''),(12288,929,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12289,929,'jupiterx_main_spacing_padding_top',''),(12290,929,'_jupiterx_main_spacing_padding_top','padding_top'),(12291,929,'jupiterx_main_spacing_padding_right',''),(12292,929,'_jupiterx_main_spacing_padding_right','padding_right'),(12293,929,'jupiterx_main_spacing_padding_bottom',''),(12294,929,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12295,929,'jupiterx_main_spacing_padding_left',''),(12296,929,'_jupiterx_main_spacing_padding_left','padding_left'),(12297,929,'jupiterx_main_spacing_margin_top',''),(12298,929,'_jupiterx_main_spacing_margin_top','margin_top'),(12299,929,'jupiterx_main_spacing_margin_right',''),(12300,929,'_jupiterx_main_spacing_margin_right','margin_right'),(12301,929,'jupiterx_main_spacing_margin_bottom',''),(12302,929,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12303,929,'jupiterx_main_spacing_margin_left',''),(12304,929,'_jupiterx_main_spacing_margin_left','margin_left'),(12305,929,'jupiterx_main_spacing',''),(12306,929,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12307,929,'jupiterx_title_bar_title','global'),(12308,929,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12309,929,'jupiterx_title_bar_breadcrumb','global'),(12310,929,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12311,929,'jupiterx_title_bar_subtitle',''),(12312,929,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12313,929,'jupiterx_footer','1'),(12314,929,'_jupiterx_footer','field_jupiterx_post_footer'),(12315,929,'jupiterx_footer_type','global'),(12316,929,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12317,929,'jupiterx_footer_widget_area','global'),(12318,929,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(12319,929,'jupiterx_footer_sub','global'),(12320,929,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(12321,929,'jupiterx_footer_behavior','global'),(12322,929,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12323,21,'classic-editor-remember','classic-editor'),(12325,814,'_edit_lock','1581693550:2'),(12326,930,'_edit_lock','1581693544:2'),(12334,932,'_elementor_edit_mode','builder'),(12335,932,'_elementor_template_type','footer'),(12336,932,'_elementor_version','2.8.3'),(12337,932,'_wp_page_template','default'),(12338,932,'_elementor_data','[{\"id\":\"ade6377\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"7037d32\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E8F3FD\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"0916d2a\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_tablet\":\"100\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"4\",\"_inline_size\":\"29.093\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"92cd809\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":\"55\",\"sizes\":[]},\"max_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":\"26\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"raven-site-logo\"},{\"id\":\"4fcaa55\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"635a477\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/artbees\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"6435ea9\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/artbees_design?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-dribbble\",\"library\":\"fa-brands\"},\"_id\":\"8d65111\",\"link\":{\"url\":\"https:\\/\\/dribbble.com\\/Artbees\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-behance\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.behance.net\\/alidf5a\",\"is_external\":\"true\",\"nofollow\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\",\"_id\":\"5362a93\"}],\"shape\":\"square\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#ffffff\",\"icon_secondary_color\":\"#949eb2\",\"icon_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":\"1.1\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"hover_primary_color\":\"#1bb99f\",\"hover_secondary_color\":\"#ffffff\",\"align\":\"left\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"e1af575\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>\\u00a9 2019 <a href=\\\"https:\\/\\/jupiterx.artbees.net\\/?utm_source=Hospital&amp;utm_medium=TemplateDemosFooterText\\\"><span style=\\\"color: #1bb99f\\\">Artbees<\\/span><\\/a>. Jupiter WordPress theme demo. All Rights Reserved\\u00a0<\\/p>\",\"text_color\":\"#707b8e\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":\"\"},{\"id\":\"1f37097\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_tablet\":\"33\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_inline_size\":\"20.989\"},\"elements\":[{\"id\":\"6c39af7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"html_tag\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"f7b1a4d\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"702fa26\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"About\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fc8c1af\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1d5a0d2\",\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Doctors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/doctor\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ac2598d\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/blog\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"28149ac\"},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/contact\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d0341b0\"},{\"text\":\"404\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/404-2\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"6b3465c\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"text_color\":\"#707b8e\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"text_color_hover\":\"#1BB99F\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"5b88309\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_tablet\":\"33\"},\"elements\":[{\"id\":\"bcf4205\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Departments\",\"html_tag\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"d5a30db\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Primary Care \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"702fa26\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Skin Care \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fc8c1af\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Urgent Care \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1d5a0d2\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"}},{\"text\":\"Orthopedics \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"ac2598d\"},{\"text\":\"Eye Care \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"28149ac\"},{\"text\":\"Heart Care\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"_id\":\"d0341b0\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"10\",\"sizes\":[]},\"text_color\":\"#707b8e\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Poppins\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"icon_typography_text_transform\":\"capitalize\",\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":\"\"},{\"id\":\"4dd4d01\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"25\",\"_inline_size_tablet\":\"33\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[{\"id\":\"10031cb\",\"elType\":\"widget\",\"settings\":{\"title\":\"We\\u2019re Avtailable\",\"html_tag\":\"h4\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"9fe4877\",\"elType\":\"widget\",\"settings\":{\"table_header\":[{\"cell_text\":\"Heading #1\",\"_id\":\"1e276bb\",\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"col_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"col_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"col_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"cell_color\":\"\",\"cell_bg_color\":\"\"}],\"table_body\":[{\"action\":\"row\",\"_id\":\"b765954\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"Monday :\",\"_id\":\"be2e80f\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"8.00 - 10.00\",\"_id\":\"0adb880\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"row\",\"_id\":\"e9071bf\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"Tuesday :\",\"_id\":\"74b5d08\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"8.00 - 10.00\",\"_id\":\"df2d6ae\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"row\",\"_id\":\"615865a\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"Wedn:\",\"_id\":\"d9b656a\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"8.00 - 10.00\",\"_id\":\"688511a\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"row\",\"_id\":\"cc55aad\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"Tuesday :\\n\",\"_id\":\"2c43ab7\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"8.00 - 10.00\",\"_id\":\"8880ca7\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"row\",\"_id\":\"1a657cb\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"Thursday :\",\"_id\":\"9aba473\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"8.00 - 10.00\",\"_id\":\"f70fe4e\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"row\",\"_id\":\"5a3e354\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"Friday :\",\"_id\":\"e958e02\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"cell\",\"cell_text\":\"8.00 - 10.00\",\"_id\":\"156172b\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"},{\"action\":\"row\",\"_id\":\"a0d809d\",\"row_custom_style\":\"\",\"row_color\":\"\",\"row_bg_color\":\"\",\"cell_text\":\"\",\"cell_link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\"},\"add_icon_or_image\":\"\",\"selected_cell_icon\":{\"value\":\"\",\"library\":\"\"},\"cell_image\":{\"url\":\"\",\"id\":\"\"},\"cell_image_size_size\":\"thumbnail\",\"cell_image_size_custom_dimension\":{\"width\":\"\",\"height\":\"\"},\"additional_elem_position\":\"before\",\"col_span\":\"\",\"row_span\":\"\",\"cell_is_th\":\"\",\"cell_color\":\"\",\"cell_bg_color\":\"\"}],\"table_head_typography_typography\":\"custom\",\"table_head_typography_font_size\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"table_head_cell_color\":\"rgba(0,0,0,0)\",\"table_head_cell_bg_color\":\"rgba(0,0,0,0)\",\"table_head_cell_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"table_body_typography_typography\":\"custom\",\"table_body_typography_font_family\":\"Poppins\",\"table_body_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"table_body_typography_font_weight\":\"300\",\"table_body_typography_text_transform\":\"capitalize\",\"table_body_row_color\":\"#707b8e\",\"table_body_cell_align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"table_width_mobile\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"table_align_mobile\":\"center\",\"table_head_cell_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"table_body_cell_align_mobile\":\"center\",\"table_body_cell_vert_align_mobile\":\"middle\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"}},\"elements\":[],\"widgetType\":\"jet-table\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(12339,933,'_elementor_edit_mode','builder'),(12340,933,'_elementor_template_type','footer'),(12341,933,'_elementor_version','2.8.3'),(12342,933,'_wp_page_template','default'),(12343,933,'_elementor_data','[{\"id\":\"c781063\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\"},\"elements\":[{\"id\":\"2d413c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ab633a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/footer_logo.png\",\"id\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2f5e6f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0125c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1b5ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"647-223-3678<br>\\nlaurie@ddsconsultingplus.ca\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12346,934,'_elementor_edit_mode','builder'),(12347,934,'_elementor_template_type','footer'),(12348,934,'_elementor_version','2.8.5'),(12349,934,'_wp_page_template','default'),(12350,934,'_elementor_data','[{\"id\":\"c781063\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_overlay_background\":\"classic\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"2d413c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3ab633a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/footer_logo.png\",\"id\":33}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2f5e6f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"0125c66\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d1b5ad6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<br>\\n647-223-3678<br>\\nlaurie@ddsconsultingplus.ca\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(12351,934,'_elementor_css','a:5:{s:4:\"time\";i:1581693492;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12352,814,'_elementor_controls_usage','a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}}'),(12353,930,'_wp_trash_meta_status','publish'),(12354,930,'_wp_trash_meta_time','1581693567'),(12355,930,'_elementor_controls_usage','a:0:{}'),(12356,814,'_elementor_css','a:5:{s:4:\"time\";i:1581693569;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12357,21,'rs_page_bg_color','#ffffff'),(12358,21,'jupiterx_header','1'),(12359,21,'_jupiterx_header','field_jupiterx_post_header'),(12360,21,'jupiterx_header_overlap','global'),(12361,21,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12362,21,'jupiterx_header_type','global'),(12363,21,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12364,21,'jupiterx_header_behavior','global'),(12365,21,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12366,21,'jupiterx_layout','global'),(12367,21,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12368,21,'jupiterx_content_full_width','0'),(12369,21,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12370,21,'jupiterx_content_spacing','1'),(12371,21,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12372,21,'jupiterx_sidebar_primary','global'),(12373,21,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12374,21,'jupiterx_sidebar_secondary','global'),(12375,21,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12376,21,'jupiterx_post_featured_image','global'),(12377,21,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12378,21,'jupiterx_post_social_share','global'),(12379,21,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12380,21,'jupiterx_post_comments','global'),(12381,21,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12382,21,'jupiterx_main_background_color',''),(12383,21,'_jupiterx_main_background_color','color'),(12384,21,'jupiterx_main_background_image',''),(12385,21,'_jupiterx_main_background_image','image'),(12386,21,'jupiterx_main_background_position',''),(12387,21,'_jupiterx_main_background_position','position'),(12388,21,'jupiterx_main_background_repeat',''),(12389,21,'_jupiterx_main_background_repeat','repeat'),(12390,21,'jupiterx_main_background_attachment',''),(12391,21,'_jupiterx_main_background_attachment','attachment'),(12392,21,'jupiterx_main_background_size',''),(12393,21,'_jupiterx_main_background_size','size'),(12394,21,'jupiterx_main_background',''),(12395,21,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12396,21,'jupiterx_main_spacing_padding_top',''),(12397,21,'_jupiterx_main_spacing_padding_top','padding_top'),(12398,21,'jupiterx_main_spacing_padding_right',''),(12399,21,'_jupiterx_main_spacing_padding_right','padding_right'),(12400,21,'jupiterx_main_spacing_padding_bottom',''),(12401,21,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12402,21,'jupiterx_main_spacing_padding_left',''),(12403,21,'_jupiterx_main_spacing_padding_left','padding_left'),(12404,21,'jupiterx_main_spacing_margin_top',''),(12405,21,'_jupiterx_main_spacing_margin_top','margin_top'),(12406,21,'jupiterx_main_spacing_margin_right',''),(12407,21,'_jupiterx_main_spacing_margin_right','margin_right'),(12408,21,'jupiterx_main_spacing_margin_bottom',''),(12409,21,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12410,21,'jupiterx_main_spacing_margin_left',''),(12411,21,'_jupiterx_main_spacing_margin_left','margin_left'),(12412,21,'jupiterx_main_spacing',''),(12413,21,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12414,21,'jupiterx_title_bar_title','global'),(12415,21,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12416,21,'jupiterx_title_bar_breadcrumb','global'),(12417,21,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12418,21,'jupiterx_title_bar_subtitle',''),(12419,21,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12420,21,'jupiterx_footer','1'),(12421,21,'_jupiterx_footer','field_jupiterx_post_footer'),(12422,21,'jupiterx_footer_type','global'),(12423,21,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12424,21,'jupiterx_footer_behavior','global'),(12425,21,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12426,936,'jupiterx_header','1'),(12427,936,'_jupiterx_header','field_jupiterx_post_header'),(12428,936,'jupiterx_header_overlap','global'),(12429,936,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12430,936,'jupiterx_header_type','global'),(12431,936,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12432,936,'jupiterx_header_behavior','global'),(12433,936,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12434,936,'jupiterx_layout','global'),(12435,936,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12436,936,'jupiterx_content_full_width','0'),(12437,936,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12438,936,'jupiterx_content_spacing','1'),(12439,936,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12440,936,'jupiterx_sidebar_primary','global'),(12441,936,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12442,936,'jupiterx_sidebar_secondary','global'),(12443,936,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12444,936,'jupiterx_post_featured_image','global'),(12445,936,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12446,936,'jupiterx_post_social_share','global'),(12447,936,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12448,936,'jupiterx_post_comments','global'),(12449,936,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12450,936,'jupiterx_main_background_color',''),(12451,936,'_jupiterx_main_background_color','color'),(12452,936,'jupiterx_main_background_image',''),(12453,936,'_jupiterx_main_background_image','image'),(12454,936,'jupiterx_main_background_position',''),(12455,936,'_jupiterx_main_background_position','position'),(12456,936,'jupiterx_main_background_repeat',''),(12457,936,'_jupiterx_main_background_repeat','repeat'),(12458,936,'jupiterx_main_background_attachment',''),(12459,936,'_jupiterx_main_background_attachment','attachment'),(12460,936,'jupiterx_main_background_size',''),(12461,936,'_jupiterx_main_background_size','size'),(12462,936,'jupiterx_main_background',''),(12463,936,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12464,936,'jupiterx_main_spacing_padding_top',''),(12465,936,'_jupiterx_main_spacing_padding_top','padding_top'),(12466,936,'jupiterx_main_spacing_padding_right',''),(12467,936,'_jupiterx_main_spacing_padding_right','padding_right'),(12468,936,'jupiterx_main_spacing_padding_bottom',''),(12469,936,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12470,936,'jupiterx_main_spacing_padding_left',''),(12471,936,'_jupiterx_main_spacing_padding_left','padding_left'),(12472,936,'jupiterx_main_spacing_margin_top',''),(12473,936,'_jupiterx_main_spacing_margin_top','margin_top'),(12474,936,'jupiterx_main_spacing_margin_right',''),(12475,936,'_jupiterx_main_spacing_margin_right','margin_right'),(12476,936,'jupiterx_main_spacing_margin_bottom',''),(12477,936,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12478,936,'jupiterx_main_spacing_margin_left',''),(12479,936,'_jupiterx_main_spacing_margin_left','margin_left'),(12480,936,'jupiterx_main_spacing',''),(12481,936,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12482,936,'jupiterx_title_bar_title','global'),(12483,936,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12484,936,'jupiterx_title_bar_breadcrumb','global'),(12485,936,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12486,936,'jupiterx_title_bar_subtitle',''),(12487,936,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12488,936,'jupiterx_footer','1'),(12489,936,'_jupiterx_footer','field_jupiterx_post_footer'),(12490,936,'jupiterx_footer_type','global'),(12491,936,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12492,936,'jupiterx_footer_behavior','global'),(12493,936,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12494,937,'jupiterx_header','1'),(12495,937,'_jupiterx_header','field_jupiterx_post_header'),(12496,937,'jupiterx_header_overlap','global'),(12497,937,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12498,937,'jupiterx_header_type','global'),(12499,937,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12500,937,'jupiterx_header_behavior','global'),(12501,937,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12502,937,'jupiterx_layout','global'),(12503,937,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12504,937,'jupiterx_content_full_width','0'),(12505,937,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12506,937,'jupiterx_content_spacing','1'),(12507,937,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12508,937,'jupiterx_sidebar_primary','global'),(12509,937,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12510,937,'jupiterx_sidebar_secondary','global'),(12511,937,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12512,937,'jupiterx_post_featured_image','global'),(12513,937,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12514,937,'jupiterx_post_social_share','global'),(12515,937,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12516,937,'jupiterx_post_comments','global'),(12517,937,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12518,937,'jupiterx_main_background_color',''),(12519,937,'_jupiterx_main_background_color','color'),(12520,937,'jupiterx_main_background_image',''),(12521,937,'_jupiterx_main_background_image','image'),(12522,937,'jupiterx_main_background_position',''),(12523,937,'_jupiterx_main_background_position','position'),(12524,937,'jupiterx_main_background_repeat',''),(12525,937,'_jupiterx_main_background_repeat','repeat'),(12526,937,'jupiterx_main_background_attachment',''),(12527,937,'_jupiterx_main_background_attachment','attachment'),(12528,937,'jupiterx_main_background_size',''),(12529,937,'_jupiterx_main_background_size','size'),(12530,937,'jupiterx_main_background',''),(12531,937,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12532,937,'jupiterx_main_spacing_padding_top',''),(12533,937,'_jupiterx_main_spacing_padding_top','padding_top'),(12534,937,'jupiterx_main_spacing_padding_right',''),(12535,937,'_jupiterx_main_spacing_padding_right','padding_right'),(12536,937,'jupiterx_main_spacing_padding_bottom',''),(12537,937,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12538,937,'jupiterx_main_spacing_padding_left',''),(12539,937,'_jupiterx_main_spacing_padding_left','padding_left'),(12540,937,'jupiterx_main_spacing_margin_top',''),(12541,937,'_jupiterx_main_spacing_margin_top','margin_top'),(12542,937,'jupiterx_main_spacing_margin_right',''),(12543,937,'_jupiterx_main_spacing_margin_right','margin_right'),(12544,937,'jupiterx_main_spacing_margin_bottom',''),(12545,937,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12546,937,'jupiterx_main_spacing_margin_left',''),(12547,937,'_jupiterx_main_spacing_margin_left','margin_left'),(12548,937,'jupiterx_main_spacing',''),(12549,937,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12550,937,'jupiterx_title_bar_title','global'),(12551,937,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12552,937,'jupiterx_title_bar_breadcrumb','global'),(12553,937,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12554,937,'jupiterx_title_bar_subtitle',''),(12555,937,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12556,937,'jupiterx_footer','1'),(12557,937,'_jupiterx_footer','field_jupiterx_post_footer'),(12558,937,'jupiterx_footer_type','global'),(12559,937,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12560,937,'jupiterx_footer_behavior','global'),(12561,937,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12562,938,'jupiterx_header','1'),(12563,938,'_jupiterx_header','field_jupiterx_post_header'),(12564,938,'jupiterx_header_overlap','global'),(12565,938,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12566,938,'jupiterx_header_type','global'),(12567,938,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12568,938,'jupiterx_header_behavior','global'),(12569,938,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12570,938,'jupiterx_layout','global'),(12571,938,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12572,938,'jupiterx_content_full_width','0'),(12573,938,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12574,938,'jupiterx_content_spacing','1'),(12575,938,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12576,938,'jupiterx_sidebar_primary','global'),(12577,938,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12578,938,'jupiterx_sidebar_secondary','global'),(12579,938,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12580,938,'jupiterx_post_featured_image','global'),(12581,938,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12582,938,'jupiterx_post_social_share','global'),(12583,938,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12584,938,'jupiterx_post_comments','global'),(12585,938,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12586,938,'jupiterx_main_background_color',''),(12587,938,'_jupiterx_main_background_color','color'),(12588,938,'jupiterx_main_background_image',''),(12589,938,'_jupiterx_main_background_image','image'),(12590,938,'jupiterx_main_background_position',''),(12591,938,'_jupiterx_main_background_position','position'),(12592,938,'jupiterx_main_background_repeat',''),(12593,938,'_jupiterx_main_background_repeat','repeat'),(12594,938,'jupiterx_main_background_attachment',''),(12595,938,'_jupiterx_main_background_attachment','attachment'),(12596,938,'jupiterx_main_background_size',''),(12597,938,'_jupiterx_main_background_size','size'),(12598,938,'jupiterx_main_background',''),(12599,938,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12600,938,'jupiterx_main_spacing_padding_top',''),(12601,938,'_jupiterx_main_spacing_padding_top','padding_top'),(12602,938,'jupiterx_main_spacing_padding_right',''),(12603,938,'_jupiterx_main_spacing_padding_right','padding_right'),(12604,938,'jupiterx_main_spacing_padding_bottom',''),(12605,938,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12606,938,'jupiterx_main_spacing_padding_left',''),(12607,938,'_jupiterx_main_spacing_padding_left','padding_left'),(12608,938,'jupiterx_main_spacing_margin_top',''),(12609,938,'_jupiterx_main_spacing_margin_top','margin_top'),(12610,938,'jupiterx_main_spacing_margin_right',''),(12611,938,'_jupiterx_main_spacing_margin_right','margin_right'),(12612,938,'jupiterx_main_spacing_margin_bottom',''),(12613,938,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12614,938,'jupiterx_main_spacing_margin_left',''),(12615,938,'_jupiterx_main_spacing_margin_left','margin_left'),(12616,938,'jupiterx_main_spacing',''),(12617,938,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12618,938,'jupiterx_title_bar_title','global'),(12619,938,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12620,938,'jupiterx_title_bar_breadcrumb','global'),(12621,938,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12622,938,'jupiterx_title_bar_subtitle',''),(12623,938,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12624,938,'jupiterx_footer','1'),(12625,938,'_jupiterx_footer','field_jupiterx_post_footer'),(12626,938,'jupiterx_footer_type','global'),(12627,938,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12628,938,'jupiterx_footer_behavior','global'),(12629,938,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12630,939,'jupiterx_header','1'),(12631,939,'_jupiterx_header','field_jupiterx_post_header'),(12632,939,'jupiterx_header_overlap','global'),(12633,939,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12634,939,'jupiterx_header_type','global'),(12635,939,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12636,939,'jupiterx_header_behavior','global'),(12637,939,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12638,939,'jupiterx_layout','global'),(12639,939,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12640,939,'jupiterx_content_full_width','0'),(12641,939,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12642,939,'jupiterx_content_spacing','1'),(12643,939,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12644,939,'jupiterx_sidebar_primary','global'),(12645,939,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12646,939,'jupiterx_sidebar_secondary','global'),(12647,939,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12648,939,'jupiterx_post_featured_image','global'),(12649,939,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12650,939,'jupiterx_post_social_share','global'),(12651,939,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12652,939,'jupiterx_post_comments','global'),(12653,939,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12654,939,'jupiterx_main_background_color',''),(12655,939,'_jupiterx_main_background_color','color'),(12656,939,'jupiterx_main_background_image',''),(12657,939,'_jupiterx_main_background_image','image'),(12658,939,'jupiterx_main_background_position',''),(12659,939,'_jupiterx_main_background_position','position'),(12660,939,'jupiterx_main_background_repeat',''),(12661,939,'_jupiterx_main_background_repeat','repeat'),(12662,939,'jupiterx_main_background_attachment',''),(12663,939,'_jupiterx_main_background_attachment','attachment'),(12664,939,'jupiterx_main_background_size',''),(12665,939,'_jupiterx_main_background_size','size'),(12666,939,'jupiterx_main_background',''),(12667,939,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12668,939,'jupiterx_main_spacing_padding_top',''),(12669,939,'_jupiterx_main_spacing_padding_top','padding_top'),(12670,939,'jupiterx_main_spacing_padding_right',''),(12671,939,'_jupiterx_main_spacing_padding_right','padding_right'),(12672,939,'jupiterx_main_spacing_padding_bottom',''),(12673,939,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12674,939,'jupiterx_main_spacing_padding_left',''),(12675,939,'_jupiterx_main_spacing_padding_left','padding_left'),(12676,939,'jupiterx_main_spacing_margin_top',''),(12677,939,'_jupiterx_main_spacing_margin_top','margin_top'),(12678,939,'jupiterx_main_spacing_margin_right',''),(12679,939,'_jupiterx_main_spacing_margin_right','margin_right'),(12680,939,'jupiterx_main_spacing_margin_bottom',''),(12681,939,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12682,939,'jupiterx_main_spacing_margin_left',''),(12683,939,'_jupiterx_main_spacing_margin_left','margin_left'),(12684,939,'jupiterx_main_spacing',''),(12685,939,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12686,939,'jupiterx_title_bar_title','global'),(12687,939,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12688,939,'jupiterx_title_bar_breadcrumb','global'),(12689,939,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12690,939,'jupiterx_title_bar_subtitle',''),(12691,939,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12692,939,'jupiterx_footer','1'),(12693,939,'_jupiterx_footer','field_jupiterx_post_footer'),(12694,939,'jupiterx_footer_type','global'),(12695,939,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12696,939,'jupiterx_footer_behavior','global'),(12697,939,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12698,940,'jupiterx_header','1'),(12699,940,'_jupiterx_header','field_jupiterx_post_header'),(12700,940,'jupiterx_header_overlap','global'),(12701,940,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12702,940,'jupiterx_header_type','global'),(12703,940,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12704,940,'jupiterx_header_behavior','global'),(12705,940,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12706,940,'jupiterx_layout','global'),(12707,940,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12708,940,'jupiterx_content_full_width','0'),(12709,940,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12710,940,'jupiterx_content_spacing','1'),(12711,940,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12712,940,'jupiterx_sidebar_primary','global'),(12713,940,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12714,940,'jupiterx_sidebar_secondary','global'),(12715,940,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12716,940,'jupiterx_post_featured_image','global'),(12717,940,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12718,940,'jupiterx_post_social_share','global'),(12719,940,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12720,940,'jupiterx_post_comments','global'),(12721,940,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12722,940,'jupiterx_main_background_color',''),(12723,940,'_jupiterx_main_background_color','color'),(12724,940,'jupiterx_main_background_image',''),(12725,940,'_jupiterx_main_background_image','image'),(12726,940,'jupiterx_main_background_position',''),(12727,940,'_jupiterx_main_background_position','position'),(12728,940,'jupiterx_main_background_repeat',''),(12729,940,'_jupiterx_main_background_repeat','repeat'),(12730,940,'jupiterx_main_background_attachment',''),(12731,940,'_jupiterx_main_background_attachment','attachment'),(12732,940,'jupiterx_main_background_size',''),(12733,940,'_jupiterx_main_background_size','size'),(12734,940,'jupiterx_main_background',''),(12735,940,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12736,940,'jupiterx_main_spacing_padding_top',''),(12737,940,'_jupiterx_main_spacing_padding_top','padding_top'),(12738,940,'jupiterx_main_spacing_padding_right',''),(12739,940,'_jupiterx_main_spacing_padding_right','padding_right'),(12740,940,'jupiterx_main_spacing_padding_bottom',''),(12741,940,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12742,940,'jupiterx_main_spacing_padding_left',''),(12743,940,'_jupiterx_main_spacing_padding_left','padding_left'),(12744,940,'jupiterx_main_spacing_margin_top',''),(12745,940,'_jupiterx_main_spacing_margin_top','margin_top'),(12746,940,'jupiterx_main_spacing_margin_right',''),(12747,940,'_jupiterx_main_spacing_margin_right','margin_right'),(12748,940,'jupiterx_main_spacing_margin_bottom',''),(12749,940,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12750,940,'jupiterx_main_spacing_margin_left',''),(12751,940,'_jupiterx_main_spacing_margin_left','margin_left'),(12752,940,'jupiterx_main_spacing',''),(12753,940,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12754,940,'jupiterx_title_bar_title','global'),(12755,940,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12756,940,'jupiterx_title_bar_breadcrumb','global'),(12757,940,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12758,940,'jupiterx_title_bar_subtitle',''),(12759,940,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12760,940,'jupiterx_footer','1'),(12761,940,'_jupiterx_footer','field_jupiterx_post_footer'),(12762,940,'jupiterx_footer_type','global'),(12763,940,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12764,940,'jupiterx_footer_behavior','global'),(12765,940,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12766,941,'jupiterx_header','1'),(12767,941,'_jupiterx_header','field_jupiterx_post_header'),(12768,941,'jupiterx_header_overlap','global'),(12769,941,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12770,941,'jupiterx_header_type','global'),(12771,941,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12772,941,'jupiterx_header_behavior','global'),(12773,941,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12774,941,'jupiterx_layout','global'),(12775,941,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12776,941,'jupiterx_content_full_width','0'),(12777,941,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12778,941,'jupiterx_content_spacing','1'),(12779,941,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12780,941,'jupiterx_sidebar_primary','global'),(12781,941,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12782,941,'jupiterx_sidebar_secondary','global'),(12783,941,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12784,941,'jupiterx_post_featured_image','global'),(12785,941,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12786,941,'jupiterx_post_social_share','global'),(12787,941,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12788,941,'jupiterx_post_comments','global'),(12789,941,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12790,941,'jupiterx_main_background_color',''),(12791,941,'_jupiterx_main_background_color','color'),(12792,941,'jupiterx_main_background_image',''),(12793,941,'_jupiterx_main_background_image','image'),(12794,941,'jupiterx_main_background_position',''),(12795,941,'_jupiterx_main_background_position','position'),(12796,941,'jupiterx_main_background_repeat',''),(12797,941,'_jupiterx_main_background_repeat','repeat'),(12798,941,'jupiterx_main_background_attachment',''),(12799,941,'_jupiterx_main_background_attachment','attachment'),(12800,941,'jupiterx_main_background_size',''),(12801,941,'_jupiterx_main_background_size','size'),(12802,941,'jupiterx_main_background',''),(12803,941,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12804,941,'jupiterx_main_spacing_padding_top',''),(12805,941,'_jupiterx_main_spacing_padding_top','padding_top'),(12806,941,'jupiterx_main_spacing_padding_right',''),(12807,941,'_jupiterx_main_spacing_padding_right','padding_right'),(12808,941,'jupiterx_main_spacing_padding_bottom',''),(12809,941,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12810,941,'jupiterx_main_spacing_padding_left',''),(12811,941,'_jupiterx_main_spacing_padding_left','padding_left'),(12812,941,'jupiterx_main_spacing_margin_top',''),(12813,941,'_jupiterx_main_spacing_margin_top','margin_top'),(12814,941,'jupiterx_main_spacing_margin_right',''),(12815,941,'_jupiterx_main_spacing_margin_right','margin_right'),(12816,941,'jupiterx_main_spacing_margin_bottom',''),(12817,941,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12818,941,'jupiterx_main_spacing_margin_left',''),(12819,941,'_jupiterx_main_spacing_margin_left','margin_left'),(12820,941,'jupiterx_main_spacing',''),(12821,941,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12822,941,'jupiterx_title_bar_title','global'),(12823,941,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12824,941,'jupiterx_title_bar_breadcrumb','global'),(12825,941,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12826,941,'jupiterx_title_bar_subtitle',''),(12827,941,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12828,941,'jupiterx_footer','1'),(12829,941,'_jupiterx_footer','field_jupiterx_post_footer'),(12830,941,'jupiterx_footer_type','global'),(12831,941,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12832,941,'jupiterx_footer_behavior','global'),(12833,941,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12834,942,'jupiterx_header','1'),(12835,942,'_jupiterx_header','field_jupiterx_post_header'),(12836,942,'jupiterx_header_overlap','global'),(12837,942,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12838,942,'jupiterx_header_type','global'),(12839,942,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12840,942,'jupiterx_header_behavior','global'),(12841,942,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12842,942,'jupiterx_layout','global'),(12843,942,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12844,942,'jupiterx_content_full_width','0'),(12845,942,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12846,942,'jupiterx_content_spacing','1'),(12847,942,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12848,942,'jupiterx_sidebar_primary','global'),(12849,942,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12850,942,'jupiterx_sidebar_secondary','global'),(12851,942,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12852,942,'jupiterx_post_featured_image','global'),(12853,942,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12854,942,'jupiterx_post_social_share','global'),(12855,942,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12856,942,'jupiterx_post_comments','global'),(12857,942,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12858,942,'jupiterx_main_background_color',''),(12859,942,'_jupiterx_main_background_color','color'),(12860,942,'jupiterx_main_background_image',''),(12861,942,'_jupiterx_main_background_image','image'),(12862,942,'jupiterx_main_background_position',''),(12863,942,'_jupiterx_main_background_position','position'),(12864,942,'jupiterx_main_background_repeat',''),(12865,942,'_jupiterx_main_background_repeat','repeat'),(12866,942,'jupiterx_main_background_attachment',''),(12867,942,'_jupiterx_main_background_attachment','attachment'),(12868,942,'jupiterx_main_background_size',''),(12869,942,'_jupiterx_main_background_size','size'),(12870,942,'jupiterx_main_background',''),(12871,942,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12872,942,'jupiterx_main_spacing_padding_top',''),(12873,942,'_jupiterx_main_spacing_padding_top','padding_top'),(12874,942,'jupiterx_main_spacing_padding_right',''),(12875,942,'_jupiterx_main_spacing_padding_right','padding_right'),(12876,942,'jupiterx_main_spacing_padding_bottom',''),(12877,942,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12878,942,'jupiterx_main_spacing_padding_left',''),(12879,942,'_jupiterx_main_spacing_padding_left','padding_left'),(12880,942,'jupiterx_main_spacing_margin_top',''),(12881,942,'_jupiterx_main_spacing_margin_top','margin_top'),(12882,942,'jupiterx_main_spacing_margin_right',''),(12883,942,'_jupiterx_main_spacing_margin_right','margin_right'),(12884,942,'jupiterx_main_spacing_margin_bottom',''),(12885,942,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12886,942,'jupiterx_main_spacing_margin_left',''),(12887,942,'_jupiterx_main_spacing_margin_left','margin_left'),(12888,942,'jupiterx_main_spacing',''),(12889,942,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12890,942,'jupiterx_title_bar_title','global'),(12891,942,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12892,942,'jupiterx_title_bar_breadcrumb','global'),(12893,942,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12894,942,'jupiterx_title_bar_subtitle',''),(12895,942,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12896,942,'jupiterx_footer','1'),(12897,942,'_jupiterx_footer','field_jupiterx_post_footer'),(12898,942,'jupiterx_footer_type','global'),(12899,942,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12900,942,'jupiterx_footer_behavior','global'),(12901,942,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12902,825,'_elementor_css','a:5:{s:4:\"time\";i:1581696318;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:3:\"Exo\";}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12903,825,'_edit_lock','1581697003:2'),(12904,825,'classic-editor-remember','classic-editor'),(12905,825,'_edit_last','2'),(12906,825,'slide_template','default'),(12907,825,'rs_page_bg_color','#ffffff'),(12908,825,'_wpb_vc_js_status','true'),(12909,943,'_elementor_controls_usage','a:0:{}'),(12910,943,'_wp_page_template','default'),(12911,943,'_elementor_edit_mode','builder'),(12912,943,'_elementor_template_type','wp-page'),(12913,943,'_elementor_version','2.8.3'),(12914,943,'_elementor_data','[{\"id\":\"1bc0759\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service-banner.jpg\",\"id\":\"108\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#D2E5E3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\",\"sizes\":[]}},\"elements\":[{\"id\":\"35f9bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"0688645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_align\":\"center\",\"html_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6a260ab\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2fd65c2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98e7c9d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":\"1150\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"115f354\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"b78b31a\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"portfolio\",\"classic_columns\":\"2\",\"classic_post_image_size_size\":\"full\",\"classic_show_overlay\":\"\",\"classic_show_quick_view\":\"\",\"classic_show_overlay_permalink\":\"\",\"classic_show_date\":\"\",\"classic_show_author\":\"\",\"classic_show_categories\":\"\",\"classic_show_tags\":\"\",\"classic_show_comments\":\"\",\"classic_show_button\":\"\",\"classic_show_pagination\":\"yes\",\"classic_pagination_type\":\"load_more\",\"classic_post_title_typography_typography\":\"custom\",\"classic_post_title_typography_font_family\":\"Exo\",\"classic_post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_title_typography_font_weight\":\"600\",\"classic_post_title_typography_text_transform\":\"capitalize\",\"classic_post_title_spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_title_color\":\"#2c234d\",\"classic_post_meta_divider\":\"\\/\",\"classic_post_excerpt_typography_typography\":\"custom\",\"classic_post_excerpt_typography_font_family\":\"Poppins\",\"classic_post_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_post_excerpt_typography_font_weight\":\"300\",\"classic_post_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"classic_post_button_text\":\"Read More\",\"cover_post_meta_divider\":\"\\/\",\"cover_post_button_text\":\"Read More\",\"classic_page_based_prev_text\":\"&laquo; Prev\",\"classic_page_based_next_text\":\"Next &raquo;\",\"classic_load_more_text\":\"Load More\",\"classic_load_more_width\":{\"unit\":\"px\",\"size\":\"180\",\"sizes\":[]},\"classic_load_more_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"classic_load_more_color\":\"#ffffff\",\"classic_load_more_typography_typography\":\"custom\",\"classic_load_more_typography_font_family\":\"Poppins\",\"classic_load_more_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_load_more_typography_font_weight\":\"normal\",\"classic_load_more_typography_text_transform\":\"capitalize\",\"classic_load_more_background_background\":\"classic\",\"classic_load_more_background_color\":\"#1bb99f\",\"classic_load_more_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"cover_page_based_prev_text\":\"&laquo; Prev\",\"cover_page_based_next_text\":\"Next &raquo;\",\"cover_load_more_text\":\"Load More\",\"classic_columns_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_rows_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_post_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_columns_spacing_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"classic_columns_spacing_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"classic_rows_spacing_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_rows_spacing_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"classic_post_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"classic_post_align_mobile\":\"center\",\"classic_post_title_color_hover\":\"#18A48D\",\"classic_post_excerpt_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_excerpt_length\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"719f524\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"625\",\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"455\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50b5ea8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"66bfa69\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\"},\"elements\":[{\"id\":\"c70c47c\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Pleased to Offer You The \\nChance to Have the Healthy.\",\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"3b082a5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"icon_new\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/play.svg\",\"id\":\"115\"},\"library\":\"svg\"},\"width\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"14.9\",\"spread\":\"1.1\",\"color\":\"rgba(221,221,221,0.2)\"},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_space_between\":{\"unit\":\"px\",\"size\":\"-5\",\"sizes\":[]},\"_element_width\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_css_classes\":\"videopopup\"},\"elements\":[],\"widgetType\":\"raven-button\"},{\"id\":\"3459b48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Video\",\"title_color_background\":\"solid\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color_color\":\"#2C234D\",\"_css_classes\":\"videopopup\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(12915,943,'_elementor_css','a:5:{s:4:\"time\";i:1581696318;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:3:\"Exo\";}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12916,943,'jupiterx_header','1'),(12917,943,'_jupiterx_header','field_jupiterx_post_header'),(12918,943,'jupiterx_header_overlap','global'),(12919,943,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12920,943,'jupiterx_header_type','global'),(12921,943,'_jupiterx_header_type','field_jupiterx_post_header_type'),(12922,943,'jupiterx_header_behavior','global'),(12923,943,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(12924,943,'jupiterx_layout','global'),(12925,943,'_jupiterx_layout','field_jupiterx_post_main_layout'),(12926,943,'jupiterx_content_full_width','0'),(12927,943,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(12928,943,'jupiterx_content_spacing','1'),(12929,943,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(12930,943,'jupiterx_sidebar_primary','global'),(12931,943,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(12932,943,'jupiterx_sidebar_secondary','global'),(12933,943,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(12934,943,'jupiterx_post_featured_image','global'),(12935,943,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(12936,943,'jupiterx_post_social_share','global'),(12937,943,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(12938,943,'jupiterx_post_comments','global'),(12939,943,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(12940,943,'jupiterx_main_background_color',''),(12941,943,'_jupiterx_main_background_color','color'),(12942,943,'jupiterx_main_background_image',''),(12943,943,'_jupiterx_main_background_image','image'),(12944,943,'jupiterx_main_background_position',''),(12945,943,'_jupiterx_main_background_position','position'),(12946,943,'jupiterx_main_background_repeat',''),(12947,943,'_jupiterx_main_background_repeat','repeat'),(12948,943,'jupiterx_main_background_attachment',''),(12949,943,'_jupiterx_main_background_attachment','attachment'),(12950,943,'jupiterx_main_background_size',''),(12951,943,'_jupiterx_main_background_size','size'),(12952,943,'jupiterx_main_background',''),(12953,943,'_jupiterx_main_background','field_jupiterx_post_main_background'),(12954,943,'jupiterx_main_spacing_padding_top',''),(12955,943,'_jupiterx_main_spacing_padding_top','padding_top'),(12956,943,'jupiterx_main_spacing_padding_right',''),(12957,943,'_jupiterx_main_spacing_padding_right','padding_right'),(12958,943,'jupiterx_main_spacing_padding_bottom',''),(12959,943,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(12960,943,'jupiterx_main_spacing_padding_left',''),(12961,943,'_jupiterx_main_spacing_padding_left','padding_left'),(12962,943,'jupiterx_main_spacing_margin_top',''),(12963,943,'_jupiterx_main_spacing_margin_top','margin_top'),(12964,943,'jupiterx_main_spacing_margin_right',''),(12965,943,'_jupiterx_main_spacing_margin_right','margin_right'),(12966,943,'jupiterx_main_spacing_margin_bottom',''),(12967,943,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(12968,943,'jupiterx_main_spacing_margin_left',''),(12969,943,'_jupiterx_main_spacing_margin_left','margin_left'),(12970,943,'jupiterx_main_spacing',''),(12971,943,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(12972,943,'jupiterx_title_bar_title','global'),(12973,943,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(12974,943,'jupiterx_title_bar_breadcrumb','global'),(12975,943,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(12976,943,'jupiterx_title_bar_subtitle',''),(12977,943,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(12978,943,'jupiterx_footer','1'),(12979,943,'_jupiterx_footer','field_jupiterx_post_footer'),(12980,943,'jupiterx_footer_type','global'),(12981,943,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(12982,943,'jupiterx_footer_widget_area','global'),(12983,943,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(12984,943,'jupiterx_footer_sub','global'),(12985,943,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(12986,943,'jupiterx_footer_behavior','global'),(12987,943,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(12988,944,'_elementor_controls_usage','a:0:{}'),(12989,944,'_wp_page_template','default'),(12990,944,'_elementor_edit_mode','builder'),(12991,944,'_elementor_template_type','wp-page'),(12992,944,'_elementor_version','2.8.3'),(12993,944,'_elementor_data','[{\"id\":\"1bc0759\",\"elType\":\"section\",\"settings\":{\"height\":\"min-height\",\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"e148aec\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/service-banner.jpg\",\"id\":\"108\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#D2E5E3\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.6\",\"sizes\":[]}},\"elements\":[{\"id\":\"35f9bf4\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"space_between_widgets\":\"15\"},\"elements\":[{\"id\":\"0688645\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"title_align\":\"center\",\"html_tag\":\"h1\"},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"6a260ab\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"text_color\":\"#2c234d\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"title_typography_text_transform\":\"capitalize\",\"separator_color\":\"#2c234d\",\"link_color_normal\":\"#2c234d\"},\"elements\":[],\"widgetType\":\"raven-breadcrumbs\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"2fd65c2\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"98e7c9d\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"margin\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"0\",\"bottom\":\"190\",\"left\":\"0\",\"isLinked\":\"\"},\"content_width\":{\"unit\":\"px\",\"size\":\"1150\",\"sizes\":[]},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"}},\"elements\":[{\"id\":\"115f354\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\"},\"elements\":[{\"id\":\"b78b31a\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"portfolio\",\"classic_columns\":\"2\",\"classic_post_image_size_size\":\"full\",\"classic_show_overlay\":\"\",\"classic_show_quick_view\":\"\",\"classic_show_overlay_permalink\":\"\",\"classic_show_date\":\"\",\"classic_show_author\":\"\",\"classic_show_categories\":\"\",\"classic_show_tags\":\"\",\"classic_show_comments\":\"\",\"classic_show_button\":\"\",\"classic_show_pagination\":\"yes\",\"classic_pagination_type\":\"load_more\",\"classic_post_title_typography_typography\":\"custom\",\"classic_post_title_typography_font_family\":\"Exo\",\"classic_post_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_title_typography_font_weight\":\"600\",\"classic_post_title_typography_text_transform\":\"capitalize\",\"classic_post_title_spacing\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_post_title_color\":\"#2c234d\",\"classic_post_meta_divider\":\"\\/\",\"classic_post_excerpt_typography_typography\":\"custom\",\"classic_post_excerpt_typography_font_family\":\"Poppins\",\"classic_post_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_post_excerpt_typography_font_weight\":\"300\",\"classic_post_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":\"1.8\",\"sizes\":[]},\"classic_post_button_text\":\"Read More\",\"cover_post_meta_divider\":\"\\/\",\"cover_post_button_text\":\"Read More\",\"classic_page_based_prev_text\":\"&laquo; Prev\",\"classic_page_based_next_text\":\"Next &raquo;\",\"classic_load_more_text\":\"Load More\",\"classic_load_more_width\":{\"unit\":\"px\",\"size\":\"180\",\"sizes\":[]},\"classic_load_more_height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"classic_load_more_color\":\"#ffffff\",\"classic_load_more_typography_typography\":\"custom\",\"classic_load_more_typography_font_family\":\"Poppins\",\"classic_load_more_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"classic_load_more_typography_font_weight\":\"normal\",\"classic_load_more_typography_text_transform\":\"capitalize\",\"classic_load_more_background_background\":\"classic\",\"classic_load_more_background_color\":\"#1bb99f\",\"classic_load_more_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":\"1\"},\"cover_page_based_prev_text\":\"&laquo; Prev\",\"cover_page_based_next_text\":\"Next &raquo;\",\"cover_load_more_text\":\"Load More\",\"classic_columns_spacing\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"classic_rows_spacing\":{\"unit\":\"px\",\"size\":\"50\",\"sizes\":[]},\"classic_post_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_columns_spacing_tablet\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"classic_columns_spacing_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"classic_rows_spacing_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_rows_spacing_mobile\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"classic_post_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"classic_post_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":\"\"},\"classic_post_align_mobile\":\"center\",\"classic_post_title_color_hover\":\"#18A48D\",\"classic_post_excerpt_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"classic_excerpt_length\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-posts\"}],\"isInner\":\"\"}],\"isInner\":\"\"},{\"id\":\"719f524\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":\"625\",\"sizes\":[]},\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"455\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"50b5ea8\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#fffcda\"},\"elements\":[{\"id\":\"66bfa69\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"100\",\"align\":\"center\"},\"elements\":[{\"id\":\"c70c47c\",\"elType\":\"widget\",\"settings\":{\"title\":\"We Are Pleased to Offer You The \\nChance to Have the Healthy.\",\"title_align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":\"\"},\"title_typography_typography\":\"custom\",\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-heading\"},{\"id\":\"3b082a5\",\"elType\":\"widget\",\"settings\":{\"text\":\"\",\"icon_new\":{\"value\":{\"url\":\"https:\\/\\/jupiterx.artbees.net\\/hospital\\/wp-content\\/uploads\\/sites\\/350\\/2019\\/12\\/play.svg\",\"id\":\"115\"},\"library\":\"svg\"},\"width\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":\"60\",\"sizes\":[]},\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#ffffff\",\"border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":\"1\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"5\",\"blur\":\"14.9\",\"spread\":\"1.1\",\"color\":\"rgba(221,221,221,0.2)\"},\"icon_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_space_between\":{\"unit\":\"px\",\"size\":\"-5\",\"sizes\":[]},\"_element_width\":\"auto\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_css_classes\":\"videopopup\"},\"elements\":[],\"widgetType\":\"raven-button\"},{\"id\":\"3459b48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play Video\",\"title_color_background\":\"solid\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"title_typography_font_weight\":\"normal\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":\"\"},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\"},\"title_color_color\":\"#2C234D\",\"_css_classes\":\"videopopup\"},\"elements\":[],\"widgetType\":\"raven-heading\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(12994,944,'_elementor_css','a:5:{s:4:\"time\";i:1581696318;s:5:\"fonts\";a:2:{i:0;s:7:\"Poppins\";i:1;s:3:\"Exo\";}s:5:\"icons\";a:1:{i:0;s:3:\"svg\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(12995,944,'jupiterx_header','1'),(12996,944,'_jupiterx_header','field_jupiterx_post_header'),(12997,944,'jupiterx_header_overlap','global'),(12998,944,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(12999,944,'jupiterx_header_type','global'),(13000,944,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13001,944,'jupiterx_header_behavior','global'),(13002,944,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13003,944,'jupiterx_layout','global'),(13004,944,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13005,944,'jupiterx_content_full_width','0'),(13006,944,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13007,944,'jupiterx_content_spacing','1'),(13008,944,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13009,944,'jupiterx_sidebar_primary','global'),(13010,944,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13011,944,'jupiterx_sidebar_secondary','global'),(13012,944,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13013,944,'jupiterx_post_featured_image','global'),(13014,944,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13015,944,'jupiterx_post_social_share','global'),(13016,944,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13017,944,'jupiterx_post_comments','global'),(13018,944,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13019,944,'jupiterx_main_background_color',''),(13020,944,'_jupiterx_main_background_color','color'),(13021,944,'jupiterx_main_background_image',''),(13022,944,'_jupiterx_main_background_image','image'),(13023,944,'jupiterx_main_background_position',''),(13024,944,'_jupiterx_main_background_position','position'),(13025,944,'jupiterx_main_background_repeat',''),(13026,944,'_jupiterx_main_background_repeat','repeat'),(13027,944,'jupiterx_main_background_attachment',''),(13028,944,'_jupiterx_main_background_attachment','attachment'),(13029,944,'jupiterx_main_background_size',''),(13030,944,'_jupiterx_main_background_size','size'),(13031,944,'jupiterx_main_background',''),(13032,944,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13033,944,'jupiterx_main_spacing_padding_top',''),(13034,944,'_jupiterx_main_spacing_padding_top','padding_top'),(13035,944,'jupiterx_main_spacing_padding_right',''),(13036,944,'_jupiterx_main_spacing_padding_right','padding_right'),(13037,944,'jupiterx_main_spacing_padding_bottom',''),(13038,944,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13039,944,'jupiterx_main_spacing_padding_left',''),(13040,944,'_jupiterx_main_spacing_padding_left','padding_left'),(13041,944,'jupiterx_main_spacing_margin_top',''),(13042,944,'_jupiterx_main_spacing_margin_top','margin_top'),(13043,944,'jupiterx_main_spacing_margin_right',''),(13044,944,'_jupiterx_main_spacing_margin_right','margin_right'),(13045,944,'jupiterx_main_spacing_margin_bottom',''),(13046,944,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13047,944,'jupiterx_main_spacing_margin_left',''),(13048,944,'_jupiterx_main_spacing_margin_left','margin_left'),(13049,944,'jupiterx_main_spacing',''),(13050,944,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13051,944,'jupiterx_title_bar_title','global'),(13052,944,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13053,944,'jupiterx_title_bar_breadcrumb','global'),(13054,944,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13055,944,'jupiterx_title_bar_subtitle',''),(13056,944,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13057,944,'jupiterx_footer','1'),(13058,944,'_jupiterx_footer','field_jupiterx_post_footer'),(13059,944,'jupiterx_footer_type','global'),(13060,944,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13061,944,'jupiterx_footer_widget_area','global'),(13062,944,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(13063,944,'jupiterx_footer_sub','global'),(13064,944,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(13065,944,'jupiterx_footer_behavior','global'),(13066,944,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13067,945,'_elementor_controls_usage','a:0:{}'),(13068,945,'_edit_last','2'),(13069,945,'_wp_page_template','default'),(13070,945,'textfalse',''),(13071,945,'_layout','full'),(13072,945,'_padding','true'),(13073,945,'page_preloader','false'),(13074,945,'_introduce_align','left'),(13075,945,'_disable_breadcrumb','true'),(13076,945,'_enable_local_backgrounds','false'),(13077,945,'theme_header_style','1'),(13078,945,'theme_header_align','left'),(13079,945,'theme_toolbar_toggle','true'),(13080,945,'_transparent_header','false'),(13081,945,'_trans_header_remove_bg','true'),(13082,945,'_transparent_header_skin','light'),(13083,945,'_sticky_header_offset','header'),(13084,945,'background_selector_orientation','full_width_layout'),(13085,945,'boxed_layout_shadow_size','0'),(13086,945,'boxed_layout_shadow_intensity','0'),(13087,945,'body_color_gradient','single'),(13088,945,'body_color_gradient_style','linear'),(13089,945,'body_color_gradient_angle','vertical'),(13090,945,'body_source','no-image'),(13091,945,'body_parallax','false'),(13092,945,'page_color_gradient','single'),(13093,945,'page_color_gradient_style','linear'),(13094,945,'page_color_gradient_angle','vertical'),(13095,945,'page_source','no-image'),(13096,945,'page_parallax','false'),(13097,945,'header_color_gradient','single'),(13098,945,'header_color_gradient_style','linear'),(13099,945,'header_color_gradient_angle','vertical'),(13100,945,'header_source','no-image'),(13101,945,'header_parallax','false'),(13102,945,'banner_color_gradient','single'),(13103,945,'banner_color_gradient_style','linear'),(13104,945,'banner_color_gradient_angle','vertical'),(13105,945,'banner_source','no-image'),(13106,945,'banner_parallax','false'),(13107,945,'footer_color_gradient','single'),(13108,945,'footer_color_gradient_style','linear'),(13109,945,'footer_color_gradient_angle','vertical'),(13110,945,'footer_source','no-image'),(13111,945,'footer_parallax','false'),(13112,945,'_edit_lock','1581703836:2'),(13113,945,'_theme_options_build','5db712b1efa27'),(13114,945,'_wpb_vc_js_status','true'),(13115,945,'slide_template',''),(13116,945,'_template','no-title'),(13117,945,'classic-editor-remember','classic-editor'),(13118,945,'rs_page_bg_color',''),(13119,945,'jupiterx_header','1'),(13120,945,'_jupiterx_header','field_jupiterx_post_header'),(13121,945,'jupiterx_header_overlap','global'),(13122,945,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13123,945,'jupiterx_header_type','global'),(13124,945,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13125,945,'jupiterx_header_behavior','global'),(13126,945,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13127,945,'jupiterx_layout','global'),(13128,945,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13129,945,'jupiterx_content_full_width','0'),(13130,945,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13131,945,'jupiterx_content_spacing','1'),(13132,945,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13133,945,'jupiterx_sidebar_primary','global'),(13134,945,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13135,945,'jupiterx_sidebar_secondary','global'),(13136,945,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13137,945,'jupiterx_post_featured_image','global'),(13138,945,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13139,945,'jupiterx_post_social_share','global'),(13140,945,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13141,945,'jupiterx_post_comments','global'),(13142,945,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13143,945,'jupiterx_main_background_color',''),(13144,945,'_jupiterx_main_background_color','color'),(13145,945,'jupiterx_main_background_image',''),(13146,945,'_jupiterx_main_background_image','image'),(13147,945,'jupiterx_main_background_position',''),(13148,945,'_jupiterx_main_background_position','position'),(13149,945,'jupiterx_main_background_repeat',''),(13150,945,'_jupiterx_main_background_repeat','repeat'),(13151,945,'jupiterx_main_background_attachment',''),(13152,945,'_jupiterx_main_background_attachment','attachment'),(13153,945,'jupiterx_main_background_size',''),(13154,945,'_jupiterx_main_background_size','size'),(13155,945,'jupiterx_main_background',''),(13156,945,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13157,945,'jupiterx_main_spacing_padding_top',''),(13158,945,'_jupiterx_main_spacing_padding_top','padding_top'),(13159,945,'jupiterx_main_spacing_padding_right',''),(13160,945,'_jupiterx_main_spacing_padding_right','padding_right'),(13161,945,'jupiterx_main_spacing_padding_bottom',''),(13162,945,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13163,945,'jupiterx_main_spacing_padding_left',''),(13164,945,'_jupiterx_main_spacing_padding_left','padding_left'),(13165,945,'jupiterx_main_spacing_margin_top',''),(13166,945,'_jupiterx_main_spacing_margin_top','margin_top'),(13167,945,'jupiterx_main_spacing_margin_right',''),(13168,945,'_jupiterx_main_spacing_margin_right','margin_right'),(13169,945,'jupiterx_main_spacing_margin_bottom',''),(13170,945,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13171,945,'jupiterx_main_spacing_margin_left',''),(13172,945,'_jupiterx_main_spacing_margin_left','margin_left'),(13173,945,'jupiterx_main_spacing',''),(13174,945,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13175,945,'jupiterx_title_bar_title','global'),(13176,945,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13177,945,'jupiterx_title_bar_breadcrumb','global'),(13178,945,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13179,945,'jupiterx_title_bar_subtitle',''),(13180,945,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13181,945,'jupiterx_footer','1'),(13182,945,'_jupiterx_footer','field_jupiterx_post_footer'),(13183,945,'jupiterx_footer_type','global'),(13184,945,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13185,945,'jupiterx_footer_behavior','global'),(13186,945,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13195,947,'jupiterx_header','1'),(13196,947,'_jupiterx_header','field_jupiterx_post_header'),(13197,947,'jupiterx_header_overlap','global'),(13198,947,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13199,947,'jupiterx_header_type','global'),(13200,947,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13201,947,'jupiterx_header_behavior','global'),(13202,947,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13203,947,'jupiterx_layout','global'),(13204,947,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13205,947,'jupiterx_content_full_width','0'),(13206,947,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13207,947,'jupiterx_content_spacing','1'),(13208,947,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13209,947,'jupiterx_sidebar_primary','global'),(13210,947,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13211,947,'jupiterx_sidebar_secondary','global'),(13212,947,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13213,947,'jupiterx_post_featured_image','global'),(13214,947,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13215,947,'jupiterx_post_social_share','global'),(13216,947,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13217,947,'jupiterx_post_comments','global'),(13218,947,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13219,947,'jupiterx_main_background_color',''),(13220,947,'_jupiterx_main_background_color','color'),(13221,947,'jupiterx_main_background_image',''),(13222,947,'_jupiterx_main_background_image','image'),(13223,947,'jupiterx_main_background_position',''),(13224,947,'_jupiterx_main_background_position','position'),(13225,947,'jupiterx_main_background_repeat',''),(13226,947,'_jupiterx_main_background_repeat','repeat'),(13227,947,'jupiterx_main_background_attachment',''),(13228,947,'_jupiterx_main_background_attachment','attachment'),(13229,947,'jupiterx_main_background_size',''),(13230,947,'_jupiterx_main_background_size','size'),(13231,947,'jupiterx_main_background',''),(13232,947,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13233,947,'jupiterx_main_spacing_padding_top',''),(13234,947,'_jupiterx_main_spacing_padding_top','padding_top'),(13235,947,'jupiterx_main_spacing_padding_right',''),(13236,947,'_jupiterx_main_spacing_padding_right','padding_right'),(13237,947,'jupiterx_main_spacing_padding_bottom',''),(13238,947,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13239,947,'jupiterx_main_spacing_padding_left',''),(13240,947,'_jupiterx_main_spacing_padding_left','padding_left'),(13241,947,'jupiterx_main_spacing_margin_top',''),(13242,947,'_jupiterx_main_spacing_margin_top','margin_top'),(13243,947,'jupiterx_main_spacing_margin_right',''),(13244,947,'_jupiterx_main_spacing_margin_right','margin_right'),(13245,947,'jupiterx_main_spacing_margin_bottom',''),(13246,947,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13247,947,'jupiterx_main_spacing_margin_left',''),(13248,947,'_jupiterx_main_spacing_margin_left','margin_left'),(13249,947,'jupiterx_main_spacing',''),(13250,947,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13251,947,'jupiterx_title_bar_title','global'),(13252,947,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13253,947,'jupiterx_title_bar_breadcrumb','global'),(13254,947,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13255,947,'jupiterx_title_bar_subtitle',''),(13256,947,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13257,947,'jupiterx_footer','1'),(13258,947,'_jupiterx_footer','field_jupiterx_post_footer'),(13259,947,'jupiterx_footer_type','global'),(13260,947,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13261,947,'jupiterx_footer_behavior','global'),(13262,947,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13263,948,'_elementor_controls_usage','a:0:{}'),(13264,948,'_edit_last','2'),(13265,948,'_wp_page_template','default'),(13266,948,'textfalse',''),(13267,948,'_layout','full'),(13268,948,'_padding','true'),(13269,948,'page_preloader','false'),(13270,948,'_introduce_align','left'),(13271,948,'_disable_breadcrumb','true'),(13272,948,'_enable_local_backgrounds','false'),(13273,948,'theme_header_style','1'),(13274,948,'theme_header_align','left'),(13275,948,'theme_toolbar_toggle','true'),(13276,948,'_transparent_header','false'),(13277,948,'_trans_header_remove_bg','true'),(13278,948,'_transparent_header_skin','light'),(13279,948,'_sticky_header_offset','header'),(13280,948,'background_selector_orientation','full_width_layout'),(13281,948,'boxed_layout_shadow_size','0'),(13282,948,'boxed_layout_shadow_intensity','0'),(13283,948,'body_color_gradient','single'),(13284,948,'body_color_gradient_style','linear'),(13285,948,'body_color_gradient_angle','vertical'),(13286,948,'body_source','no-image'),(13287,948,'body_parallax','false'),(13288,948,'page_color_gradient','single'),(13289,948,'page_color_gradient_style','linear'),(13290,948,'page_color_gradient_angle','vertical'),(13291,948,'page_source','no-image'),(13292,948,'page_parallax','false'),(13293,948,'header_color_gradient','single'),(13294,948,'header_color_gradient_style','linear'),(13295,948,'header_color_gradient_angle','vertical'),(13296,948,'header_source','no-image'),(13297,948,'header_parallax','false'),(13298,948,'banner_color_gradient','single'),(13299,948,'banner_color_gradient_style','linear'),(13300,948,'banner_color_gradient_angle','vertical'),(13301,948,'banner_source','no-image'),(13302,948,'banner_parallax','false'),(13303,948,'footer_color_gradient','single'),(13304,948,'footer_color_gradient_style','linear'),(13305,948,'footer_color_gradient_angle','vertical'),(13306,948,'footer_source','no-image'),(13307,948,'footer_parallax','false'),(13308,948,'_edit_lock','1581696932:2'),(13309,948,'_theme_options_build','5db712b1efa27'),(13310,948,'_wpb_vc_js_status','true'),(13311,948,'slide_template',''),(13312,948,'_template','no-title'),(13313,948,'classic-editor-remember','classic-editor'),(13314,948,'rs_page_bg_color',''),(13315,948,'jupiterx_header','1'),(13316,948,'_jupiterx_header','field_jupiterx_post_header'),(13317,948,'jupiterx_header_overlap','global'),(13318,948,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13319,948,'jupiterx_header_type','global'),(13320,948,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13321,948,'jupiterx_header_behavior','global'),(13322,948,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13323,948,'jupiterx_layout','global'),(13324,948,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13325,948,'jupiterx_content_full_width','0'),(13326,948,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13327,948,'jupiterx_content_spacing','1'),(13328,948,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13329,948,'jupiterx_sidebar_primary','global'),(13330,948,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13331,948,'jupiterx_sidebar_secondary','global'),(13332,948,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13333,948,'jupiterx_post_featured_image','global'),(13334,948,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13335,948,'jupiterx_post_social_share','global'),(13336,948,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13337,948,'jupiterx_post_comments','global'),(13338,948,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13339,948,'jupiterx_main_background_color',''),(13340,948,'_jupiterx_main_background_color','color'),(13341,948,'jupiterx_main_background_image',''),(13342,948,'_jupiterx_main_background_image','image'),(13343,948,'jupiterx_main_background_position',''),(13344,948,'_jupiterx_main_background_position','position'),(13345,948,'jupiterx_main_background_repeat',''),(13346,948,'_jupiterx_main_background_repeat','repeat'),(13347,948,'jupiterx_main_background_attachment',''),(13348,948,'_jupiterx_main_background_attachment','attachment'),(13349,948,'jupiterx_main_background_size',''),(13350,948,'_jupiterx_main_background_size','size'),(13351,948,'jupiterx_main_background',''),(13352,948,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13353,948,'jupiterx_main_spacing_padding_top',''),(13354,948,'_jupiterx_main_spacing_padding_top','padding_top'),(13355,948,'jupiterx_main_spacing_padding_right',''),(13356,948,'_jupiterx_main_spacing_padding_right','padding_right'),(13357,948,'jupiterx_main_spacing_padding_bottom',''),(13358,948,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13359,948,'jupiterx_main_spacing_padding_left',''),(13360,948,'_jupiterx_main_spacing_padding_left','padding_left'),(13361,948,'jupiterx_main_spacing_margin_top',''),(13362,948,'_jupiterx_main_spacing_margin_top','margin_top'),(13363,948,'jupiterx_main_spacing_margin_right',''),(13364,948,'_jupiterx_main_spacing_margin_right','margin_right'),(13365,948,'jupiterx_main_spacing_margin_bottom',''),(13366,948,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13367,948,'jupiterx_main_spacing_margin_left',''),(13368,948,'_jupiterx_main_spacing_margin_left','margin_left'),(13369,948,'jupiterx_main_spacing',''),(13370,948,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13371,948,'jupiterx_title_bar_title','global'),(13372,948,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13373,948,'jupiterx_title_bar_breadcrumb','global'),(13374,948,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13375,948,'jupiterx_title_bar_subtitle',''),(13376,948,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13377,948,'jupiterx_footer','1'),(13378,948,'_jupiterx_footer','field_jupiterx_post_footer'),(13379,948,'jupiterx_footer_type','global'),(13380,948,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13381,948,'jupiterx_footer_behavior','global'),(13382,948,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13391,378,'classic-editor-remember','classic-editor'),(13392,948,'_wp_trash_meta_status','publish'),(13393,948,'_wp_trash_meta_time','1581697082'),(13394,948,'_wp_desired_post_slug','dental-consulting-new'),(13395,825,'_wp_trash_meta_status','publish'),(13396,825,'_wp_trash_meta_time','1581697151'),(13397,825,'_wp_desired_post_slug','services-16'),(13398,951,'_elementor_controls_usage','a:0:{}'),(13399,951,'_elementor_controls_usage','a:0:{}'),(13400,951,'_edit_last','2'),(13401,951,'_wp_page_template','default'),(13402,951,'textfalse',''),(13403,951,'_layout','full'),(13404,951,'_padding','true'),(13405,951,'page_preloader','false'),(13406,951,'_introduce_align','left'),(13407,951,'_disable_breadcrumb','true'),(13408,951,'_enable_local_backgrounds','false'),(13409,951,'theme_header_style','1'),(13410,951,'theme_header_align','left'),(13411,951,'theme_toolbar_toggle','true'),(13412,951,'_transparent_header','false'),(13413,951,'_trans_header_remove_bg','true'),(13414,951,'_transparent_header_skin','light'),(13415,951,'_sticky_header_offset','header'),(13416,951,'background_selector_orientation','full_width_layout'),(13417,951,'boxed_layout_shadow_size','0'),(13418,951,'boxed_layout_shadow_intensity','0'),(13419,951,'body_color_gradient','single'),(13420,951,'body_color_gradient_style','linear'),(13421,951,'body_color_gradient_angle','vertical'),(13422,951,'body_source','no-image'),(13423,951,'body_parallax','false'),(13424,951,'page_color_gradient','single'),(13425,951,'page_color_gradient_style','linear'),(13426,951,'page_color_gradient_angle','vertical'),(13427,951,'page_source','no-image'),(13428,951,'page_parallax','false'),(13429,951,'header_color_gradient','single'),(13430,951,'header_color_gradient_style','linear'),(13431,951,'header_color_gradient_angle','vertical'),(13432,951,'header_source','no-image'),(13433,951,'header_parallax','false'),(13434,951,'banner_color_gradient','single'),(13435,951,'banner_color_gradient_style','linear'),(13436,951,'banner_color_gradient_angle','vertical'),(13437,951,'banner_source','no-image'),(13438,951,'banner_parallax','false'),(13439,951,'footer_color_gradient','single'),(13440,951,'footer_color_gradient_style','linear'),(13441,951,'footer_color_gradient_angle','vertical'),(13442,951,'footer_source','no-image'),(13443,951,'footer_parallax','false'),(13444,951,'_edit_lock','1581703771:2'),(13445,951,'_theme_options_build','5db712b1efa27'),(13446,951,'_wpb_vc_js_status','true'),(13447,951,'slide_template',''),(13448,951,'_template','no-title'),(13449,951,'classic-editor-remember','classic-editor'),(13450,951,'rs_page_bg_color',''),(13451,951,'jupiterx_header','1'),(13452,951,'_jupiterx_header','field_jupiterx_post_header'),(13453,951,'jupiterx_header_overlap','global'),(13454,951,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13455,951,'jupiterx_header_type','global'),(13456,951,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13457,951,'jupiterx_header_behavior','global'),(13458,951,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13459,951,'jupiterx_layout','global'),(13460,951,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13461,951,'jupiterx_content_full_width','0'),(13462,951,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13463,951,'jupiterx_content_spacing','1'),(13464,951,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13465,951,'jupiterx_sidebar_primary','global'),(13466,951,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13467,951,'jupiterx_sidebar_secondary','global'),(13468,951,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13469,951,'jupiterx_post_featured_image','global'),(13470,951,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13471,951,'jupiterx_post_social_share','global'),(13472,951,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13473,951,'jupiterx_post_comments','global'),(13474,951,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13475,951,'jupiterx_main_background_color',''),(13476,951,'_jupiterx_main_background_color','color'),(13477,951,'jupiterx_main_background_image',''),(13478,951,'_jupiterx_main_background_image','image'),(13479,951,'jupiterx_main_background_position',''),(13480,951,'_jupiterx_main_background_position','position'),(13481,951,'jupiterx_main_background_repeat',''),(13482,951,'_jupiterx_main_background_repeat','repeat'),(13483,951,'jupiterx_main_background_attachment',''),(13484,951,'_jupiterx_main_background_attachment','attachment'),(13485,951,'jupiterx_main_background_size',''),(13486,951,'_jupiterx_main_background_size','size'),(13487,951,'jupiterx_main_background',''),(13488,951,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13489,951,'jupiterx_main_spacing_padding_top',''),(13490,951,'_jupiterx_main_spacing_padding_top','padding_top'),(13491,951,'jupiterx_main_spacing_padding_right',''),(13492,951,'_jupiterx_main_spacing_padding_right','padding_right'),(13493,951,'jupiterx_main_spacing_padding_bottom',''),(13494,951,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13495,951,'jupiterx_main_spacing_padding_left',''),(13496,951,'_jupiterx_main_spacing_padding_left','padding_left'),(13497,951,'jupiterx_main_spacing_margin_top',''),(13498,951,'_jupiterx_main_spacing_margin_top','margin_top'),(13499,951,'jupiterx_main_spacing_margin_right',''),(13500,951,'_jupiterx_main_spacing_margin_right','margin_right'),(13501,951,'jupiterx_main_spacing_margin_bottom',''),(13502,951,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13503,951,'jupiterx_main_spacing_margin_left',''),(13504,951,'_jupiterx_main_spacing_margin_left','margin_left'),(13505,951,'jupiterx_main_spacing',''),(13506,951,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13507,951,'jupiterx_title_bar_title','global'),(13508,951,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13509,951,'jupiterx_title_bar_breadcrumb','global'),(13510,951,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13511,951,'jupiterx_title_bar_subtitle',''),(13512,951,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13513,951,'jupiterx_footer','1'),(13514,951,'_jupiterx_footer','field_jupiterx_post_footer'),(13515,951,'jupiterx_footer_type','global'),(13516,951,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13517,951,'jupiterx_footer_behavior','global'),(13518,951,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13526,952,'jupiterx_header','1'),(13527,952,'_jupiterx_header','field_jupiterx_post_header'),(13528,952,'jupiterx_header_overlap','global'),(13529,952,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13530,952,'jupiterx_header_type','global'),(13531,952,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13532,952,'jupiterx_header_behavior','global'),(13533,952,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13534,952,'jupiterx_layout','global'),(13535,952,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13536,952,'jupiterx_content_full_width','0'),(13537,952,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13538,952,'jupiterx_content_spacing','1'),(13539,952,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13540,952,'jupiterx_sidebar_primary','global'),(13541,952,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13542,952,'jupiterx_sidebar_secondary','global'),(13543,952,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13544,952,'jupiterx_post_featured_image','global'),(13545,952,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13546,952,'jupiterx_post_social_share','global'),(13547,952,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13548,952,'jupiterx_post_comments','global'),(13549,952,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13550,952,'jupiterx_main_background_color',''),(13551,952,'_jupiterx_main_background_color','color'),(13552,952,'jupiterx_main_background_image',''),(13553,952,'_jupiterx_main_background_image','image'),(13554,952,'jupiterx_main_background_position',''),(13555,952,'_jupiterx_main_background_position','position'),(13556,952,'jupiterx_main_background_repeat',''),(13557,952,'_jupiterx_main_background_repeat','repeat'),(13558,952,'jupiterx_main_background_attachment',''),(13559,952,'_jupiterx_main_background_attachment','attachment'),(13560,952,'jupiterx_main_background_size',''),(13561,952,'_jupiterx_main_background_size','size'),(13562,952,'jupiterx_main_background',''),(13563,952,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13564,952,'jupiterx_main_spacing_padding_top',''),(13565,952,'_jupiterx_main_spacing_padding_top','padding_top'),(13566,952,'jupiterx_main_spacing_padding_right',''),(13567,952,'_jupiterx_main_spacing_padding_right','padding_right'),(13568,952,'jupiterx_main_spacing_padding_bottom',''),(13569,952,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13570,952,'jupiterx_main_spacing_padding_left',''),(13571,952,'_jupiterx_main_spacing_padding_left','padding_left'),(13572,952,'jupiterx_main_spacing_margin_top',''),(13573,952,'_jupiterx_main_spacing_margin_top','margin_top'),(13574,952,'jupiterx_main_spacing_margin_right',''),(13575,952,'_jupiterx_main_spacing_margin_right','margin_right'),(13576,952,'jupiterx_main_spacing_margin_bottom',''),(13577,952,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13578,952,'jupiterx_main_spacing_margin_left',''),(13579,952,'_jupiterx_main_spacing_margin_left','margin_left'),(13580,952,'jupiterx_main_spacing',''),(13581,952,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13582,952,'jupiterx_title_bar_title','global'),(13583,952,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13584,952,'jupiterx_title_bar_breadcrumb','global'),(13585,952,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13586,952,'jupiterx_title_bar_subtitle',''),(13587,952,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13588,952,'jupiterx_footer','1'),(13589,952,'_jupiterx_footer','field_jupiterx_post_footer'),(13590,952,'jupiterx_footer_type','global'),(13591,952,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13592,952,'jupiterx_footer_behavior','global'),(13593,952,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13594,953,'jupiterx_header','1'),(13595,953,'_jupiterx_header','field_jupiterx_post_header'),(13596,953,'jupiterx_header_overlap','global'),(13597,953,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13598,953,'jupiterx_header_type','global'),(13599,953,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13600,953,'jupiterx_header_behavior','global'),(13601,953,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13602,953,'jupiterx_layout','global'),(13603,953,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13604,953,'jupiterx_content_full_width','0'),(13605,953,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13606,953,'jupiterx_content_spacing','1'),(13607,953,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13608,953,'jupiterx_sidebar_primary','global'),(13609,953,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13610,953,'jupiterx_sidebar_secondary','global'),(13611,953,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13612,953,'jupiterx_post_featured_image','global'),(13613,953,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13614,953,'jupiterx_post_social_share','global'),(13615,953,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13616,953,'jupiterx_post_comments','global'),(13617,953,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13618,953,'jupiterx_main_background_color',''),(13619,953,'_jupiterx_main_background_color','color'),(13620,953,'jupiterx_main_background_image',''),(13621,953,'_jupiterx_main_background_image','image'),(13622,953,'jupiterx_main_background_position',''),(13623,953,'_jupiterx_main_background_position','position'),(13624,953,'jupiterx_main_background_repeat',''),(13625,953,'_jupiterx_main_background_repeat','repeat'),(13626,953,'jupiterx_main_background_attachment',''),(13627,953,'_jupiterx_main_background_attachment','attachment'),(13628,953,'jupiterx_main_background_size',''),(13629,953,'_jupiterx_main_background_size','size'),(13630,953,'jupiterx_main_background',''),(13631,953,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13632,953,'jupiterx_main_spacing_padding_top',''),(13633,953,'_jupiterx_main_spacing_padding_top','padding_top'),(13634,953,'jupiterx_main_spacing_padding_right',''),(13635,953,'_jupiterx_main_spacing_padding_right','padding_right'),(13636,953,'jupiterx_main_spacing_padding_bottom',''),(13637,953,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13638,953,'jupiterx_main_spacing_padding_left',''),(13639,953,'_jupiterx_main_spacing_padding_left','padding_left'),(13640,953,'jupiterx_main_spacing_margin_top',''),(13641,953,'_jupiterx_main_spacing_margin_top','margin_top'),(13642,953,'jupiterx_main_spacing_margin_right',''),(13643,953,'_jupiterx_main_spacing_margin_right','margin_right'),(13644,953,'jupiterx_main_spacing_margin_bottom',''),(13645,953,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13646,953,'jupiterx_main_spacing_margin_left',''),(13647,953,'_jupiterx_main_spacing_margin_left','margin_left'),(13648,953,'jupiterx_main_spacing',''),(13649,953,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13650,953,'jupiterx_title_bar_title','global'),(13651,953,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13652,953,'jupiterx_title_bar_breadcrumb','global'),(13653,953,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13654,953,'jupiterx_title_bar_subtitle',''),(13655,953,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13656,953,'jupiterx_footer','1'),(13657,953,'_jupiterx_footer','field_jupiterx_post_footer'),(13658,953,'jupiterx_footer_type','global'),(13659,953,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13660,953,'jupiterx_footer_behavior','global'),(13661,953,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13662,955,'jupiterx_header','1'),(13663,955,'_jupiterx_header','field_jupiterx_post_header'),(13664,955,'jupiterx_header_overlap','global'),(13665,955,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13666,955,'jupiterx_header_type','global'),(13667,955,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13668,955,'jupiterx_header_behavior','global'),(13669,955,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13670,955,'jupiterx_layout','global'),(13671,955,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13672,955,'jupiterx_content_full_width','0'),(13673,955,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13674,955,'jupiterx_content_spacing','1'),(13675,955,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13676,955,'jupiterx_sidebar_primary','global'),(13677,955,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13678,955,'jupiterx_sidebar_secondary','global'),(13679,955,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13680,955,'jupiterx_post_featured_image','global'),(13681,955,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13682,955,'jupiterx_post_social_share','global'),(13683,955,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13684,955,'jupiterx_post_comments','global'),(13685,955,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13686,955,'jupiterx_main_background_color',''),(13687,955,'_jupiterx_main_background_color','color'),(13688,955,'jupiterx_main_background_image',''),(13689,955,'_jupiterx_main_background_image','image'),(13690,955,'jupiterx_main_background_position',''),(13691,955,'_jupiterx_main_background_position','position'),(13692,955,'jupiterx_main_background_repeat',''),(13693,955,'_jupiterx_main_background_repeat','repeat'),(13694,955,'jupiterx_main_background_attachment',''),(13695,955,'_jupiterx_main_background_attachment','attachment'),(13696,955,'jupiterx_main_background_size',''),(13697,955,'_jupiterx_main_background_size','size'),(13698,955,'jupiterx_main_background',''),(13699,955,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13700,955,'jupiterx_main_spacing_padding_top',''),(13701,955,'_jupiterx_main_spacing_padding_top','padding_top'),(13702,955,'jupiterx_main_spacing_padding_right',''),(13703,955,'_jupiterx_main_spacing_padding_right','padding_right'),(13704,955,'jupiterx_main_spacing_padding_bottom',''),(13705,955,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13706,955,'jupiterx_main_spacing_padding_left',''),(13707,955,'_jupiterx_main_spacing_padding_left','padding_left'),(13708,955,'jupiterx_main_spacing_margin_top',''),(13709,955,'_jupiterx_main_spacing_margin_top','margin_top'),(13710,955,'jupiterx_main_spacing_margin_right',''),(13711,955,'_jupiterx_main_spacing_margin_right','margin_right'),(13712,955,'jupiterx_main_spacing_margin_bottom',''),(13713,955,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13714,955,'jupiterx_main_spacing_margin_left',''),(13715,955,'_jupiterx_main_spacing_margin_left','margin_left'),(13716,955,'jupiterx_main_spacing',''),(13717,955,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13718,955,'jupiterx_title_bar_title','global'),(13719,955,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13720,955,'jupiterx_title_bar_breadcrumb','global'),(13721,955,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13722,955,'jupiterx_title_bar_subtitle',''),(13723,955,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13724,955,'jupiterx_footer','1'),(13725,955,'_jupiterx_footer','field_jupiterx_post_footer'),(13726,955,'jupiterx_footer_type','global'),(13727,955,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13728,955,'jupiterx_footer_behavior','global'),(13729,955,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13730,956,'jupiterx_header','1'),(13731,956,'_jupiterx_header','field_jupiterx_post_header'),(13732,956,'jupiterx_header_overlap','global'),(13733,956,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13734,956,'jupiterx_header_type','global'),(13735,956,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13736,956,'jupiterx_header_behavior','global'),(13737,956,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13738,956,'jupiterx_layout','global'),(13739,956,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13740,956,'jupiterx_content_full_width','0'),(13741,956,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13742,956,'jupiterx_content_spacing','1'),(13743,956,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13744,956,'jupiterx_sidebar_primary','global'),(13745,956,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13746,956,'jupiterx_sidebar_secondary','global'),(13747,956,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13748,956,'jupiterx_post_featured_image','global'),(13749,956,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13750,956,'jupiterx_post_social_share','global'),(13751,956,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13752,956,'jupiterx_post_comments','global'),(13753,956,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13754,956,'jupiterx_main_background_color',''),(13755,956,'_jupiterx_main_background_color','color'),(13756,956,'jupiterx_main_background_image',''),(13757,956,'_jupiterx_main_background_image','image'),(13758,956,'jupiterx_main_background_position',''),(13759,956,'_jupiterx_main_background_position','position'),(13760,956,'jupiterx_main_background_repeat',''),(13761,956,'_jupiterx_main_background_repeat','repeat'),(13762,956,'jupiterx_main_background_attachment',''),(13763,956,'_jupiterx_main_background_attachment','attachment'),(13764,956,'jupiterx_main_background_size',''),(13765,956,'_jupiterx_main_background_size','size'),(13766,956,'jupiterx_main_background',''),(13767,956,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13768,956,'jupiterx_main_spacing_padding_top',''),(13769,956,'_jupiterx_main_spacing_padding_top','padding_top'),(13770,956,'jupiterx_main_spacing_padding_right',''),(13771,956,'_jupiterx_main_spacing_padding_right','padding_right'),(13772,956,'jupiterx_main_spacing_padding_bottom',''),(13773,956,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13774,956,'jupiterx_main_spacing_padding_left',''),(13775,956,'_jupiterx_main_spacing_padding_left','padding_left'),(13776,956,'jupiterx_main_spacing_margin_top',''),(13777,956,'_jupiterx_main_spacing_margin_top','margin_top'),(13778,956,'jupiterx_main_spacing_margin_right',''),(13779,956,'_jupiterx_main_spacing_margin_right','margin_right'),(13780,956,'jupiterx_main_spacing_margin_bottom',''),(13781,956,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13782,956,'jupiterx_main_spacing_margin_left',''),(13783,956,'_jupiterx_main_spacing_margin_left','margin_left'),(13784,956,'jupiterx_main_spacing',''),(13785,956,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13786,956,'jupiterx_title_bar_title','global'),(13787,956,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13788,956,'jupiterx_title_bar_breadcrumb','global'),(13789,956,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13790,956,'jupiterx_title_bar_subtitle',''),(13791,956,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13792,956,'jupiterx_footer','1'),(13793,956,'_jupiterx_footer','field_jupiterx_post_footer'),(13794,956,'jupiterx_footer_type','global'),(13795,956,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13796,956,'jupiterx_footer_behavior','global'),(13797,956,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13798,957,'_menu_item_type','post_type'),(13799,957,'_menu_item_menu_item_parent','0'),(13800,957,'_menu_item_object_id','945'),(13801,957,'_menu_item_object','page'),(13802,957,'_menu_item_target',''),(13803,957,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13804,957,'_menu_item_xfn',''),(13805,957,'_menu_item_url',''),(13807,880,'jupiterx_mega_template','global'),(13808,880,'_jupiterx_mega_template','menu_template'),(13809,868,'jupiterx_mega_template','global'),(13810,868,'_jupiterx_mega_template','menu_template'),(13811,864,'jupiterx_mega_template','global'),(13812,864,'_jupiterx_mega_template','menu_template'),(13813,957,'jupiterx_mega_template','global'),(13814,957,'_jupiterx_mega_template','menu_template'),(13815,866,'jupiterx_mega_template','global'),(13816,866,'_jupiterx_mega_template','menu_template'),(13817,871,'jupiterx_mega_template','global'),(13818,871,'_jupiterx_mega_template','menu_template'),(13819,872,'jupiterx_mega_template','global'),(13820,872,'_jupiterx_mega_template','menu_template'),(13821,957,'_elementor_controls_usage','a:0:{}'),(13822,958,'_menu_item_type','post_type'),(13823,958,'_menu_item_menu_item_parent','957'),(13824,958,'_menu_item_object_id','951'),(13825,958,'_menu_item_object','page'),(13826,958,'_menu_item_target',''),(13827,958,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13828,958,'_menu_item_xfn',''),(13829,958,'_menu_item_url',''),(13831,958,'jupiterx_mega_template','global'),(13832,958,'_jupiterx_mega_template','menu_template'),(13833,958,'_elementor_controls_usage','a:0:{}'),(13834,960,'_wpb_post_custom_css','.indent {\r\n    padding-left: 20px;\r\n}'),(13835,960,'jupiterx_header','1'),(13836,960,'_jupiterx_header','field_jupiterx_post_header'),(13837,960,'jupiterx_header_overlap','global'),(13838,960,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13839,960,'jupiterx_header_type','global'),(13840,960,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13841,960,'jupiterx_header_behavior','global'),(13842,960,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13843,960,'jupiterx_layout','c'),(13844,960,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13845,960,'jupiterx_content_full_width','1'),(13846,960,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13847,960,'jupiterx_content_spacing','0'),(13848,960,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13849,960,'jupiterx_sidebar_primary','global'),(13850,960,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13851,960,'jupiterx_sidebar_secondary','global'),(13852,960,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13853,960,'jupiterx_post_featured_image','global'),(13854,960,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13855,960,'jupiterx_post_social_share','global'),(13856,960,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13857,960,'jupiterx_post_comments','global'),(13858,960,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13859,960,'jupiterx_main_background_color',''),(13860,960,'_jupiterx_main_background_color','color'),(13861,960,'jupiterx_main_background_image',''),(13862,960,'_jupiterx_main_background_image','image'),(13863,960,'jupiterx_main_background_position',''),(13864,960,'_jupiterx_main_background_position','position'),(13865,960,'jupiterx_main_background_repeat',''),(13866,960,'_jupiterx_main_background_repeat','repeat'),(13867,960,'jupiterx_main_background_attachment',''),(13868,960,'_jupiterx_main_background_attachment','attachment'),(13869,960,'jupiterx_main_background_size',''),(13870,960,'_jupiterx_main_background_size','size'),(13871,960,'jupiterx_main_background',''),(13872,960,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13873,960,'jupiterx_main_spacing_padding_top',''),(13874,960,'_jupiterx_main_spacing_padding_top','padding_top'),(13875,960,'jupiterx_main_spacing_padding_right',''),(13876,960,'_jupiterx_main_spacing_padding_right','padding_right'),(13877,960,'jupiterx_main_spacing_padding_bottom',''),(13878,960,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13879,960,'jupiterx_main_spacing_padding_left',''),(13880,960,'_jupiterx_main_spacing_padding_left','padding_left'),(13881,960,'jupiterx_main_spacing_margin_top',''),(13882,960,'_jupiterx_main_spacing_margin_top','margin_top'),(13883,960,'jupiterx_main_spacing_margin_right',''),(13884,960,'_jupiterx_main_spacing_margin_right','margin_right'),(13885,960,'jupiterx_main_spacing_margin_bottom',''),(13886,960,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13887,960,'jupiterx_main_spacing_margin_left',''),(13888,960,'_jupiterx_main_spacing_margin_left','margin_left'),(13889,960,'jupiterx_main_spacing',''),(13890,960,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13891,960,'jupiterx_title_bar_title','global'),(13892,960,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13893,960,'jupiterx_title_bar_breadcrumb','global'),(13894,960,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13895,960,'jupiterx_title_bar_subtitle',''),(13896,960,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13897,960,'jupiterx_footer','1'),(13898,960,'_jupiterx_footer','field_jupiterx_post_footer'),(13899,960,'jupiterx_footer_type','global'),(13900,960,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13901,960,'jupiterx_footer_widget_area','global'),(13902,960,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(13903,960,'jupiterx_footer_sub','global'),(13904,960,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(13905,960,'jupiterx_footer_behavior','global'),(13906,960,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13907,961,'_wpb_post_custom_css','.indent {\r\n    padding-left: 20px;\r\n}'),(13908,961,'jupiterx_header','1'),(13909,961,'_jupiterx_header','field_jupiterx_post_header'),(13910,961,'jupiterx_header_overlap','global'),(13911,961,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13912,961,'jupiterx_header_type','global'),(13913,961,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13914,961,'jupiterx_header_behavior','global'),(13915,961,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13916,961,'jupiterx_layout','c'),(13917,961,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13918,961,'jupiterx_content_full_width','1'),(13919,961,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13920,961,'jupiterx_content_spacing','0'),(13921,961,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13922,961,'jupiterx_sidebar_primary','global'),(13923,961,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13924,961,'jupiterx_sidebar_secondary','global'),(13925,961,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13926,961,'jupiterx_post_featured_image','global'),(13927,961,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(13928,961,'jupiterx_post_social_share','global'),(13929,961,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(13930,961,'jupiterx_post_comments','global'),(13931,961,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(13932,961,'jupiterx_main_background_color',''),(13933,961,'_jupiterx_main_background_color','color'),(13934,961,'jupiterx_main_background_image',''),(13935,961,'_jupiterx_main_background_image','image'),(13936,961,'jupiterx_main_background_position',''),(13937,961,'_jupiterx_main_background_position','position'),(13938,961,'jupiterx_main_background_repeat',''),(13939,961,'_jupiterx_main_background_repeat','repeat'),(13940,961,'jupiterx_main_background_attachment',''),(13941,961,'_jupiterx_main_background_attachment','attachment'),(13942,961,'jupiterx_main_background_size',''),(13943,961,'_jupiterx_main_background_size','size'),(13944,961,'jupiterx_main_background',''),(13945,961,'_jupiterx_main_background','field_jupiterx_post_main_background'),(13946,961,'jupiterx_main_spacing_padding_top',''),(13947,961,'_jupiterx_main_spacing_padding_top','padding_top'),(13948,961,'jupiterx_main_spacing_padding_right',''),(13949,961,'_jupiterx_main_spacing_padding_right','padding_right'),(13950,961,'jupiterx_main_spacing_padding_bottom',''),(13951,961,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(13952,961,'jupiterx_main_spacing_padding_left',''),(13953,961,'_jupiterx_main_spacing_padding_left','padding_left'),(13954,961,'jupiterx_main_spacing_margin_top',''),(13955,961,'_jupiterx_main_spacing_margin_top','margin_top'),(13956,961,'jupiterx_main_spacing_margin_right',''),(13957,961,'_jupiterx_main_spacing_margin_right','margin_right'),(13958,961,'jupiterx_main_spacing_margin_bottom',''),(13959,961,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(13960,961,'jupiterx_main_spacing_margin_left',''),(13961,961,'_jupiterx_main_spacing_margin_left','margin_left'),(13962,961,'jupiterx_main_spacing',''),(13963,961,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(13964,961,'jupiterx_title_bar_title','global'),(13965,961,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(13966,961,'jupiterx_title_bar_breadcrumb','global'),(13967,961,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(13968,961,'jupiterx_title_bar_subtitle',''),(13969,961,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(13970,961,'jupiterx_footer','1'),(13971,961,'_jupiterx_footer','field_jupiterx_post_footer'),(13972,961,'jupiterx_footer_type','global'),(13973,961,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(13974,961,'jupiterx_footer_widget_area','global'),(13975,961,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(13976,961,'jupiterx_footer_sub','global'),(13977,961,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(13978,961,'jupiterx_footer_behavior','global'),(13979,961,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(13980,962,'jupiterx_header','1'),(13981,962,'_jupiterx_header','field_jupiterx_post_header'),(13982,962,'jupiterx_header_overlap','global'),(13983,962,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(13984,962,'jupiterx_header_type','global'),(13985,962,'_jupiterx_header_type','field_jupiterx_post_header_type'),(13986,962,'jupiterx_header_behavior','global'),(13987,962,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(13988,962,'jupiterx_layout','global'),(13989,962,'_jupiterx_layout','field_jupiterx_post_main_layout'),(13990,962,'jupiterx_content_full_width','0'),(13991,962,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(13992,962,'jupiterx_content_spacing','1'),(13993,962,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(13994,962,'jupiterx_sidebar_primary','global'),(13995,962,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(13996,962,'jupiterx_sidebar_secondary','global'),(13997,962,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(13998,962,'jupiterx_post_featured_image','global'),(13999,962,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14000,962,'jupiterx_post_social_share','global'),(14001,962,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14002,962,'jupiterx_post_comments','global'),(14003,962,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14004,962,'jupiterx_main_background_color',''),(14005,962,'_jupiterx_main_background_color','color'),(14006,962,'jupiterx_main_background_image',''),(14007,962,'_jupiterx_main_background_image','image'),(14008,962,'jupiterx_main_background_position',''),(14009,962,'_jupiterx_main_background_position','position'),(14010,962,'jupiterx_main_background_repeat',''),(14011,962,'_jupiterx_main_background_repeat','repeat'),(14012,962,'jupiterx_main_background_attachment',''),(14013,962,'_jupiterx_main_background_attachment','attachment'),(14014,962,'jupiterx_main_background_size',''),(14015,962,'_jupiterx_main_background_size','size'),(14016,962,'jupiterx_main_background',''),(14017,962,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14018,962,'jupiterx_main_spacing_padding_top',''),(14019,962,'_jupiterx_main_spacing_padding_top','padding_top'),(14020,962,'jupiterx_main_spacing_padding_right',''),(14021,962,'_jupiterx_main_spacing_padding_right','padding_right'),(14022,962,'jupiterx_main_spacing_padding_bottom',''),(14023,962,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14024,962,'jupiterx_main_spacing_padding_left',''),(14025,962,'_jupiterx_main_spacing_padding_left','padding_left'),(14026,962,'jupiterx_main_spacing_margin_top',''),(14027,962,'_jupiterx_main_spacing_margin_top','margin_top'),(14028,962,'jupiterx_main_spacing_margin_right',''),(14029,962,'_jupiterx_main_spacing_margin_right','margin_right'),(14030,962,'jupiterx_main_spacing_margin_bottom',''),(14031,962,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14032,962,'jupiterx_main_spacing_margin_left',''),(14033,962,'_jupiterx_main_spacing_margin_left','margin_left'),(14034,962,'jupiterx_main_spacing',''),(14035,962,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14036,962,'jupiterx_title_bar_title','global'),(14037,962,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14038,962,'jupiterx_title_bar_breadcrumb','global'),(14039,962,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14040,962,'jupiterx_title_bar_subtitle',''),(14041,962,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14042,962,'jupiterx_footer','1'),(14043,962,'_jupiterx_footer','field_jupiterx_post_footer'),(14044,962,'jupiterx_footer_type','global'),(14045,962,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14046,962,'jupiterx_footer_behavior','global'),(14047,962,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14048,367,'classic-editor-remember','classic-editor'),(14049,963,'_elementor_controls_usage','a:0:{}'),(14050,963,'_elementor_controls_usage','a:0:{}'),(14051,963,'_elementor_controls_usage','a:0:{}'),(14052,963,'_edit_last','2'),(14053,963,'_wp_page_template','default'),(14054,963,'textfalse',''),(14055,963,'_layout','full'),(14056,963,'_padding','true'),(14057,963,'page_preloader','false'),(14058,963,'_introduce_align','left'),(14059,963,'_disable_breadcrumb','true'),(14060,963,'_enable_local_backgrounds','false'),(14061,963,'theme_header_style','1'),(14062,963,'theme_header_align','left'),(14063,963,'theme_toolbar_toggle','true'),(14064,963,'_transparent_header','false'),(14065,963,'_trans_header_remove_bg','true'),(14066,963,'_transparent_header_skin','light'),(14067,963,'_sticky_header_offset','header'),(14068,963,'background_selector_orientation','full_width_layout'),(14069,963,'boxed_layout_shadow_size','0'),(14070,963,'boxed_layout_shadow_intensity','0'),(14071,963,'body_color_gradient','single'),(14072,963,'body_color_gradient_style','linear'),(14073,963,'body_color_gradient_angle','vertical'),(14074,963,'body_source','no-image'),(14075,963,'body_parallax','false'),(14076,963,'page_color_gradient','single'),(14077,963,'page_color_gradient_style','linear'),(14078,963,'page_color_gradient_angle','vertical'),(14079,963,'page_source','no-image'),(14080,963,'page_parallax','false'),(14081,963,'header_color_gradient','single'),(14082,963,'header_color_gradient_style','linear'),(14083,963,'header_color_gradient_angle','vertical'),(14084,963,'header_source','no-image'),(14085,963,'header_parallax','false'),(14086,963,'banner_color_gradient','single'),(14087,963,'banner_color_gradient_style','linear'),(14088,963,'banner_color_gradient_angle','vertical'),(14089,963,'banner_source','no-image'),(14090,963,'banner_parallax','false'),(14091,963,'footer_color_gradient','single'),(14092,963,'footer_color_gradient_style','linear'),(14093,963,'footer_color_gradient_angle','vertical'),(14094,963,'footer_source','no-image'),(14095,963,'footer_parallax','false'),(14096,963,'_edit_lock','1581703802:2'),(14097,963,'_theme_options_build','5db712b1efa27'),(14098,963,'_wpb_vc_js_status','true'),(14099,963,'slide_template',''),(14100,963,'_template','no-title'),(14101,963,'classic-editor-remember','classic-editor'),(14102,963,'rs_page_bg_color',''),(14103,963,'jupiterx_header','1'),(14104,963,'_jupiterx_header','field_jupiterx_post_header'),(14105,963,'jupiterx_header_overlap','global'),(14106,963,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14107,963,'jupiterx_header_type','global'),(14108,963,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14109,963,'jupiterx_header_behavior','global'),(14110,963,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14111,963,'jupiterx_layout','global'),(14112,963,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14113,963,'jupiterx_content_full_width','0'),(14114,963,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14115,963,'jupiterx_content_spacing','1'),(14116,963,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14117,963,'jupiterx_sidebar_primary','global'),(14118,963,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14119,963,'jupiterx_sidebar_secondary','global'),(14120,963,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14121,963,'jupiterx_post_featured_image','global'),(14122,963,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14123,963,'jupiterx_post_social_share','global'),(14124,963,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14125,963,'jupiterx_post_comments','global'),(14126,963,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14127,963,'jupiterx_main_background_color',''),(14128,963,'_jupiterx_main_background_color','color'),(14129,963,'jupiterx_main_background_image',''),(14130,963,'_jupiterx_main_background_image','image'),(14131,963,'jupiterx_main_background_position',''),(14132,963,'_jupiterx_main_background_position','position'),(14133,963,'jupiterx_main_background_repeat',''),(14134,963,'_jupiterx_main_background_repeat','repeat'),(14135,963,'jupiterx_main_background_attachment',''),(14136,963,'_jupiterx_main_background_attachment','attachment'),(14137,963,'jupiterx_main_background_size',''),(14138,963,'_jupiterx_main_background_size','size'),(14139,963,'jupiterx_main_background',''),(14140,963,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14141,963,'jupiterx_main_spacing_padding_top',''),(14142,963,'_jupiterx_main_spacing_padding_top','padding_top'),(14143,963,'jupiterx_main_spacing_padding_right',''),(14144,963,'_jupiterx_main_spacing_padding_right','padding_right'),(14145,963,'jupiterx_main_spacing_padding_bottom',''),(14146,963,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14147,963,'jupiterx_main_spacing_padding_left',''),(14148,963,'_jupiterx_main_spacing_padding_left','padding_left'),(14149,963,'jupiterx_main_spacing_margin_top',''),(14150,963,'_jupiterx_main_spacing_margin_top','margin_top'),(14151,963,'jupiterx_main_spacing_margin_right',''),(14152,963,'_jupiterx_main_spacing_margin_right','margin_right'),(14153,963,'jupiterx_main_spacing_margin_bottom',''),(14154,963,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14155,963,'jupiterx_main_spacing_margin_left',''),(14156,963,'_jupiterx_main_spacing_margin_left','margin_left'),(14157,963,'jupiterx_main_spacing',''),(14158,963,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14159,963,'jupiterx_title_bar_title','global'),(14160,963,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14161,963,'jupiterx_title_bar_breadcrumb','global'),(14162,963,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14163,963,'jupiterx_title_bar_subtitle',''),(14164,963,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14165,963,'jupiterx_footer','1'),(14166,963,'_jupiterx_footer','field_jupiterx_post_footer'),(14167,963,'jupiterx_footer_type','global'),(14168,963,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14169,963,'jupiterx_footer_behavior','global'),(14170,963,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14177,964,'jupiterx_header','1'),(14178,964,'_jupiterx_header','field_jupiterx_post_header'),(14179,964,'jupiterx_header_overlap','global'),(14180,964,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14181,964,'jupiterx_header_type','global'),(14182,964,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14183,964,'jupiterx_header_behavior','global'),(14184,964,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14185,964,'jupiterx_layout','global'),(14186,964,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14187,964,'jupiterx_content_full_width','0'),(14188,964,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14189,964,'jupiterx_content_spacing','1'),(14190,964,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14191,964,'jupiterx_sidebar_primary','global'),(14192,964,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14193,964,'jupiterx_sidebar_secondary','global'),(14194,964,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14195,964,'jupiterx_post_featured_image','global'),(14196,964,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14197,964,'jupiterx_post_social_share','global'),(14198,964,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14199,964,'jupiterx_post_comments','global'),(14200,964,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14201,964,'jupiterx_main_background_color',''),(14202,964,'_jupiterx_main_background_color','color'),(14203,964,'jupiterx_main_background_image',''),(14204,964,'_jupiterx_main_background_image','image'),(14205,964,'jupiterx_main_background_position',''),(14206,964,'_jupiterx_main_background_position','position'),(14207,964,'jupiterx_main_background_repeat',''),(14208,964,'_jupiterx_main_background_repeat','repeat'),(14209,964,'jupiterx_main_background_attachment',''),(14210,964,'_jupiterx_main_background_attachment','attachment'),(14211,964,'jupiterx_main_background_size',''),(14212,964,'_jupiterx_main_background_size','size'),(14213,964,'jupiterx_main_background',''),(14214,964,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14215,964,'jupiterx_main_spacing_padding_top',''),(14216,964,'_jupiterx_main_spacing_padding_top','padding_top'),(14217,964,'jupiterx_main_spacing_padding_right',''),(14218,964,'_jupiterx_main_spacing_padding_right','padding_right'),(14219,964,'jupiterx_main_spacing_padding_bottom',''),(14220,964,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14221,964,'jupiterx_main_spacing_padding_left',''),(14222,964,'_jupiterx_main_spacing_padding_left','padding_left'),(14223,964,'jupiterx_main_spacing_margin_top',''),(14224,964,'_jupiterx_main_spacing_margin_top','margin_top'),(14225,964,'jupiterx_main_spacing_margin_right',''),(14226,964,'_jupiterx_main_spacing_margin_right','margin_right'),(14227,964,'jupiterx_main_spacing_margin_bottom',''),(14228,964,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14229,964,'jupiterx_main_spacing_margin_left',''),(14230,964,'_jupiterx_main_spacing_margin_left','margin_left'),(14231,964,'jupiterx_main_spacing',''),(14232,964,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14233,964,'jupiterx_title_bar_title','global'),(14234,964,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14235,964,'jupiterx_title_bar_breadcrumb','global'),(14236,964,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14237,964,'jupiterx_title_bar_subtitle',''),(14238,964,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14239,964,'jupiterx_footer','1'),(14240,964,'_jupiterx_footer','field_jupiterx_post_footer'),(14241,964,'jupiterx_footer_type','global'),(14242,964,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14243,964,'jupiterx_footer_behavior','global'),(14244,964,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14245,966,'jupiterx_header','1'),(14246,966,'_jupiterx_header','field_jupiterx_post_header'),(14247,966,'jupiterx_header_overlap','global'),(14248,966,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14249,966,'jupiterx_header_type','global'),(14250,966,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14251,966,'jupiterx_header_behavior','global'),(14252,966,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14253,966,'jupiterx_layout','global'),(14254,966,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14255,966,'jupiterx_content_full_width','0'),(14256,966,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14257,966,'jupiterx_content_spacing','1'),(14258,966,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14259,966,'jupiterx_sidebar_primary','global'),(14260,966,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14261,966,'jupiterx_sidebar_secondary','global'),(14262,966,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14263,966,'jupiterx_post_featured_image','global'),(14264,966,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14265,966,'jupiterx_post_social_share','global'),(14266,966,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14267,966,'jupiterx_post_comments','global'),(14268,966,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14269,966,'jupiterx_main_background_color',''),(14270,966,'_jupiterx_main_background_color','color'),(14271,966,'jupiterx_main_background_image',''),(14272,966,'_jupiterx_main_background_image','image'),(14273,966,'jupiterx_main_background_position',''),(14274,966,'_jupiterx_main_background_position','position'),(14275,966,'jupiterx_main_background_repeat',''),(14276,966,'_jupiterx_main_background_repeat','repeat'),(14277,966,'jupiterx_main_background_attachment',''),(14278,966,'_jupiterx_main_background_attachment','attachment'),(14279,966,'jupiterx_main_background_size',''),(14280,966,'_jupiterx_main_background_size','size'),(14281,966,'jupiterx_main_background',''),(14282,966,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14283,966,'jupiterx_main_spacing_padding_top',''),(14284,966,'_jupiterx_main_spacing_padding_top','padding_top'),(14285,966,'jupiterx_main_spacing_padding_right',''),(14286,966,'_jupiterx_main_spacing_padding_right','padding_right'),(14287,966,'jupiterx_main_spacing_padding_bottom',''),(14288,966,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14289,966,'jupiterx_main_spacing_padding_left',''),(14290,966,'_jupiterx_main_spacing_padding_left','padding_left'),(14291,966,'jupiterx_main_spacing_margin_top',''),(14292,966,'_jupiterx_main_spacing_margin_top','margin_top'),(14293,966,'jupiterx_main_spacing_margin_right',''),(14294,966,'_jupiterx_main_spacing_margin_right','margin_right'),(14295,966,'jupiterx_main_spacing_margin_bottom',''),(14296,966,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14297,966,'jupiterx_main_spacing_margin_left',''),(14298,966,'_jupiterx_main_spacing_margin_left','margin_left'),(14299,966,'jupiterx_main_spacing',''),(14300,966,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14301,966,'jupiterx_title_bar_title','global'),(14302,966,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14303,966,'jupiterx_title_bar_breadcrumb','global'),(14304,966,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14305,966,'jupiterx_title_bar_subtitle',''),(14306,966,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14307,966,'jupiterx_footer','1'),(14308,966,'_jupiterx_footer','field_jupiterx_post_footer'),(14309,966,'jupiterx_footer_type','global'),(14310,966,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14311,966,'jupiterx_footer_behavior','global'),(14312,966,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14313,967,'_menu_item_type','post_type'),(14314,967,'_menu_item_menu_item_parent','957'),(14315,967,'_menu_item_object_id','963'),(14316,967,'_menu_item_object','page'),(14317,967,'_menu_item_target',''),(14318,967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14319,967,'_menu_item_xfn',''),(14320,967,'_menu_item_url',''),(14322,967,'jupiterx_mega_template','global'),(14323,967,'_jupiterx_mega_template','menu_template'),(14324,967,'_elementor_controls_usage','a:0:{}'),(14325,968,'_wp_trash_meta_status','publish'),(14326,968,'_wp_trash_meta_time','1581702384'),(14327,968,'_elementor_controls_usage','a:0:{}'),(14328,969,'_wpb_post_custom_css','.indent {\r\n    padding-left: 20px;\r\n}'),(14329,969,'jupiterx_header','1'),(14330,969,'_jupiterx_header','field_jupiterx_post_header'),(14331,969,'jupiterx_header_overlap','global'),(14332,969,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14333,969,'jupiterx_header_type','global'),(14334,969,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14335,969,'jupiterx_header_behavior','global'),(14336,969,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14337,969,'jupiterx_layout','c'),(14338,969,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14339,969,'jupiterx_content_full_width','1'),(14340,969,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14341,969,'jupiterx_content_spacing','0'),(14342,969,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14343,969,'jupiterx_sidebar_primary','global'),(14344,969,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14345,969,'jupiterx_sidebar_secondary','global'),(14346,969,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14347,969,'jupiterx_post_featured_image','global'),(14348,969,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14349,969,'jupiterx_post_social_share','global'),(14350,969,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14351,969,'jupiterx_post_comments','global'),(14352,969,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14353,969,'jupiterx_main_background_color',''),(14354,969,'_jupiterx_main_background_color','color'),(14355,969,'jupiterx_main_background_image',''),(14356,969,'_jupiterx_main_background_image','image'),(14357,969,'jupiterx_main_background_position',''),(14358,969,'_jupiterx_main_background_position','position'),(14359,969,'jupiterx_main_background_repeat',''),(14360,969,'_jupiterx_main_background_repeat','repeat'),(14361,969,'jupiterx_main_background_attachment',''),(14362,969,'_jupiterx_main_background_attachment','attachment'),(14363,969,'jupiterx_main_background_size',''),(14364,969,'_jupiterx_main_background_size','size'),(14365,969,'jupiterx_main_background',''),(14366,969,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14367,969,'jupiterx_main_spacing_padding_top',''),(14368,969,'_jupiterx_main_spacing_padding_top','padding_top'),(14369,969,'jupiterx_main_spacing_padding_right',''),(14370,969,'_jupiterx_main_spacing_padding_right','padding_right'),(14371,969,'jupiterx_main_spacing_padding_bottom',''),(14372,969,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14373,969,'jupiterx_main_spacing_padding_left',''),(14374,969,'_jupiterx_main_spacing_padding_left','padding_left'),(14375,969,'jupiterx_main_spacing_margin_top',''),(14376,969,'_jupiterx_main_spacing_margin_top','margin_top'),(14377,969,'jupiterx_main_spacing_margin_right',''),(14378,969,'_jupiterx_main_spacing_margin_right','margin_right'),(14379,969,'jupiterx_main_spacing_margin_bottom',''),(14380,969,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14381,969,'jupiterx_main_spacing_margin_left',''),(14382,969,'_jupiterx_main_spacing_margin_left','margin_left'),(14383,969,'jupiterx_main_spacing',''),(14384,969,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14385,969,'jupiterx_title_bar_title','global'),(14386,969,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14387,969,'jupiterx_title_bar_breadcrumb','global'),(14388,969,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14389,969,'jupiterx_title_bar_subtitle',''),(14390,969,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14391,969,'jupiterx_footer','1'),(14392,969,'_jupiterx_footer','field_jupiterx_post_footer'),(14393,969,'jupiterx_footer_type','global'),(14394,969,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14395,969,'jupiterx_footer_widget_area','global'),(14396,969,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(14397,969,'jupiterx_footer_sub','global'),(14398,969,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(14399,969,'jupiterx_footer_behavior','global'),(14400,969,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14401,970,'_elementor_controls_usage','a:0:{}'),(14402,970,'_elementor_controls_usage','a:0:{}'),(14403,970,'_elementor_controls_usage','a:0:{}'),(14404,970,'_elementor_controls_usage','a:0:{}'),(14405,970,'_edit_last','2'),(14406,970,'_wp_page_template','default'),(14407,970,'textfalse',''),(14408,970,'_layout','full'),(14409,970,'_padding','true'),(14410,970,'page_preloader','false'),(14411,970,'_introduce_align','left'),(14412,970,'_disable_breadcrumb','true'),(14413,970,'_enable_local_backgrounds','false'),(14414,970,'theme_header_style','1'),(14415,970,'theme_header_align','left'),(14416,970,'theme_toolbar_toggle','true'),(14417,970,'_transparent_header','false'),(14418,970,'_trans_header_remove_bg','true'),(14419,970,'_transparent_header_skin','light'),(14420,970,'_sticky_header_offset','header'),(14421,970,'background_selector_orientation','full_width_layout'),(14422,970,'boxed_layout_shadow_size','0'),(14423,970,'boxed_layout_shadow_intensity','0'),(14424,970,'body_color_gradient','single'),(14425,970,'body_color_gradient_style','linear'),(14426,970,'body_color_gradient_angle','vertical'),(14427,970,'body_source','no-image'),(14428,970,'body_parallax','false'),(14429,970,'page_color_gradient','single'),(14430,970,'page_color_gradient_style','linear'),(14431,970,'page_color_gradient_angle','vertical'),(14432,970,'page_source','no-image'),(14433,970,'page_parallax','false'),(14434,970,'header_color_gradient','single'),(14435,970,'header_color_gradient_style','linear'),(14436,970,'header_color_gradient_angle','vertical'),(14437,970,'header_source','no-image'),(14438,970,'header_parallax','false'),(14439,970,'banner_color_gradient','single'),(14440,970,'banner_color_gradient_style','linear'),(14441,970,'banner_color_gradient_angle','vertical'),(14442,970,'banner_source','no-image'),(14443,970,'banner_parallax','false'),(14444,970,'footer_color_gradient','single'),(14445,970,'footer_color_gradient_style','linear'),(14446,970,'footer_color_gradient_angle','vertical'),(14447,970,'footer_source','no-image'),(14448,970,'footer_parallax','false'),(14449,970,'_edit_lock','1581703900:2'),(14450,970,'_theme_options_build','5db712b1efa27'),(14451,970,'_wpb_vc_js_status','true'),(14452,970,'slide_template',''),(14453,970,'_template','no-title'),(14454,970,'classic-editor-remember','classic-editor'),(14455,970,'rs_page_bg_color',''),(14456,970,'jupiterx_header','1'),(14457,970,'_jupiterx_header','field_jupiterx_post_header'),(14458,970,'jupiterx_header_overlap','global'),(14459,970,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14460,970,'jupiterx_header_type','global'),(14461,970,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14462,970,'jupiterx_header_behavior','global'),(14463,970,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14464,970,'jupiterx_layout','global'),(14465,970,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14466,970,'jupiterx_content_full_width','0'),(14467,970,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14468,970,'jupiterx_content_spacing','1'),(14469,970,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14470,970,'jupiterx_sidebar_primary','global'),(14471,970,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14472,970,'jupiterx_sidebar_secondary','global'),(14473,970,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14474,970,'jupiterx_post_featured_image','global'),(14475,970,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14476,970,'jupiterx_post_social_share','global'),(14477,970,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14478,970,'jupiterx_post_comments','global'),(14479,970,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14480,970,'jupiterx_main_background_color',''),(14481,970,'_jupiterx_main_background_color','color'),(14482,970,'jupiterx_main_background_image',''),(14483,970,'_jupiterx_main_background_image','image'),(14484,970,'jupiterx_main_background_position',''),(14485,970,'_jupiterx_main_background_position','position'),(14486,970,'jupiterx_main_background_repeat',''),(14487,970,'_jupiterx_main_background_repeat','repeat'),(14488,970,'jupiterx_main_background_attachment',''),(14489,970,'_jupiterx_main_background_attachment','attachment'),(14490,970,'jupiterx_main_background_size',''),(14491,970,'_jupiterx_main_background_size','size'),(14492,970,'jupiterx_main_background',''),(14493,970,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14494,970,'jupiterx_main_spacing_padding_top',''),(14495,970,'_jupiterx_main_spacing_padding_top','padding_top'),(14496,970,'jupiterx_main_spacing_padding_right',''),(14497,970,'_jupiterx_main_spacing_padding_right','padding_right'),(14498,970,'jupiterx_main_spacing_padding_bottom',''),(14499,970,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14500,970,'jupiterx_main_spacing_padding_left',''),(14501,970,'_jupiterx_main_spacing_padding_left','padding_left'),(14502,970,'jupiterx_main_spacing_margin_top',''),(14503,970,'_jupiterx_main_spacing_margin_top','margin_top'),(14504,970,'jupiterx_main_spacing_margin_right',''),(14505,970,'_jupiterx_main_spacing_margin_right','margin_right'),(14506,970,'jupiterx_main_spacing_margin_bottom',''),(14507,970,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14508,970,'jupiterx_main_spacing_margin_left',''),(14509,970,'_jupiterx_main_spacing_margin_left','margin_left'),(14510,970,'jupiterx_main_spacing',''),(14511,970,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14512,970,'jupiterx_title_bar_title','global'),(14513,970,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14514,970,'jupiterx_title_bar_breadcrumb','global'),(14515,970,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14516,970,'jupiterx_title_bar_subtitle',''),(14517,970,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14518,970,'jupiterx_footer','1'),(14519,970,'_jupiterx_footer','field_jupiterx_post_footer'),(14520,970,'jupiterx_footer_type','global'),(14521,970,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14522,970,'jupiterx_footer_behavior','global'),(14523,970,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14529,972,'jupiterx_header','1'),(14530,972,'_jupiterx_header','field_jupiterx_post_header'),(14531,972,'jupiterx_header_overlap','global'),(14532,972,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14533,972,'jupiterx_header_type','global'),(14534,972,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14535,972,'jupiterx_header_behavior','global'),(14536,972,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14537,972,'jupiterx_layout','global'),(14538,972,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14539,972,'jupiterx_content_full_width','0'),(14540,972,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14541,972,'jupiterx_content_spacing','1'),(14542,972,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14543,972,'jupiterx_sidebar_primary','global'),(14544,972,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14545,972,'jupiterx_sidebar_secondary','global'),(14546,972,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14547,972,'jupiterx_post_featured_image','global'),(14548,972,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14549,972,'jupiterx_post_social_share','global'),(14550,972,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14551,972,'jupiterx_post_comments','global'),(14552,972,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14553,972,'jupiterx_main_background_color',''),(14554,972,'_jupiterx_main_background_color','color'),(14555,972,'jupiterx_main_background_image',''),(14556,972,'_jupiterx_main_background_image','image'),(14557,972,'jupiterx_main_background_position',''),(14558,972,'_jupiterx_main_background_position','position'),(14559,972,'jupiterx_main_background_repeat',''),(14560,972,'_jupiterx_main_background_repeat','repeat'),(14561,972,'jupiterx_main_background_attachment',''),(14562,972,'_jupiterx_main_background_attachment','attachment'),(14563,972,'jupiterx_main_background_size',''),(14564,972,'_jupiterx_main_background_size','size'),(14565,972,'jupiterx_main_background',''),(14566,972,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14567,972,'jupiterx_main_spacing_padding_top',''),(14568,972,'_jupiterx_main_spacing_padding_top','padding_top'),(14569,972,'jupiterx_main_spacing_padding_right',''),(14570,972,'_jupiterx_main_spacing_padding_right','padding_right'),(14571,972,'jupiterx_main_spacing_padding_bottom',''),(14572,972,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14573,972,'jupiterx_main_spacing_padding_left',''),(14574,972,'_jupiterx_main_spacing_padding_left','padding_left'),(14575,972,'jupiterx_main_spacing_margin_top',''),(14576,972,'_jupiterx_main_spacing_margin_top','margin_top'),(14577,972,'jupiterx_main_spacing_margin_right',''),(14578,972,'_jupiterx_main_spacing_margin_right','margin_right'),(14579,972,'jupiterx_main_spacing_margin_bottom',''),(14580,972,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14581,972,'jupiterx_main_spacing_margin_left',''),(14582,972,'_jupiterx_main_spacing_margin_left','margin_left'),(14583,972,'jupiterx_main_spacing',''),(14584,972,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14585,972,'jupiterx_title_bar_title','global'),(14586,972,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14587,972,'jupiterx_title_bar_breadcrumb','global'),(14588,972,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14589,972,'jupiterx_title_bar_subtitle',''),(14590,972,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14591,972,'jupiterx_footer','1'),(14592,972,'_jupiterx_footer','field_jupiterx_post_footer'),(14593,972,'jupiterx_footer_type','global'),(14594,972,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14595,972,'jupiterx_footer_behavior','global'),(14596,972,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14597,973,'_menu_item_type','post_type'),(14598,973,'_menu_item_menu_item_parent','957'),(14599,973,'_menu_item_object_id','970'),(14600,973,'_menu_item_object','page'),(14601,973,'_menu_item_target',''),(14602,973,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14603,973,'_menu_item_xfn',''),(14604,973,'_menu_item_url',''),(14606,973,'jupiterx_mega_template','global'),(14607,973,'_jupiterx_mega_template','menu_template'),(14608,973,'_elementor_controls_usage','a:0:{}'),(14609,974,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(14610,974,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(14611,974,'jupiterx_header','1'),(14612,974,'_jupiterx_header','field_jupiterx_post_header'),(14613,974,'jupiterx_header_overlap','global'),(14614,974,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14615,974,'jupiterx_header_type','global'),(14616,974,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14617,974,'jupiterx_header_behavior','global'),(14618,974,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14619,974,'jupiterx_layout','global'),(14620,974,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14621,974,'jupiterx_content_full_width','0'),(14622,974,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14623,974,'jupiterx_content_spacing','0'),(14624,974,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14625,974,'jupiterx_sidebar_primary','global'),(14626,974,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14627,974,'jupiterx_sidebar_secondary','global'),(14628,974,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14629,974,'jupiterx_post_featured_image','global'),(14630,974,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14631,974,'jupiterx_post_social_share','global'),(14632,974,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14633,974,'jupiterx_post_comments','global'),(14634,974,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14635,974,'jupiterx_main_background_color',''),(14636,974,'_jupiterx_main_background_color','color'),(14637,974,'jupiterx_main_background_image',''),(14638,974,'_jupiterx_main_background_image','image'),(14639,974,'jupiterx_main_background_position',''),(14640,974,'_jupiterx_main_background_position','position'),(14641,974,'jupiterx_main_background_repeat',''),(14642,974,'_jupiterx_main_background_repeat','repeat'),(14643,974,'jupiterx_main_background_attachment',''),(14644,974,'_jupiterx_main_background_attachment','attachment'),(14645,974,'jupiterx_main_background_size',''),(14646,974,'_jupiterx_main_background_size','size'),(14647,974,'jupiterx_main_background',''),(14648,974,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14649,974,'jupiterx_main_spacing_padding_top',''),(14650,974,'_jupiterx_main_spacing_padding_top','padding_top'),(14651,974,'jupiterx_main_spacing_padding_right',''),(14652,974,'_jupiterx_main_spacing_padding_right','padding_right'),(14653,974,'jupiterx_main_spacing_padding_bottom',''),(14654,974,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14655,974,'jupiterx_main_spacing_padding_left',''),(14656,974,'_jupiterx_main_spacing_padding_left','padding_left'),(14657,974,'jupiterx_main_spacing_margin_top',''),(14658,974,'_jupiterx_main_spacing_margin_top','margin_top'),(14659,974,'jupiterx_main_spacing_margin_right',''),(14660,974,'_jupiterx_main_spacing_margin_right','margin_right'),(14661,974,'jupiterx_main_spacing_margin_bottom',''),(14662,974,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14663,974,'jupiterx_main_spacing_margin_left',''),(14664,974,'_jupiterx_main_spacing_margin_left','margin_left'),(14665,974,'jupiterx_main_spacing',''),(14666,974,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14667,974,'jupiterx_title_bar_title','global'),(14668,974,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14669,974,'jupiterx_title_bar_breadcrumb','global'),(14670,974,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14671,974,'jupiterx_title_bar_subtitle',''),(14672,974,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14673,974,'jupiterx_footer','1'),(14674,974,'_jupiterx_footer','field_jupiterx_post_footer'),(14675,974,'jupiterx_footer_type','global'),(14676,974,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14677,974,'jupiterx_footer_widget_area','global'),(14678,974,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(14679,974,'jupiterx_footer_sub','global'),(14680,974,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(14681,974,'jupiterx_footer_behavior','global'),(14682,974,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14683,975,'_wpb_post_custom_css','@media only screen and (max-width: 600px) {\r\n    .blue-font.big_font.name-big {\r\n        font-size: 18px;\r\n    }\r\n}'),(14684,975,'_wpb_shortcodes_custom_css','.vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}'),(14685,975,'jupiterx_header','1'),(14686,975,'_jupiterx_header','field_jupiterx_post_header'),(14687,975,'jupiterx_header_overlap','global'),(14688,975,'_jupiterx_header_overlap','field_jupiterx_post_header_overlap'),(14689,975,'jupiterx_header_type','global'),(14690,975,'_jupiterx_header_type','field_jupiterx_post_header_type'),(14691,975,'jupiterx_header_behavior','global'),(14692,975,'_jupiterx_header_behavior','field_jupiterx_post_header_behavior'),(14693,975,'jupiterx_layout','global'),(14694,975,'_jupiterx_layout','field_jupiterx_post_main_layout'),(14695,975,'jupiterx_content_full_width','0'),(14696,975,'_jupiterx_content_full_width','field_jupiterx_post_main_full_width'),(14697,975,'jupiterx_content_spacing','0'),(14698,975,'_jupiterx_content_spacing','field_jupiterx_post_main_content_spacing'),(14699,975,'jupiterx_sidebar_primary','global'),(14700,975,'_jupiterx_sidebar_primary','field_jupiterx_post_main_sidebar_primary'),(14701,975,'jupiterx_sidebar_secondary','global'),(14702,975,'_jupiterx_sidebar_secondary','field_jupiterx_post_main_sidebar_secondary'),(14703,975,'jupiterx_post_featured_image','global'),(14704,975,'_jupiterx_post_featured_image','field_jupiterx_post_main_featured_image'),(14705,975,'jupiterx_post_social_share','global'),(14706,975,'_jupiterx_post_social_share','field_jupiterx_post_main_social_share'),(14707,975,'jupiterx_post_comments','global'),(14708,975,'_jupiterx_post_comments','field_jupiterx_post_main_comments'),(14709,975,'jupiterx_main_background_color',''),(14710,975,'_jupiterx_main_background_color','color'),(14711,975,'jupiterx_main_background_image',''),(14712,975,'_jupiterx_main_background_image','image'),(14713,975,'jupiterx_main_background_position',''),(14714,975,'_jupiterx_main_background_position','position'),(14715,975,'jupiterx_main_background_repeat',''),(14716,975,'_jupiterx_main_background_repeat','repeat'),(14717,975,'jupiterx_main_background_attachment',''),(14718,975,'_jupiterx_main_background_attachment','attachment'),(14719,975,'jupiterx_main_background_size',''),(14720,975,'_jupiterx_main_background_size','size'),(14721,975,'jupiterx_main_background',''),(14722,975,'_jupiterx_main_background','field_jupiterx_post_main_background'),(14723,975,'jupiterx_main_spacing_padding_top',''),(14724,975,'_jupiterx_main_spacing_padding_top','padding_top'),(14725,975,'jupiterx_main_spacing_padding_right',''),(14726,975,'_jupiterx_main_spacing_padding_right','padding_right'),(14727,975,'jupiterx_main_spacing_padding_bottom',''),(14728,975,'_jupiterx_main_spacing_padding_bottom','padding_bottom'),(14729,975,'jupiterx_main_spacing_padding_left',''),(14730,975,'_jupiterx_main_spacing_padding_left','padding_left'),(14731,975,'jupiterx_main_spacing_margin_top',''),(14732,975,'_jupiterx_main_spacing_margin_top','margin_top'),(14733,975,'jupiterx_main_spacing_margin_right',''),(14734,975,'_jupiterx_main_spacing_margin_right','margin_right'),(14735,975,'jupiterx_main_spacing_margin_bottom',''),(14736,975,'_jupiterx_main_spacing_margin_bottom','margin_bottom'),(14737,975,'jupiterx_main_spacing_margin_left',''),(14738,975,'_jupiterx_main_spacing_margin_left','margin_left'),(14739,975,'jupiterx_main_spacing',''),(14740,975,'_jupiterx_main_spacing','field_jupiterx_post_main_spacing'),(14741,975,'jupiterx_title_bar_title','global'),(14742,975,'_jupiterx_title_bar_title','field_jupiterx_post_title_bar_title'),(14743,975,'jupiterx_title_bar_breadcrumb','global'),(14744,975,'_jupiterx_title_bar_breadcrumb','field_jupiterx_post_title_bar_breadcrumb'),(14745,975,'jupiterx_title_bar_subtitle',''),(14746,975,'_jupiterx_title_bar_subtitle','field_jupiterx_post_title_bar_subtitle'),(14747,975,'jupiterx_footer','1'),(14748,975,'_jupiterx_footer','field_jupiterx_post_footer'),(14749,975,'jupiterx_footer_type','global'),(14750,975,'_jupiterx_footer_type','field_jupiterx_post_footer_type'),(14751,975,'jupiterx_footer_widget_area','global'),(14752,975,'_jupiterx_footer_widget_area','field_jupiterx_post_footer_widget_area'),(14753,975,'jupiterx_footer_sub','global'),(14754,975,'_jupiterx_footer_sub','field_jupiterx_post_footer_sub'),(14755,975,'jupiterx_footer_behavior','global'),(14756,975,'_jupiterx_footer_behavior','field_jupiterx_post_footer_behavior'),(14757,976,'_elementor_edit_mode','builder'),(14758,976,'_elementor_template_type','header'),(14759,976,'_elementor_version','2.8.5'),(14760,976,'_wp_page_template','default'),(14761,976,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#2C234D\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\",\"mobile_menu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(14762,976,'_elementor_css','a:5:{s:4:\"time\";i:1581618510;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14772,978,'_elementor_edit_mode','builder'),(14773,978,'_elementor_template_type','header'),(14774,978,'_elementor_version','2.8.5'),(14775,978,'_wp_page_template','default'),(14776,978,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#0054B0\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\",\"mobile_menu_item_typography_typography\":\"custom\",\"mobile_menu_item_background_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(14778,979,'_elementor_edit_mode','builder'),(14779,979,'_elementor_template_type','header'),(14780,979,'_elementor_version','2.8.5'),(14781,979,'_wp_page_template','default'),(14782,979,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#0054B0\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\",\"mobile_menu_item_typography_typography\":\"custom\",\"mobile_menu_box_shadow_box_shadow_type\":\"yes\",\"mobile_menu_item_background_color\":\"#000000\",\"toggle_button_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_color_mobile\":\"#54595F\"},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(14785,980,'_elementor_edit_mode','builder'),(14786,980,'_elementor_template_type','header'),(14787,980,'_elementor_version','2.8.5'),(14788,980,'_wp_page_template','default'),(14789,980,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#0054B0\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#18A48D\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\",\"mobile_menu_item_typography_typography\":\"custom\",\"mobile_menu_box_shadow_box_shadow_type\":\"yes\",\"mobile_menu_item_background_color\":\"#000000\",\"toggle_button_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_button_color_mobile\":\"#54595F\",\"toggle_button_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(14790,980,'_elementor_css','a:5:{s:4:\"time\";i:1581703326;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14792,981,'_elementor_edit_mode','builder'),(14793,981,'_elementor_template_type','header'),(14794,981,'_elementor_version','2.8.5'),(14795,981,'_wp_page_template','default'),(14796,981,'_elementor_data','[{\"id\":\"8a9e63e\",\"elType\":\"section\",\"settings\":{\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"4616d52\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":50,\"jet_parallax_layout_bg_y\":50,\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}]},\"elements\":[{\"id\":\"2a232bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2f3f2e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/Screen-Shot-2018-05-01-at-4.05.56-PM.png\",\"id\":461},\"image_size\":\"full\",\"align\":\"center\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5a00c0f\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"px\",\"size\":\"90\",\"sizes\":[]},\"jet_parallax_layout_list\":[{\"jet_parallax_layout_image\":{\"url\":\"\"},\"_id\":\"b9f2272\",\"jet_parallax_layout_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"jet_parallax_layout_speed\":{\"unit\":\"%\",\"size\":\"50\",\"sizes\":[]},\"jet_parallax_layout_type\":\"scroll\",\"jet_parallax_layout_direction\":\"1\",\"jet_parallax_layout_fx_direction\":\"fade-in\",\"jet_parallax_layout_z_index\":\"\",\"jet_parallax_layout_bg_x\":\"50\",\"jet_parallax_layout_bg_y\":\"50\",\"jet_parallax_layout_bg_size\":\"auto\",\"jet_parallax_layout_animation_prop\":\"transform\",\"jet_parallax_layout_on\":[\"desktop\",\"tablet\"]}],\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"6893ff3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_tablet\":100,\"_inline_size_mobile\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"jet_family_use_column_order\":\"true\",\"jet_family_column_order_tablet\":\"3\"},\"elements\":[{\"id\":\"63810ef\",\"elType\":\"widget\",\"settings\":{\"repeater_menu\":[{\"list_menu_user_visibility\":\"all\",\"_id\":\"ecb63df\",\"label\":\"\",\"menu\":\"navigation\",\"menu_user_visibility\":\"all\",\"menu_user_visibility_roles\":[]}],\"menu_item_typography_typography\":\"custom\",\"menu_item_typography_font_family\":\"Poppins\",\"menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"menu_item_typography_font_weight\":\"500\",\"menu_item_typography_text_transform\":\"capitalize\",\"menu_item_space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"menu_item_align\":\"justify\",\"menu_item_color\":\"#FFFFFF\",\"menu_item_border_color\":\"rgba(27,185,159,0)\",\"menu_item_border_border\":\"solid\",\"menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"hover_menu_item_color\":\"#0054B0\",\"hover_menu_item_border_border\":\"solid\",\"hover_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"hover_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_color\":\"#0054B0\",\"active_menu_item_border_border\":\"solid\",\"active_menu_item_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":\"\"},\"active_menu_item_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"mobile_breakpoint\":\"tablet\",\"menu_item_align_tablet\":\"center\",\"mobile_menu_distance_tablet\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"mobile_menu_distance_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"mobile_menu_item_color\":\"#FFFFFF\",\"active_mobile_menu_item_color\":\"#0054B0\",\"toggle_button_align_tablet\":\"right\",\"menu_container_background_background\":\"classic\",\"menu_container_background_color\":\"#000000\",\"icons\":\"\",\"menu_item_background_color\":\"#000000\",\"submenu_item_color\":\"#AAAAAA\",\"submenu_item_background_color\":\"#000000\",\"hover_submenu_item_color\":\"#0054B0\",\"menu\":\"new_main\",\"mobile_menu_item_typography_typography\":\"custom\",\"mobile_menu_box_shadow_box_shadow_type\":\"yes\",\"mobile_menu_item_background_color\":\"#000000\",\"toggle_button_size_mobile\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"toggle_button_color_mobile\":\"#54595F\",\"mobile_menu_item_divider_type\":\"solid\",\"mobile_menu_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"\"},\"toggle_button_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"raven-nav-menu\"}],\"isInner\":false}],\"isInner\":\"\"}]'),(14797,808,'_elementor_controls_usage','a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:5:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:5:\"align\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:2;s:16:\"content_position\";i:1;s:19:\"_inline_size_tablet\";i:1;s:19:\"_inline_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:13:\"margin_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:14:\"section_layout\";a:1:{s:13:\"custom_height\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:14:\"raven-nav-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:9;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:15:\"section_content\";a:2:{s:13:\"repeater_menu\";i:1;s:4:\"menu\";i:1;}s:16:\"section_settings\";a:2:{s:17:\"mobile_breakpoint\";i:1;s:5:\"icons\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_menu_items\";a:23:{s:31:\"menu_item_typography_typography\";i:1;s:32:\"menu_item_typography_font_family\";i:1;s:30:\"menu_item_typography_font_size\";i:1;s:32:\"menu_item_typography_font_weight\";i:1;s:35:\"menu_item_typography_text_transform\";i:1;s:23:\"menu_item_space_between\";i:1;s:17:\"menu_item_padding\";i:1;s:15:\"menu_item_align\";i:1;s:15:\"menu_item_color\";i:1;s:22:\"menu_item_border_color\";i:1;s:23:\"menu_item_border_border\";i:1;s:22:\"menu_item_border_width\";i:1;s:23:\"menu_item_border_radius\";i:1;s:21:\"hover_menu_item_color\";i:1;s:29:\"hover_menu_item_border_border\";i:1;s:28:\"hover_menu_item_border_width\";i:1;s:29:\"hover_menu_item_border_radius\";i:1;s:22:\"active_menu_item_color\";i:1;s:30:\"active_menu_item_border_border\";i:1;s:29:\"active_menu_item_border_width\";i:1;s:30:\"active_menu_item_border_radius\";i:1;s:22:\"menu_item_align_tablet\";i:1;s:26:\"menu_item_background_color\";i:1;}s:19:\"section_mobile_menu\";a:9:{s:27:\"mobile_menu_distance_tablet\";i:1;s:27:\"mobile_menu_distance_mobile\";i:1;s:22:\"mobile_menu_item_color\";i:1;s:29:\"active_mobile_menu_item_color\";i:1;s:38:\"mobile_menu_item_typography_typography\";i:1;s:38:\"mobile_menu_box_shadow_box_shadow_type\";i:1;s:33:\"mobile_menu_item_background_color\";i:1;s:29:\"mobile_menu_item_divider_type\";i:1;s:33:\"mobile_menu_box_shadow_box_shadow\";i:1;}s:21:\"section_toggle_button\";a:4:{s:26:\"toggle_button_align_tablet\";i:1;s:25:\"toggle_button_size_mobile\";i:1;s:26:\"toggle_button_color_mobile\";i:1;s:18:\"toggle_button_size\";i:1;}s:22:\"section_menu_container\";a:2:{s:36:\"menu_container_background_background\";i:1;s:31:\"menu_container_background_color\";i:1;}s:15:\"section_submenu\";a:3:{s:18:\"submenu_item_color\";i:1;s:29:\"submenu_item_background_color\";i:1;s:24:\"hover_submenu_item_color\";i:1;}}}}}'),(14798,808,'_elementor_css','a:5:{s:4:\"time\";i:1581703553;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14799,339,'rs_page_bg_color',''),(14800,378,'rs_page_bg_color',''),(14801,367,'rs_page_bg_color',''),(14802,8,'rs_page_bg_color',''),(14803,15,'rs_page_bg_color','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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(255) 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=991 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2018-04-17 19:20:26','2018-04-17 19:20:26','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-04-17 19:20:26','2018-04-17 19:20:26','',0,'https://ddsconsultingplus.ca/?p=1',0,'post','',1),(2,1,'2018-04-17 19:20:26','2018-04-17 19:20:26','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"https://ddsconsultingplus.ca/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-04-17 19:20:26','2018-04-17 19:20:26','',0,'https://ddsconsultingplus.ca/?page_id=2',0,'page','',0),(4,1,'2018-04-17 20:50:21','2018-04-17 20:50:21','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"133\" primary_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/accountability-on.jpg\" alt=\"Accountability\" width=\"288\" height=\"288\" class=\"alignnone size-full wp-image-475\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','publish','closed','closed','','main-old','','','2020-02-14 18:07:15','2020-02-14 18:07:15','',0,'https://ddsconsultingplus.ca/?page_id=4',0,'page','',0),(5,1,'2018-04-17 20:50:21','2018-04-17 20:50:21','','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-17 20:50:21','2018-04-17 20:50:21','',4,'https://ddsconsultingplus.ca/2018/04/17/4-revision-v1/',0,'revision','',0),(6,1,'2018-04-17 20:50:54','2018-04-17 20:50:54','','About','','publish','closed','closed','','about','','','2018-04-17 20:50:54','2018-04-17 20:50:54','',0,'https://ddsconsultingplus.ca/?page_id=6',0,'page','',0),(7,1,'2018-04-17 20:50:54','2018-04-17 20:50:54','','About','','inherit','closed','closed','','6-revision-v1','','','2018-04-17 20:50:54','2018-04-17 20:50:54','',6,'https://ddsconsultingplus.ca/2018/04/17/6-revision-v1/',0,'revision','',0),(8,1,'2018-04-17 20:51:16','2018-04-17 20:51:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services Old','','publish','closed','closed','','services-old','','','2020-02-14 18:10:29','2020-02-14 18:10:29','',0,'https://ddsconsultingplus.ca/?page_id=8',0,'page','',0),(9,1,'2018-04-17 20:51:16','2018-04-17 20:51:16','','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-17 20:51:16','2018-04-17 20:51:16','',8,'https://ddsconsultingplus.ca/2018/04/17/8-revision-v1/',0,'revision','',0),(10,1,'2018-04-17 20:51:38','2018-04-17 20:51:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Vision/Goal Setting','','publish','closed','closed','','dental-consulting','','','2018-08-14 17:59:59','2018-08-14 17:59:59','',0,'https://ddsconsultingplus.ca/?page_id=10',0,'page','',0),(11,1,'2018-04-17 20:51:38','2018-04-17 20:51:38','','Dental Consulting','','inherit','closed','closed','','10-revision-v1','','','2018-04-17 20:51:38','2018-04-17 20:51:38','',10,'https://ddsconsultingplus.ca/2018/04/17/10-revision-v1/',0,'revision','',0),(13,1,'2018-04-17 20:51:54','2018-04-17 20:51:54','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Office Manager','','publish','closed','closed','','training','','','2018-08-13 20:55:13','2018-08-13 20:55:13','',0,'https://ddsconsultingplus.ca/?page_id=13',0,'page','',0),(14,1,'2018-04-17 20:51:54','2018-04-17 20:51:54','','Training','','inherit','closed','closed','','13-revision-v1','','','2018-04-17 20:51:54','2018-04-17 20:51:54','',13,'https://ddsconsultingplus.ca/2018/04/17/13-revision-v1/',0,'revision','',0),(15,1,'2018-04-17 20:52:10','2018-04-17 20:52:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Hygiene Appointment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Quality Communication vs. Speaking</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Unlocking the Secrets to \"True Accountability\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Systems/Protocols... making it all work</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Practice \"Life Line\"... the Telephone</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\" or just \"Exam\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Designing your Dream Practice (What drives you to success)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Effective Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Human \"BE\"ing vs. Human \"Do\"ing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Leadership &amp; Vision Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>10 Principles to Smile Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Workshop Programs Old','','publish','closed','closed','','workshop-programs-old','','','2020-02-14 18:11:23','2020-02-14 18:11:23','',0,'https://ddsconsultingplus.ca/?page_id=15',0,'page','',0),(16,1,'2018-04-17 20:52:10','2018-04-17 20:52:10','','Workshop Programs','','inherit','closed','closed','','15-revision-v1','','','2018-04-17 20:52:10','2018-04-17 20:52:10','',15,'https://ddsconsultingplus.ca/2018/04/17/15-revision-v1/',0,'revision','',0),(17,1,'2018-04-17 20:52:27','2018-04-17 20:52:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"upcoming-events\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Upcoming Events','','publish','closed','closed','','upcoming-event','','','2018-08-13 21:15:00','2018-08-13 21:15:00','',0,'https://ddsconsultingplus.ca/?page_id=17',0,'page','',0),(18,1,'2018-04-17 20:52:27','2018-04-17 20:52:27','','Upcoming Event','','inherit','closed','closed','','17-revision-v1','','','2018-04-17 20:52:27','2018-04-17 20:52:27','',17,'https://ddsconsultingplus.ca/2018/04/17/17-revision-v1/',0,'revision','',0),(19,1,'2018-04-17 20:52:35','2018-04-17 20:52:35','','Upcoming Events','','inherit','closed','closed','','17-revision-v1','','','2018-04-17 20:52:35','2018-04-17 20:52:35','',17,'https://ddsconsultingplus.ca/2018/04/17/17-revision-v1/',0,'revision','',0),(21,1,'2018-04-17 20:52:50','2018-04-17 20:52:50','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','publish','closed','closed','','testimonials','','','2020-02-14 16:01:54','2020-02-14 16:01:54','',0,'https://ddsconsultingplus.ca/?page_id=21',0,'page','',0),(22,1,'2018-04-17 20:52:50','2018-04-17 20:52:50','','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-17 20:52:50','2018-04-17 20:52:50','',21,'https://ddsconsultingplus.ca/2018/04/17/21-revision-v1/',0,'revision','',0),(23,1,'2018-04-17 20:53:02','2018-04-17 20:53:02','[vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][Contact_Form_Builder id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2018-05-01 22:21:21','2018-05-01 22:21:21','',0,'https://ddsconsultingplus.ca/?page_id=23',0,'page','',0),(24,1,'2018-04-17 20:53:02','2018-04-17 20:53:02','','Contact','','inherit','closed','closed','','23-revision-v1','','','2018-04-17 20:53:02','2018-04-17 20:53:02','',23,'https://ddsconsultingplus.ca/2018/04/17/23-revision-v1/',0,'revision','',0),(26,2,'2019-12-14 07:29:22','2019-12-14 07:29:22','<h1>About Us</h1>\n			<ol>\n				<li><a href=\"https://jupiterx.artbees.net/hospital\">Home</a>\n				</li>\n								<li>Doctors</li>\n				</ol>		\n				\n<!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\n\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n\n				<h3>\n					Qualified Doctors\n				</h3>\n								<p>Where People Come First</p>\n		<p>Duis aute irure dolor reprehenderit tate velit esse cillum dolore fugiat nulla iatur excepteur sint occaecat.</p>		\n				\n<!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\n\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n\n				<h3>\n					24 Hour Service\n				</h3>\n								<p>Highest Quality Care </p>\n		<p>Duis aute irure dolor reprehenderit tate velit esse cillum dolore fugiat nulla iatur excepteur sint occaecat.</p>		\n				\n<!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\n\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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	\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	\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				<h3>\n					We Are Here For You\n				</h3>\n								<p>Emergency Department</p>\n		<p>Duis aute irure dolor reprehenderit tate velit esse cillum dolore fugiat nulla iatur excepteur sint occaecat.</p>		\n					<h2>About Citylistiry Comunity \nand Our Expertise</h2>\n		<p>If you are interested in nicotine interchange methods to help stop smoking cigarettes, you might consider purchasing the patch or nicotine gum. The patch is just a patch that you apply everyd, If you are interested in nicotine interchange methods to help stop smoking cigarettes, you might consider purchasing the patch or nicotine gum. The patch is just a patch that you apply everyd, If you are interested in nicotine.</p>		\n<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/about-img.jpg\" alt=\"about-img\">\n<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/about-img02.jpg\" alt=\"about-img02\">\n<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/about-img04.jpg\" alt=\"about-img04\">\n<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/about-img03.jpg\" alt=\"about-img03\">\n						0\n						+\n											Health Department\n						0\n						K+\n											Satisfied Patients\n						0\n						+\n											Nationalities Treated\n		<p>Mission. Vision. History</p>		\n					<h2>A Great Place to Work A Great \nPlace to Receive Care</h2>\n		<img width=\"460\" height=\"460\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/about-img02.png\" alt=\"\" />		\n				MissionVisionHistory			\n				<p>Emoenim ipsam voluptatem quia voluptas sit aspernatuier autodit autfugit sedquia consequuntur magni doloreseoes qui ratione voluptatem sequi nesciunt. Neque porroisquam estqui dolorem ipsum quia dolo amet consectetur adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam.</p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p><p>Lorem ipsum dolor sit amet, vix nemore sententiae inciderint te, est id latine perfecto constituto, facer verterem qui ne. Ad debitis postulant usu, denique perpetua erroribus usu ea, ex verear admodum dignissim quo. Vix no stet accumsan. His ei omnis epicurei maluisset.</p>			\n		<img width=\"113\" height=\"101\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/signature.png\" alt=\"\" />		\n					<h2>Honarable Board Members</h2>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia</p>		\n		<img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor04.jpg\" alt=\"\" />		\n					<h2>Landon Morrison</h2>\n		<p>General Manager</p><p>Excepteur sint occaecat cupidatat non proident, suntinea qui officia deserunt mollit anim id est laborum. Sedut iatis unde omnis iste natus error sit voluptatem accusan tiumi doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis.</p>		\n							<a href=\"https://www.facebook.com/artbees\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/artbees_design?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.instagram.com/artbees/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Instagram\n									</a>\n							<a href=\"https://www.pinterest.com/artbees_design/\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Pinterest\n									</a>\n			.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor08.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/bariatric-surgery/\">Bariatric surgery</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton-2/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor07.jpg\" alt=\"Bernard Horton\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton-2/\">Bernard Horton</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endoscopy/\">Endoscopy</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-4/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor03.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-4/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endoscopy/\">Endoscopy</a>		\n		</section>\n	<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/sponsor01.png\" alt=\"sponsor01\"><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/sponsor02.png\" alt=\"sponsor02\"><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/sponsor03.png\" alt=\"sponsor03\"><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/sponsor04.png\" alt=\"sponsor04\">','About','','publish','closed','closed','','about-2','','','2019-12-14 07:29:22','2019-12-14 07:29:22','',0,'https://jupiterx.artbees.net/hospital/?page_id=26',0,'page','',0),(31,1,'2018-04-17 20:53:55','2018-04-17 20:53:55',' ','','','publish','closed','closed','','31','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=31',6,'nav_menu_item','',0),(32,1,'2018-04-17 20:53:55','2018-04-17 20:53:55',' ','','','publish','closed','closed','','32','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=32',2,'nav_menu_item','',0),(33,1,'2018-04-17 21:11:19','2018-04-17 21:11:19','','footer_logo','','inherit','open','closed','','footer_logo','','','2018-04-17 21:11:19','2018-04-17 21:11:19','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png',0,'attachment','image/png',0),(34,1,'2018-04-17 21:11:20','2018-04-17 21:11:20','','header_logo','','inherit','open','closed','','header_logo','','','2018-04-17 21:11:20','2018-04-17 21:11:20','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/header_logo.jpg',0,'attachment','image/jpeg',0),(35,1,'2018-04-17 21:11:22','2018-04-17 21:11:22','','main_banner','','inherit','open','closed','','main_banner','','','2018-04-17 21:11:22','2018-04-17 21:11:22','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_banner.jpg',0,'attachment','image/jpeg',0),(36,1,'2018-04-17 21:11:26','2018-04-17 21:11:26','','main_bg01','','inherit','open','closed','','main_bg01','','','2018-04-17 21:11:26','2018-04-17 21:11:26','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg',0,'attachment','image/jpeg',0),(37,1,'2018-04-17 21:11:31','2018-04-17 21:11:31','','main_bg02','','inherit','open','closed','','main_bg02','','','2018-04-17 21:11:31','2018-04-17 21:11:31','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg',0,'attachment','image/jpeg',0),(38,1,'2018-04-17 21:11:36','2018-04-17 21:11:36','','main_bg03','','inherit','open','closed','','main_bg03','','','2018-04-17 21:11:36','2018-04-17 21:11:36','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg',0,'attachment','image/jpeg',0),(39,1,'2018-04-17 21:11:41','2018-04-17 21:11:41','','main_img01','','inherit','open','closed','','main_img01','','','2018-04-17 21:11:41','2018-04-17 21:11:41','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img01.jpg',0,'attachment','image/jpeg',0),(40,1,'2018-04-17 21:11:43','2018-04-17 21:11:43','','main_img02','','inherit','open','closed','','main_img02','','','2018-04-17 21:11:43','2018-04-17 21:11:43','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img02.jpg',0,'attachment','image/jpeg',0),(41,1,'2018-04-17 21:11:45','2018-04-17 21:11:45','','main_img03','','inherit','open','closed','','main_img03','','','2018-04-17 21:11:45','2018-04-17 21:11:45','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img03.jpg',0,'attachment','image/jpeg',0),(42,1,'2018-04-17 21:11:47','2018-04-17 21:11:47','','main_img04','','inherit','open','closed','','main_img04','','','2018-04-17 21:11:47','2018-04-17 21:11:47','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img04.jpg',0,'attachment','image/jpeg',0),(43,1,'2018-04-17 21:11:49','2018-04-17 21:11:49','','main_img05','','inherit','open','closed','','main_img05','','','2018-04-17 21:11:49','2018-04-17 21:11:49','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img05.jpg',0,'attachment','image/jpeg',0),(44,1,'2018-04-17 21:11:51','2018-04-17 21:11:51','','main_img06','','inherit','open','closed','','main_img06','','','2018-04-17 21:11:51','2018-04-17 21:11:51','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img06.jpg',0,'attachment','image/jpeg',0),(45,1,'2018-04-17 21:11:53','2018-04-17 21:11:53','','main_img067','','inherit','open','closed','','main_img067','','','2018-04-17 21:11:53','2018-04-17 21:11:53','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img067.jpg',0,'attachment','image/jpeg',0),(46,1,'2018-04-17 21:11:55','2018-04-17 21:11:55','','main_photo','','inherit','open','closed','','main_photo','','','2018-04-17 21:11:55','2018-04-17 21:11:55','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_photo.jpg',0,'attachment','image/jpeg',0),(47,1,'2018-04-18 04:23:09','2018-04-18 04:23:09','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 04:23:09','2018-04-18 04:23:09','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(48,1,'2018-04-18 05:14:43','2018-04-18 05:14:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:14:43','2018-04-18 05:14:43','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(49,1,'2018-04-18 05:15:24','2018-04-18 05:15:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:15:24','2018-04-18 05:15:24','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(51,1,'2018-04-18 05:17:44','2018-04-18 05:17:44','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"10\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:17:44','2018-04-18 05:17:44','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(52,1,'2018-04-18 05:19:35','2018-04-18 05:19:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_empty_space height=\"40px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:19:35','2018-04-18 05:19:35','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(53,1,'2018-04-18 05:20:01','2018-04-18 05:20:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_empty_space height=\"40px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:20:01','2018-04-18 05:20:01','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(54,1,'2018-04-18 05:20:31','2018-04-18 05:20:31','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:20:31','2018-04-18 05:20:31','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(55,1,'2018-04-18 05:21:44','2018-04-18 05:21:44','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_separator color=\"custom\" el_width=\"10\" accent_color=\"#1e73be\"][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:21:44','2018-04-18 05:21:44','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(56,1,'2018-04-18 05:22:21','2018-04-18 05:22:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_separator color=\"custom\" border_width=\"3\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:22:21','2018-04-18 05:22:21','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(57,1,'2018-04-18 05:22:45','2018-04-18 05:22:45','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_separator color=\"custom\" border_width=\"3\" el_width=\"20\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:22:45','2018-04-18 05:22:45','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(58,1,'2018-04-18 05:23:33','2018-04-18 05:23:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:23:33','2018-04-18 05:23:33','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(59,1,'2018-04-18 05:23:51','2018-04-18 05:23:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:23:51','2018-04-18 05:23:51','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(60,1,'2018-04-18 05:24:15','2018-04-18 05:24:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:24:15','2018-04-18 05:24:15','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(61,1,'2018-04-18 05:25:54','2018-04-18 05:25:54','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:25:54','2018-04-18 05:25:54','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(62,1,'2018-04-18 05:26:19','2018-04-18 05:26:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:26:19','2018-04-18 05:26:19','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(63,1,'2018-04-18 05:28:55','2018-04-18 05:28:55','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit from \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:28:55','2018-04-18 05:28:55','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(64,1,'2018-04-18 05:29:30','2018-04-18 05:29:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"100px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:29:30','2018-04-18 05:29:30','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(65,1,'2018-04-18 05:30:20','2018-04-18 05:30:20','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:30:20','2018-04-18 05:30:20','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(66,1,'2018-04-18 05:34:38','2018-04-18 05:34:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:34:38','2018-04-18 05:34:38','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(67,1,'2018-04-18 05:37:40','2018-04-18 05:37:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:37:40','2018-04-18 05:37:40','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(68,1,'2018-04-18 05:40:14','2018-04-18 05:40:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:40:14','2018-04-18 05:40:14','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(69,1,'2018-04-18 05:44:49','2018-04-18 05:44:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:44:49','2018-04-18 05:44:49','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(70,1,'2018-04-18 05:46:32','2018-04-18 05:46:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:46:32','2018-04-18 05:46:32','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(71,1,'2018-04-18 05:49:25','2018-04-18 05:49:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:49:25','2018-04-18 05:49:25','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(72,1,'2018-04-18 05:50:27','2018-04-18 05:50:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:50:27','2018-04-18 05:50:27','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(73,1,'2018-04-18 05:51:43','2018-04-18 05:51:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:51:43','2018-04-18 05:51:43','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(74,1,'2018-04-18 05:57:34','2018-04-18 05:57:34','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524030854756{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:57:34','2018-04-18 05:57:34','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(75,1,'2018-04-18 05:58:06','2018-04-18 05:58:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:58:06','2018-04-18 05:58:06','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(76,1,'2018-04-18 05:58:50','2018-04-18 05:58:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 05:58:50','2018-04-18 05:58:50','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(77,1,'2018-04-18 06:10:40','2018-04-18 06:10:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031836936{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"3/4\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:10:40','2018-04-18 06:10:40','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(78,1,'2018-04-18 06:11:16','2018-04-18 06:11:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"3/4\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:11:16','2018-04-18 06:11:16','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(79,1,'2018-04-18 06:12:16','2018-04-18 06:12:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"3/4\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:12:16','2018-04-18 06:12:16','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(80,1,'2018-04-18 06:13:12','2018-04-18 06:13:12','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"3/4\"][mk_fancy_title color=\"#1e73be\" size=\"30\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:13:12','2018-04-18 06:13:12','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(81,1,'2018-04-18 06:15:03','2018-04-18 06:15:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"3/4\"][mk_fancy_title color=\"#1e73be\" size=\"30\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:15:03','2018-04-18 06:15:03','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(82,1,'2018-04-18 06:16:04','2018-04-18 06:16:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"30\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:16:04','2018-04-18 06:16:04','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(83,1,'2018-04-18 06:16:36','2018-04-18 06:16:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"30\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:16:36','2018-04-18 06:16:36','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(84,1,'2018-04-18 06:17:29','2018-04-18 06:17:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031874040{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:17:29','2018-04-18 06:17:29','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(85,1,'2018-04-18 06:18:46','2018-04-18 06:18:46','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1524032324320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:18:46','2018-04-18 06:18:46','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(86,1,'2018-04-18 06:19:33','2018-04-18 06:19:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:19:33','2018-04-18 06:19:33','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(87,1,'2018-04-18 06:20:05','2018-04-18 06:20:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Every practice has a unique culture and set of challenges!\r\nMy area of specialty is to develop customized solutions and BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \"preconceived solutions\" or \"cookie cutter\" systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 06:20:05','2018-04-18 06:20:05','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(88,1,'2018-04-18 16:23:08','2018-04-18 16:23:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"39\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"40\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"41\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"42\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"43\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"44\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"45\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 16:23:08','2018-04-18 16:23:08','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(89,1,'2018-04-18 16:28:09','2018-04-18 16:28:09','','marketing','','inherit','open','closed','','marketing','','','2018-04-18 16:28:09','2018-04-18 16:28:09','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/marketing.jpg',0,'attachment','image/jpeg',0),(90,1,'2018-04-18 16:28:10','2018-04-18 16:28:10','','new patient','','inherit','open','closed','','new-patient','','','2018-04-18 16:28:10','2018-04-18 16:28:10','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/new-patient.jpg',0,'attachment','image/jpeg',0),(91,1,'2018-04-18 16:28:12','2018-04-18 16:28:12','','production','','inherit','open','closed','','production','','','2018-04-18 16:28:12','2018-04-18 16:28:12','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/production.jpg',0,'attachment','image/jpeg',0),(92,1,'2018-04-18 16:28:13','2018-04-18 16:28:13','','profit','','inherit','open','closed','','profit','','','2018-04-18 16:28:13','2018-04-18 16:28:13','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/profit.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-04-18 16:28:14','2018-04-18 16:28:14','','schedule','','inherit','open','closed','','schedule','','','2018-04-18 16:28:14','2018-04-18 16:28:14','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/schedule.jpg',0,'attachment','image/jpeg',0),(94,1,'2018-04-18 16:28:16','2018-04-18 16:28:16','','team','','inherit','open','closed','','team','','','2018-04-18 16:28:16','2018-04-18 16:28:16','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/team.jpg',0,'attachment','image/jpeg',0),(95,1,'2018-04-18 16:28:17','2018-04-18 16:28:17','','technology','','inherit','open','closed','','technology','','','2018-04-18 16:28:17','2018-04-18 16:28:17','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/technology.jpg',0,'attachment','image/jpeg',0),(96,1,'2018-04-18 16:28:19','2018-04-18 16:28:19','','testimonal','','inherit','open','closed','','testimonal','','','2018-04-18 16:28:19','2018-04-18 16:28:19','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg',0,'attachment','image/jpeg',0),(97,1,'2018-04-18 16:29:56','2018-04-18 16:29:56','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 16:29:56','2018-04-18 16:29:56','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(98,1,'2018-04-18 16:37:47','2018-04-18 16:37:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Testimonials… ‘Team Talk’[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 16:37:47','2018-04-18 16:37:47','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(99,1,'2018-04-18 16:39:00','2018-04-18 16:39:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Testimonials… ‘Team Talk’[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 16:39:00','2018-04-18 16:39:00','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(100,1,'2018-04-18 16:40:26','2018-04-18 16:40:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Testimonials… ‘Team Talk’[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 16:40:26','2018-04-18 16:40:26','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(101,1,'2018-04-18 18:26:07','2018-04-18 18:26:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP” or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Testimonials… ‘Team Talk’[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 18:26:07','2018-04-18 18:26:07','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(102,1,'2018-04-18 18:33:12','2018-04-18 18:33:12','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Testimonials… ‘Team Talk’[/mk_fancy_title][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-18 18:33:12','2018-04-18 18:33:12','',4,'https://ddsconsultingplus.ca/2018/04/18/4-revision-v1/',0,'revision','',0),(103,1,'2018-04-19 19:36:57','2018-04-19 19:36:57','','main_photo','','inherit','open','closed','','main_photo-2','','','2018-04-19 19:36:57','2018-04-19 19:36:57','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_photo.png',0,'attachment','image/png',0),(104,1,'2018-04-19 20:17:07','2018-04-19 20:17:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-19 20:17:07','2018-04-19 20:17:07','',4,'https://ddsconsultingplus.ca/2018/04/19/4-revision-v1/',0,'revision','',0),(105,1,'2018-04-19 20:17:41','2018-04-19 20:17:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-19 20:17:41','2018-04-19 20:17:41','',4,'https://ddsconsultingplus.ca/2018/04/19/4-revision-v1/',0,'revision','',0),(106,1,'2018-04-19 20:19:03','2018-04-19 20:19:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-19 20:19:03','2018-04-19 20:19:03','',4,'https://ddsconsultingplus.ca/2018/04/19/4-revision-v1/',0,'revision','',0),(107,1,'2018-04-19 20:19:35','2018-04-19 20:19:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-19 20:19:35','2018-04-19 20:19:35','',4,'https://ddsconsultingplus.ca/2018/04/19/4-revision-v1/',0,'revision','',0),(108,1,'2018-04-20 21:06:16','2018-04-20 21:06:16','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p>\r\nLaurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.</p>\r\n<p>She has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.</p>\r\n<p>As a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.</p>\r\n<p>As an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!</p>\r\n<p>Her customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\r\n','Laurie Slater','','publish','closed','closed','','laurie-slater','','','2020-02-14 15:04:22','2020-02-14 15:04:22','',0,'https://ddsconsultingplus.ca/?page_id=108',0,'page','',0),(109,1,'2018-04-20 21:06:16','2018-04-20 21:06:16','','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-20 21:06:16','2018-04-20 21:06:16','',108,'https://ddsconsultingplus.ca/2018/04/20/108-revision-v1/',0,'revision','',0),(110,1,'2018-04-20 21:06:39','2018-04-20 21:06:39','','photo/bio for all','','publish','closed','closed','','photobio-for-all','','','2018-06-21 05:59:32','2018-06-21 05:59:32','',0,'https://ddsconsultingplus.ca/?page_id=110',0,'fmemailverification','',0),(111,1,'2018-04-20 21:06:39','2018-04-20 21:06:39','','photo/bio for all','','inherit','closed','closed','','110-revision-v1','','','2018-04-20 21:06:39','2018-04-20 21:06:39','',110,'https://ddsconsultingplus.ca/2018/04/20/110-revision-v1/',0,'revision','',0),(112,1,'2018-04-20 21:06:52','2018-04-20 21:06:52','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<p>\r\nIn a nutshell, as sometimes ‘less is more’,</p>\r\n<p>I believe that ‘Success and coaching’ go hand in hand!</p>\r\n<p>I believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.<br />“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)<br />Without this solid foundation, there is no real ability to customize solutions to your challenges and goals.</p>\r\n<p>I believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!<br />In order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.</p>\r\n<p>I believe, ‘Ask better questions, Get better results’.<br />I love to challenge dentists and their teams to ask themselves empowering questions like:<br />“Is ‘good’, good enough?”<br />“Is change really worth it?”<br />“Is stepping out of your ‘comfort zone’ worth it?”<br />“What else could this mean?”<br />“What’s great about this?”</p>\r\n<p>Finally, I believe, that the ‘quality of your communication determines the quality of your life’.<br />I hope you noticed my use of the word ‘MUST’. It certainly is intentional.<br />So many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.<br />Let me ask you a question…<br />Which statement is more likely to occur?</p>\r\n<p>“I must arrive at 7:45am for morning huddle”<br />OR<br />“I should arrive at 7:45am for morning huddle”</p>\r\n<p>Of course, the statement with the word MUST!</p>\r\n<p>Now, I fully realize that there many other principles that are contributing factors to achieving success.</p>\r\n<p><center>That being said, I believe, that with the help of a coach…<br />Your dreams can become a Reality!</center></p>\r\n<p>It has been my honor helping dentists for over 25yrs! I look forward to the next 25!</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\r\n','Our Philosophy','','publish','closed','closed','','our-philosophy','','','2020-02-14 15:08:02','2020-02-14 15:08:02','',0,'https://ddsconsultingplus.ca/?page_id=112',0,'page','',0),(113,1,'2018-04-20 21:06:52','2018-04-20 21:06:52','','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-20 21:06:52','2018-04-20 21:06:52','',112,'https://ddsconsultingplus.ca/2018/04/20/112-revision-v1/',0,'revision','',0),(114,1,'2018-04-20 21:07:05','2018-04-20 21:07:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"alliances\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Alliances','','publish','closed','closed','','alliances','','','2018-08-13 19:36:00','2018-08-13 19:36:00','',0,'https://ddsconsultingplus.ca/?page_id=114',0,'page','',0),(115,1,'2018-04-20 21:07:05','2018-04-20 21:07:05','','Alliances','','inherit','closed','closed','','114-revision-v1','','','2018-04-20 21:07:05','2018-04-20 21:07:05','',114,'https://ddsconsultingplus.ca/2018/04/20/114-revision-v1/',0,'revision','',0),(116,1,'2018-04-20 21:07:29','2018-04-20 21:07:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"1-2-days\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','1-2 days','','publish','closed','closed','','1-2-days','','','2018-08-13 19:26:59','2018-08-13 19:26:59','',0,'https://ddsconsultingplus.ca/?page_id=116',0,'page','',0),(117,1,'2018-04-20 21:07:29','2018-04-20 21:07:29','','1-2 days','','inherit','closed','closed','','116-revision-v1','','','2018-04-20 21:07:29','2018-04-20 21:07:29','',116,'https://ddsconsultingplus.ca/2018/04/20/116-revision-v1/',0,'revision','',0),(118,1,'2018-04-20 21:09:01','2018-04-20 21:09:01','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.</p>\r\n<p>&nbsp;</p>\r\n<p><strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps<br />\r\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention<br />\r\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong><br />\r\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong><br />\r\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year<br />\r\n<strong>• Detailed Excel Monitors</strong><br />\r\n<strong> • Detailed Checklists</strong><br />\r\n<strong> • Detailed Job descriptions Templates</strong><br />\r\n<strong> • Employee Appraisal Templates</strong></p>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)<br />\r\n• Help the Dentist and team to get clarity on long term outcomes, personally and professionally<br />\r\n• Draw the team and Dentist in as partners in the practices’ success<br />\r\n• Execution and implementation of strategies to develop and to support your Vision<br />\r\n• Enforce Accountability with dental team<br />\r\n• Master-level customer service skills<br />\r\n• Ongoing identification of opportunities for practice growth<br />\r\n• Improve and implement phone conversion strategies<br />\r\n• Understanding marketing and top marketing tactics<br />\r\n• Increased retention of all appointments<br />\r\n• Goal setting…FOR ALL DEPARTMENTS<br />\r\n• Effective negotiation techniques…handling objections<br />\r\n• Leadership and emotional intelligence<br />\r\n• Interviewing and retaining team members<br />\r\n• Leadership styles and applications<br />\r\n• Personality profiles (DISC, VAK)<br />\r\n• Team reward structures…BONUSES<br />\r\n• Recare Reactivation/ Chart Reactivation System<br />\r\n• Assist the Dentist in the area of leadership and empowerment of each member of the team<br />\r\n• Install an effective ‘schedule to goal’ system so team can work<br />\r\n• smarter and not harder<br />\r\n• Give team strategies and tools for monitoring all areas of the practice<br />\r\n• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”<br />\r\n• Assist team in developing more highly effective internal and external marketing programs<br />\r\n• Professional resource for clinical advancement<br />\r\n• A full time asset and support to your dental team</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Full Coaching Program','','publish','closed','closed','','full-coaching-program','','','2020-02-14 17:47:06','2020-02-14 17:47:06','',0,'https://ddsconsultingplus.ca/?page_id=118',0,'page','',0),(119,1,'2018-04-20 21:09:01','2018-04-20 21:09:01','','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-04-20 21:09:01','2018-04-20 21:09:01','',118,'https://ddsconsultingplus.ca/2018/04/20/118-revision-v1/',0,'revision','',0),(120,1,'2018-04-20 21:09:17','2018-04-20 21:09:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][vc_empty_space height=\"120px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','publish','closed','closed','','apex','','','2018-10-24 19:43:18','2018-10-24 19:43:18','',0,'https://ddsconsultingplus.ca/?page_id=120',0,'page','',0),(121,1,'2018-04-20 21:09:17','2018-04-20 21:09:17','','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-04-20 21:09:17','2018-04-20 21:09:17','',120,'https://ddsconsultingplus.ca/2018/04/20/120-revision-v1/',0,'revision','',0),(123,1,'2018-04-20 21:13:30','2018-04-20 21:13:30','','Philosophy','','publish','closed','closed','','123','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=123',4,'nav_menu_item','',0),(124,1,'2018-04-20 21:13:30','2018-04-20 21:13:30',' ','','','publish','closed','closed','','124','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=124',3,'nav_menu_item','',0),(131,1,'2018-04-20 21:27:48','2018-04-20 21:27:48','','DDS logo2-01','','inherit','open','closed','','dds-logo2-01','','','2018-04-20 21:27:48','2018-04-20 21:27:48','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo2-01.png',0,'attachment','image/png',0),(132,1,'2018-04-20 21:29:34','2018-04-20 21:29:34','','DDS logo KO-01','','inherit','open','closed','','dds-logo-ko-01','','','2018-04-20 21:29:34','2018-04-20 21:29:34','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS-logo-KO-01.png',0,'attachment','image/png',0),(133,1,'2018-04-20 23:32:19','2018-04-20 23:32:19','','main_img08','','inherit','open','closed','','main_img08','','','2020-02-13 22:12:36','2020-02-13 22:12:36','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_img08.jpg',0,'attachment','image/jpeg',0),(134,1,'2018-04-20 23:32:33','2018-04-20 23:32:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-20 23:32:33','2018-04-20 23:32:33','',4,'https://ddsconsultingplus.ca/2018/04/20/4-revision-v1/',0,'revision','',0),(135,1,'2018-04-20 23:38:25','2018-04-20 23:38:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"img_link_large\" img_link_target=\"_blank\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-20 23:38:25','2018-04-20 23:38:25','',4,'https://ddsconsultingplus.ca/2018/04/20/4-revision-v1/',0,'revision','',0),(136,1,'2018-04-20 23:39:00','2018-04-20 23:39:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-20 23:39:00','2018-04-20 23:39:00','',4,'https://ddsconsultingplus.ca/2018/04/20/4-revision-v1/',0,'revision','',0),(137,1,'2018-04-20 23:41:35','2018-04-20 23:41:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-20 23:41:35','2018-04-20 23:41:35','',4,'https://ddsconsultingplus.ca/2018/04/20/4-revision-v1/',0,'revision','',0),(138,1,'2018-04-20 23:47:31','2018-04-20 23:47:31','','sub_banner','','inherit','open','closed','','sub_banner','','','2018-04-20 23:47:31','2018-04-20 23:47:31','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/sub_banner.jpg',0,'attachment','image/jpeg',0),(139,1,'2018-04-20 23:53:06','2018-04-20 23:53:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-20 23:53:06','2018-04-20 23:53:06','',8,'https://ddsconsultingplus.ca/2018/04/20/8-revision-v1/',0,'revision','',0),(140,1,'2018-08-13 21:49:18','2018-08-13 21:49:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Practice Opportunity Assessment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Consulting/Coaching/Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Clinical Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Equipment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Financial &amp; Estate Planning</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mergers &amp; Acquisitions</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-autosave-v1','','','2018-08-13 21:49:18','2018-08-13 21:49:18','',8,'https://ddsconsultingplus.ca/2018/04/21/8-autosave-v1/',0,'revision','',0),(141,1,'2018-04-21 00:06:40','2018-04-21 00:06:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#204ecc\" size=\"25\" margin_top=\"40\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:06:40','2018-04-21 00:06:40','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(142,1,'2018-04-21 00:07:07','2018-04-21 00:07:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:07:07','2018-04-21 00:07:07','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(143,1,'2018-04-21 00:07:34','2018-04-21 00:07:34','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:07:34','2018-04-21 00:07:34','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(144,1,'2018-04-21 00:10:26','2018-04-21 00:10:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:10:26','2018-04-21 00:10:26','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(145,1,'2018-04-21 00:11:26','2018-04-21 00:11:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:11:26','2018-04-21 00:11:26','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(146,1,'2018-04-21 00:12:40','2018-04-21 00:12:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:12:40','2018-04-21 00:12:40','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(147,1,'2018-04-21 00:13:18','2018-04-21 00:13:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:13:18','2018-04-21 00:13:18','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(148,1,'2018-04-21 00:14:15','2018-04-21 00:14:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:14:15','2018-04-21 00:14:15','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(149,1,'2018-04-21 00:14:48','2018-04-21 00:14:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"80px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:14:48','2018-04-21 00:14:48','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(150,1,'2018-04-21 00:15:13','2018-04-21 00:15:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:15:13','2018-04-21 00:15:13','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(151,1,'2018-04-21 00:17:53','2018-04-21 00:17:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - Laurie Slater</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-21 00:17:53','2018-04-21 00:17:53','',8,'https://ddsconsultingplus.ca/2018/04/21/8-revision-v1/',0,'revision','',0),(152,1,'2018-04-23 15:15:24','2018-04-23 15:15:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" el_class=\"main-intro-img\" link=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_banner.jpg\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:15:24','2018-04-23 15:15:24','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(153,1,'2018-04-23 15:16:05','2018-04-23 15:16:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" el_class=\"main-intro-img\" link=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_banner.jpg\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:16:05','2018-04-23 15:16:05','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(154,1,'2018-04-23 15:19:58','2018-04-23 15:19:58','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:19:58','2018-04-23 15:19:58','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(155,1,'2018-04-23 15:33:47','2018-04-23 15:33:47','','main_pop_sample','','inherit','open','closed','','main_pop_sample','','','2018-04-23 15:33:47','2018-04-23 15:33:47','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg',0,'attachment','image/jpeg',0),(156,1,'2018-04-23 15:37:38','2018-04-23 15:37:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_raw_html]JTVCd29uZGVycGx1Z2luX2dyaWRnYWxsZXJ5JTIwaWQlM0QxJTVE[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:37:38','2018-04-23 15:37:38','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(157,1,'2018-04-23 15:38:14','2018-04-23 15:38:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:38:14','2018-04-23 15:38:14','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(158,1,'2018-04-23 15:43:44','2018-04-23 15:43:44','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:43:44','2018-04-23 15:43:44','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(159,1,'2018-04-23 15:44:15','2018-04-23 15:44:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 15:44:15','2018-04-23 15:44:15','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(160,1,'2018-04-23 18:11:03','2018-04-23 18:11:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:11:03','2018-04-23 18:11:03','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(161,1,'2018-04-23 18:12:13','2018-04-23 18:12:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:12:13','2018-04-23 18:12:13','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(162,1,'2018-04-23 18:12:33','2018-04-23 18:12:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_revslider id=\"main_t\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:12:33','2018-04-23 18:12:33','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(163,1,'2018-04-23 18:17:35','2018-04-23 18:17:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"scale-up\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_revslider id=\"main_t\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:17:35','2018-04-23 18:17:35','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(164,1,'2018-04-23 18:18:18','2018-04-23 18:18:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#ffffff\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Laurie has helped our practice grow as a TEAM.\r\nWe are more of a united front and strive to reach the same office goals.\r\nThe coaching process with Laurie has been very helpful, always informative, very motivating.\r\nGreat pick me up with cheerful and positive attitude.\r\nKeep up your great and hard work, it is greatly appreciated.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span class=\"test-name\">– Tanja Simpraga, Dental Assistant</span>[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524069388855{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/testimonal.jpg?id=96) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_revslider id=\"main_t\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:18:18','2018-04-23 18:18:18','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(165,1,'2018-04-23 18:20:42','2018-04-23 18:20:42','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"flip-x\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_revslider id=\"main_t\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:20:42','2018-04-23 18:20:42','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(166,1,'2018-04-23 18:21:30','2018-04-23 18:21:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"flip-x\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:21:30','2018-04-23 18:21:30','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(167,1,'2018-04-23 18:23:36','2018-04-23 18:23:36','','main_quote_left','','inherit','open','closed','','main_quote_left','','','2018-04-23 18:23:36','2018-04-23 18:23:36','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_quote_left.png',0,'attachment','image/png',0),(168,1,'2018-04-23 18:23:38','2018-04-23 18:23:38','','main_quote_right','','inherit','open','closed','','main_quote_right','','','2018-04-23 18:23:38','2018-04-23 18:23:38','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_quote_right.png',0,'attachment','image/png',0),(169,1,'2018-04-23 18:39:41','2018-04-23 18:39:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-23 18:39:41','2018-04-23 18:39:41','',4,'https://ddsconsultingplus.ca/2018/04/23/4-revision-v1/',0,'revision','',0),(171,1,'2018-04-23 18:43:11','2018-04-23 18:43:11','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-23 18:43:11','2018-04-23 18:43:11','',8,'https://ddsconsultingplus.ca/2018/04/23/8-revision-v1/',0,'revision','',0),(172,1,'2018-04-23 18:53:17','2018-04-23 18:53:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-04-23 18:53:17','2018-04-23 18:53:17','',8,'https://ddsconsultingplus.ca/2018/04/23/8-revision-v1/',0,'revision','',0),(173,1,'2018-04-23 18:55:06','2018-04-23 18:55:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nPractice Opportunity Assessment - Laurie Slater\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nDental Consulting/Coaching/Training - Laurie Slater\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nClinical Training - Dr. Ed Philips\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nDental Equipment - Michael Comartin (Henry Schein)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nFinancial & Estate Planning - Mike Hart (Neshit? Burns)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nStart-ups - Laurie, Michaels, Lawyers, BMO, ROI\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nMergers & Acquisitions - Brian - (BMO), MIchael Carabash (DMC Law)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nEmployment Law - Michael Carabash (DMC Law)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nPurchase Evaluations - Jackie Joachim (ROI Corporation)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nHealth & Safety Training - Lauren McFarbre? (Dental Practice Safety)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nArchitectural Design - Stan Makow?\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nInterior Design\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nWebsite Design\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nBuilders - Tony Ramieri- IT - 4ay? (expiria?)\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting','','inherit','closed','closed','','10-revision-v1','','','2018-04-23 18:55:06','2018-04-23 18:55:06','',10,'https://ddsconsultingplus.ca/2018/04/23/10-revision-v1/',0,'revision','',0),(174,1,'2018-04-23 19:20:01','2018-04-23 19:20:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Reception</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Office Manager - Accountability / Leadership</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Training','','inherit','closed','closed','','13-autosave-v1','','','2018-04-23 19:20:01','2018-04-23 19:20:01','',13,'https://ddsconsultingplus.ca/2018/04/23/13-autosave-v1/',0,'revision','',0),(175,1,'2018-04-23 19:01:35','2018-04-23 19:01:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Practice Opportunity Assessment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\n<div>\n<div>Vision/Goal Setting</div>\n</div>\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Business Systems/Protocols</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Job Descriptions/Scripts</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups Transition Acquisition</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Ask Me a Question(popup)</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Monitors/Metrics</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting','','inherit','closed','closed','','10-autosave-v1','','','2018-04-23 19:01:35','2018-04-23 19:01:35','',10,'https://ddsconsultingplus.ca/2018/04/23/10-autosave-v1/',0,'revision','',0),(176,1,'2018-04-23 18:59:39','2018-04-23 18:59:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Training','','inherit','closed','closed','','13-revision-v1','','','2018-04-23 18:59:39','2018-04-23 18:59:39','',13,'https://ddsconsultingplus.ca/2018/04/23/13-revision-v1/',0,'revision','',0),(177,1,'2018-04-23 19:03:04','2018-04-23 19:03:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting','','inherit','closed','closed','','10-revision-v1','','','2018-04-23 19:03:04','2018-04-23 19:03:04','',10,'https://ddsconsultingplus.ca/2018/04/23/10-revision-v1/',0,'revision','',0),(178,1,'2018-04-23 19:20:58','2018-04-23 19:20:58','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Training','','inherit','closed','closed','','13-revision-v1','','','2018-04-23 19:20:58','2018-04-23 19:20:58','',13,'https://ddsconsultingplus.ca/2018/04/23/13-revision-v1/',0,'revision','',0),(179,1,'2018-04-23 20:03:21','2018-04-23 20:03:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mastering the Hygiene Appointment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Quality Communication vs. Speaking</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Unlocking the Secrets to \"True Accountability\"</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Systems/Protocols... making it all work</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mastering the Practice \"Life Line\"... the Telephone</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>New Patient \"Experience\" or just \"Exam\"</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Designing your Dream Practice (What drives you to success)</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-autosave-v1','','','2018-04-23 20:03:21','2018-04-23 20:03:21','',120,'https://ddsconsultingplus.ca/2018/04/23/120-autosave-v1/',0,'revision','',0),(180,1,'2018-04-23 19:25:48','2018-04-23 19:25:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-04-23 19:25:48','2018-04-23 19:25:48','',120,'https://ddsconsultingplus.ca/2018/04/23/120-revision-v1/',0,'revision','',0),(181,2,'2019-12-15 11:19:20','2019-12-15 11:19:20','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','A New Option for Men with Prostate','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','a-new-option-for-men-with-prostate-2','','','2019-12-15 11:19:20','2019-12-15 11:19:20','',0,'https://jupiterx.artbees.net/hospital/?p=181',0,'post','',0),(182,2,'2019-12-15 11:19:49','2019-12-15 11:19:49','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','Can Stress Cause Stomach Problems?','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','can-stress-cause-stomach-problems-3','','','2019-12-15 11:19:49','2019-12-15 11:19:49','',0,'https://jupiterx.artbees.net/hospital/?p=182',0,'post','',0),(183,1,'2018-04-23 19:28:24','2018-04-23 19:28:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Case Presentation','','publish','closed','closed','','dental-coaching','','','2018-08-14 18:09:56','2018-08-14 18:09:56','',0,'https://ddsconsultingplus.ca/?page_id=183',0,'page','',0),(184,1,'2018-04-23 19:28:24','2018-04-23 19:28:24','','Dental Coaching','','inherit','closed','closed','','183-revision-v1','','','2018-04-23 19:28:24','2018-04-23 19:28:24','',183,'https://ddsconsultingplus.ca/2018/04/23/183-revision-v1/',0,'revision','',0),(185,2,'2019-12-15 11:20:27','2019-12-15 11:20:27','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','A New Option for Men with Prostate','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','a-new-option-for-men-with-prostate-3','','','2019-12-15 11:20:27','2019-12-15 11:20:27','',0,'https://jupiterx.artbees.net/hospital/?p=185',0,'post','',0),(186,1,'2018-04-23 19:50:39','2018-04-23 19:50:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Coaching','','inherit','closed','closed','','183-autosave-v1','','','2018-04-23 19:50:39','2018-04-23 19:50:39','',183,'https://ddsconsultingplus.ca/2018/04/23/183-autosave-v1/',0,'revision','',0),(187,1,'2018-04-23 19:51:31','2018-04-23 19:51:31','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Coaching','','inherit','closed','closed','','183-revision-v1','','','2018-04-23 19:51:31','2018-04-23 19:51:31','',183,'https://ddsconsultingplus.ca/2018/04/23/183-revision-v1/',0,'revision','',0),(188,1,'2018-04-23 19:52:28','2018-04-23 19:52:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n\r\nFull APEX/startup existing\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','17-revision-v1','','','2018-04-23 19:52:28','2018-04-23 19:52:28','',17,'https://ddsconsultingplus.ca/2018/04/23/17-revision-v1/',0,'revision','',0),(189,1,'2018-04-23 19:53:04','2018-04-23 19:53:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','17-revision-v1','','','2018-04-23 19:53:04','2018-04-23 19:53:04','',17,'https://ddsconsultingplus.ca/2018/04/23/17-revision-v1/',0,'revision','',0),(190,1,'2018-04-23 19:53:28','2018-04-23 19:53:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"upcoming-events\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','17-revision-v1','','','2018-04-23 19:53:28','2018-04-23 19:53:28','',17,'https://ddsconsultingplus.ca/2018/04/23/17-revision-v1/',0,'revision','',0),(191,1,'2018-05-15 23:13:07','2018-05-15 23:13:07','[vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" el_class=\"contact-all-form\"][vc_column_text][Contact_Form_Builder id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','23-autosave-v1','','','2018-05-15 23:13:07','2018-05-15 23:13:07','',23,'https://ddsconsultingplus.ca/2018/04/23/23-autosave-v1/',0,'revision','',0),(192,1,'2018-04-23 19:55:22','2018-04-23 19:55:22','[vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Self Opportunity Assessment questionnaire</li>\r\n</ul>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','23-revision-v1','','','2018-04-23 19:55:22','2018-04-23 19:55:22','',23,'https://ddsconsultingplus.ca/2018/04/23/23-revision-v1/',0,'revision','',0),(193,1,'2018-04-23 19:57:05','2018-04-23 19:57:05','','main_pop_sample','','inherit','open','closed','','main_pop_sample-2','','','2018-04-23 19:57:05','2018-04-23 19:57:05','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample1.jpg',0,'attachment','image/jpeg',0),(194,1,'2018-04-23 20:04:22','2018-04-23 20:04:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Hygiene Appointment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Quality Communication vs. Speaking</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Unlocking the Secrets to \"True Accountability\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Systems/Protocols... making it all work</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Practice \"Life Line\"... the Telephone</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\" or just \"Exam\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Designing your Dream Practice (What drives you to success)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Effective Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Human \"BE\"ing vs. Human \"Do\"ing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Leadership &amp; Vision Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>10 Principles to Smile Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-04-23 20:04:22','2018-04-23 20:04:22','',120,'https://ddsconsultingplus.ca/2018/04/23/120-revision-v1/',0,'revision','',0),(195,1,'2018-08-13 21:15:19','2018-08-13 21:15:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Workshop Programs','','inherit','closed','closed','','15-autosave-v1','','','2018-08-13 21:15:19','2018-08-13 21:15:19','',15,'https://ddsconsultingplus.ca/2018/04/24/15-autosave-v1/',0,'revision','',0),(197,1,'2018-04-24 15:27:02','2018-04-24 15:27:02','','number','','inherit','open','closed','','number','','','2018-04-24 15:27:02','2018-04-24 15:27:02','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/number.png',0,'attachment','image/png',0),(198,1,'2018-04-24 17:57:09','2018-04-24 17:57:09','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-24 17:57:09','2018-04-24 17:57:09','',4,'https://ddsconsultingplus.ca/2018/04/24/4-revision-v1/',0,'revision','',0),(199,1,'2018-04-24 18:55:33','2018-04-24 18:55:33','','dds_favicon','','inherit','open','closed','','dds_favicon','','','2018-04-24 18:55:33','2018-04-24 18:55:33','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/dds_favicon.png',0,'attachment','image/png',0),(200,1,'2018-04-24 19:50:07','2018-04-24 19:50:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-24 19:50:07','2018-04-24 19:50:07','',4,'https://ddsconsultingplus.ca/2018/04/24/4-revision-v1/',0,'revision','',0),(201,1,'2018-04-24 20:43:40','2018-04-24 20:43:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\n\n&nbsp;\n\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\n\n&nbsp;\n\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\n\n&nbsp;\n\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\n\n&nbsp;\n\nYou are the model of happiness, pride, joy and enthusiasm.\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\n\n&nbsp;\n\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.\n\n&nbsp;\n\nYou are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.\n- Her ideas and suggestions really do work.\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.\n\n&nbsp;\n\nShe has helped increase our production by over 45% in less than 2 yrs!\n\n&nbsp;\n\nWe as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"1. The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-autosave-v1','','','2018-04-24 20:43:40','2018-04-24 20:43:40','',21,'https://ddsconsultingplus.ca/2018/04/24/21-autosave-v1/',0,'revision','',0),(202,1,'2018-04-24 19:53:33','2018-04-24 19:53:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:53:33','2018-04-24 19:53:33','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(203,1,'2018-04-24 19:54:52','2018-04-24 19:54:52','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:54:52','2018-04-24 19:54:52','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(204,1,'2018-04-24 19:55:18','2018-04-24 19:55:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\"]If you have challenges, you are not alone!\r\nEvery practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-24 19:55:18','2018-04-24 19:55:18','',4,'https://ddsconsultingplus.ca/2018/04/24/4-revision-v1/',0,'revision','',0),(205,1,'2018-04-24 19:55:21','2018-04-24 19:55:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" css=\".vc_custom_1524599718337{padding-right: 15px !important;padding-left: 15px !important;}\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:55:21','2018-04-24 19:55:21','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(206,1,'2018-04-24 19:56:15','2018-04-24 19:56:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:56:15','2018-04-24 19:56:15','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(207,1,'2018-04-24 19:57:00','2018-04-24 19:57:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:57:00','2018-04-24 19:57:00','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(208,1,'2018-04-24 19:57:17','2018-04-24 19:57:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:57:17','2018-04-24 19:57:17','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(209,1,'2018-04-24 19:57:55','2018-04-24 19:57:55','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:57:55','2018-04-24 19:57:55','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(210,1,'2018-04-24 19:58:16','2018-04-24 19:58:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" margin_top=\"10\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:58:16','2018-04-24 19:58:16','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(211,1,'2018-04-24 19:59:04','2018-04-24 19:59:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"16\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 19:59:04','2018-04-24 19:59:04','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(212,1,'2018-04-24 20:00:04','2018-04-24 20:00:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:00:04','2018-04-24 20:00:04','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(213,1,'2018-04-24 20:00:48','2018-04-24 20:00:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"23\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:00:48','2018-04-24 20:00:48','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(214,1,'2018-04-24 20:01:23','2018-04-24 20:01:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:01:23','2018-04-24 20:01:23','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(215,1,'2018-04-24 20:01:47','2018-04-24 20:01:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator border_width=\"2\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:01:47','2018-04-24 20:01:47','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(216,1,'2018-04-24 20:02:26','2018-04-24 20:02:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:02:26','2018-04-24 20:02:26','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(217,1,'2018-04-24 20:03:28','2018-04-24 20:03:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:03:28','2018-04-24 20:03:28','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(218,1,'2018-04-24 20:04:30','2018-04-24 20:04:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:04:30','2018-04-24 20:04:30','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(219,1,'2018-04-24 20:07:39','2018-04-24 20:07:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:07:39','2018-04-24 20:07:39','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(220,1,'2018-04-24 20:10:36','2018-04-24 20:10:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:10:36','2018-04-24 20:10:36','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(221,1,'2018-04-24 20:12:02','2018-04-24 20:12:02','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:12:02','2018-04-24 20:12:02','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(222,1,'2018-04-24 20:12:47','2018-04-24 20:12:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524028479248{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg01.jpg?id=36) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-24 20:12:47','2018-04-24 20:12:47','',4,'https://ddsconsultingplus.ca/2018/04/24/4-revision-v1/',0,'revision','',0),(223,1,'2018-04-24 20:13:17','2018-04-24 20:13:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:13:17','2018-04-24 20:13:17','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(224,1,'2018-04-24 20:16:04','2018-04-24 20:16:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:16:04','2018-04-24 20:16:04','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(225,1,'2018-04-24 20:20:03','2018-04-24 20:20:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:20:03','2018-04-24 20:20:03','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(226,1,'2018-04-24 20:23:01','2018-04-24 20:23:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.\r\n\r\n&nbsp;\r\n\r\nYou are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:23:01','2018-04-24 20:23:01','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(227,1,'2018-04-24 20:40:35','2018-04-24 20:40:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.\r\n\r\n&nbsp;\r\n\r\nYou are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.\r\n- Her ideas and suggestions really do work.\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.\r\n\r\n&nbsp;\r\n\r\nShe has helped increase our production by over 45% in less than 2 yrs!\r\n\r\n&nbsp;\r\n\r\nWe as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:40:35','2018-04-24 20:40:35','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(228,1,'2018-04-24 20:41:43','2018-04-24 20:41:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 20:41:43','2018-04-24 20:41:43','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(230,1,'2018-04-24 20:43:26','2018-04-24 20:43:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:43:26','2018-04-24 20:43:26','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(231,1,'2018-04-24 20:43:40','2018-04-24 20:43:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:43:40','2018-04-24 20:43:40','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(232,1,'2018-04-24 20:44:04','2018-04-24 20:44:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.\r\n\r\n&nbsp;\r\n\r\nYou are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.\r\n- Her ideas and suggestions really do work.\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.\r\n\r\n&nbsp;\r\n\r\nShe has helped increase our production by over 45% in less than 2 yrs!\r\n\r\n&nbsp;\r\n\r\nWe as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"1. Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:44:04','2018-04-24 20:44:04','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(233,1,'2018-04-24 20:45:10','2018-04-24 20:45:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.\r\n\r\n&nbsp;\r\n\r\nYou are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.\r\n- Her ideas and suggestions really do work.\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.\r\n\r\n&nbsp;\r\n\r\nShe has helped increase our production by over 45% in less than 2 yrs!\r\n\r\n&nbsp;\r\n\r\nWe as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"1. Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-04-24 20:45:10','2018-04-24 20:45:10','',21,'https://ddsconsultingplus.ca/2018/04/24/21-revision-v1/',0,'revision','',0),(234,1,'2018-04-24 20:45:40','2018-04-24 20:45:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"alliances\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Alliances','','inherit','closed','closed','','114-revision-v1','','','2018-04-24 20:45:40','2018-04-24 20:45:40','',114,'https://ddsconsultingplus.ca/2018/04/24/114-revision-v1/',0,'revision','',0),(235,1,'2018-04-24 20:55:43','2018-04-24 20:55:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<h1>Lorem Ipsum</h1>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:55:43','2018-04-24 20:55:43','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(236,1,'2018-04-24 20:56:50','2018-04-24 20:56:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]<strong>Lorem Ipsum</strong>[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:56:50','2018-04-24 20:56:50','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(237,1,'2018-04-24 20:57:31','2018-04-24 20:57:31','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]<strong>Lorem Ipsum</strong>[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:57:31','2018-04-24 20:57:31','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(238,1,'2018-04-24 20:58:01','2018-04-24 20:58:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong>Lorem ipsum </strong>[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:58:01','2018-04-24 20:58:01','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(239,1,'2018-04-24 20:58:26','2018-04-24 20:58:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong>Lorem ipsum </strong>[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 20:58:26','2018-04-24 20:58:26','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(240,1,'2018-04-24 21:03:41','2018-04-24 21:03:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"alliances\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Alliances','','inherit','closed','closed','','114-revision-v1','','','2018-04-24 21:03:41','2018-04-24 21:03:41','',114,'https://ddsconsultingplus.ca/2018/04/24/114-revision-v1/',0,'revision','',0),(241,1,'2018-04-24 21:04:05','2018-04-24 21:04:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"alliances\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Alliances','','inherit','closed','closed','','114-revision-v1','','','2018-04-24 21:04:05','2018-04-24 21:04:05','',114,'https://ddsconsultingplus.ca/2018/04/24/114-revision-v1/',0,'revision','',0),(242,1,'2018-04-24 21:07:38','2018-04-24 21:07:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Workshop Programs','','inherit','closed','closed','','15-revision-v1','','','2018-04-24 21:07:38','2018-04-24 21:07:38','',15,'https://ddsconsultingplus.ca/2018/04/24/15-revision-v1/',0,'revision','',0),(243,1,'2018-04-24 21:07:48','2018-04-24 21:07:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 21:07:48','2018-04-24 21:07:48','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(244,1,'2018-04-24 21:08:28','2018-04-24 21:08:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"FULL\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 21:08:28','2018-04-24 21:08:28','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(245,1,'2018-04-24 21:09:08','2018-04-24 21:09:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 21:09:08','2018-04-24 21:09:08','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(246,1,'2018-04-24 21:10:07','2018-04-24 21:10:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 21:10:07','2018-04-24 21:10:07','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(247,1,'2018-04-24 21:10:33','2018-04-24 21:10:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','1-2 days','','inherit','closed','closed','','116-autosave-v1','','','2018-04-24 21:10:33','2018-04-24 21:10:33','',116,'https://ddsconsultingplus.ca/2018/04/24/116-autosave-v1/',0,'revision','',0),(248,1,'2018-04-24 21:10:49','2018-04-24 21:10:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 21:10:49','2018-04-24 21:10:49','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(249,1,'2018-04-24 21:11:32','2018-04-24 21:11:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.\r\n\r\n&nbsp;\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-04-24 21:11:32','2018-04-24 21:11:32','',108,'https://ddsconsultingplus.ca/2018/04/24/108-revision-v1/',0,'revision','',0),(250,1,'2018-04-24 21:16:49','2018-04-24 21:16:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"1-2-days\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','1-2 days','','inherit','closed','closed','','116-revision-v1','','','2018-04-24 21:16:49','2018-04-24 21:16:49','',116,'https://ddsconsultingplus.ca/2018/04/24/116-revision-v1/',0,'revision','',0),(251,1,'2018-04-24 21:17:12','2018-04-24 21:17:12','','philosiphy_photo','','inherit','open','closed','','philosiphy_photo','','','2018-04-24 21:17:12','2018-04-24 21:17:12','',112,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/philosiphy_photo.jpg',0,'attachment','image/jpeg',0),(252,1,'2018-04-24 21:17:22','2018-04-24 21:17:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"251\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 21:17:22','2018-04-24 21:17:22','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(253,1,'2018-10-24 15:24:24','2018-10-24 15:24:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\n&nbsp;\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\n&nbsp;\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\n&nbsp;\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n&nbsp;\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\n&nbsp;\r\n\r\nOf course, the statement with the word MUST!\r\n\r\n&nbsp;\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">That being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!</p>\r\n&nbsp;\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-autosave-v1','','','2018-10-24 15:24:24','2018-10-24 15:24:24','',112,'https://ddsconsultingplus.ca/2018/04/24/112-autosave-v1/',0,'revision','',0),(254,1,'2018-04-24 21:18:38','2018-04-24 21:18:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-04-24 21:18:38','2018-04-24 21:18:38','',112,'https://ddsconsultingplus.ca/2018/04/24/112-revision-v1/',0,'revision','',0),(255,1,'2018-04-24 21:18:47','2018-04-24 21:18:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-04-24 21:18:47','2018-04-24 21:18:47','',118,'https://ddsconsultingplus.ca/2018/04/24/118-revision-v1/',0,'revision','',0),(258,1,'2018-04-28 00:05:28','2018-04-28 00:05:28','','main_bg03','','inherit','open','closed','','main_bg03-2','','','2018-04-28 00:05:28','2018-04-28 00:05:28','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg',0,'attachment','image/jpeg',0),(259,1,'2018-04-28 00:05:33','2018-04-28 00:05:33','','main_bg01','','inherit','open','closed','','main_bg01-2','','','2018-04-28 00:05:33','2018-04-28 00:05:33','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg',0,'attachment','image/jpeg',0),(260,1,'2018-04-28 00:05:37','2018-04-28 00:05:37','','number','','inherit','open','closed','','number-2','','','2018-04-28 00:05:37','2018-04-28 00:05:37','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/number1.png',0,'attachment','image/png',0),(261,1,'2018-04-28 00:15:14','2018-04-28 00:15:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:15:14','2018-04-28 00:15:14','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(262,1,'2018-04-28 00:16:59','2018-04-28 00:16:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:16:59','2018-04-28 00:16:59','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(263,1,'2018-04-28 00:21:06','2018-04-28 00:21:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"fade-in\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:21:06','2018-04-28 00:21:06','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(264,1,'2018-04-28 00:24:28','2018-04-28 00:24:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:24:28','2018-04-28 00:24:28','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(265,1,'2018-04-28 00:25:25','2018-04-28 00:25:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#1e73be\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:25:25','2018-04-28 00:25:25','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (266,1,'2018-04-28 00:26:51','2018-04-28 00:26:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:26:51','2018-04-28 00:26:51','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(267,1,'2018-04-28 00:27:45','2018-04-28 00:27:45','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:27:45','2018-04-28 00:27:45','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(268,1,'2018-04-28 00:29:13','2018-04-28 00:29:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"80px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:29:13','2018-04-28 00:29:13','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(269,1,'2018-04-28 00:29:38','2018-04-28 00:29:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:29:38','2018-04-28 00:29:38','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(270,1,'2018-04-28 00:30:59','2018-04-28 00:30:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:30:59','2018-04-28 00:30:59','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(271,1,'2018-04-28 00:35:47','2018-04-28 00:35:47','','images','','inherit','open','closed','','images','','','2018-04-28 00:35:47','2018-04-28 00:35:47','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/images.jpeg',0,'attachment','image/jpeg',0),(272,1,'2018-04-28 00:36:14','2018-04-28 00:36:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_moving_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/images.jpeg\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:36:14','2018-04-28 00:36:14','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(273,1,'2018-04-28 00:39:16','2018-04-28 00:39:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy53M3NjaG9vbHMuY29tJTIyJTNFJTBBJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRmltYWdlcy5qcGVnJTIyJTIwYWx0JTNEJTIyR28lMjB0byUyMFczU2Nob29scyUyMSUyMiUyMHdpZHRoJTNEJTIyNDIlMjIlMjBoZWlnaHQlM0QlMjI0MiUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0UlMEElMEE=[/vc_raw_html][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:39:16','2018-04-28 00:39:16','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(274,1,'2018-04-28 00:41:25','2018-04-28 00:41:25','','DfQqM','','inherit','open','closed','','dfqqm','','','2018-04-28 00:41:25','2018-04-28 00:41:25','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DfQqM.gif',0,'attachment','image/gif',0),(275,1,'2018-04-28 00:41:47','2018-04-28 00:41:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy53M3NjaG9vbHMuY29tJTIyJTNFJTBBJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRkRmUXFNLmdpZiUyMiUyMGFsdCUzRCUyMkdvJTIwdG8lMjBXM1NjaG9vbHMlMjElMjIlMjB3aWR0aCUzRCUyMjQyJTIyJTIwaGVpZ2h0JTNEJTIyNDIlMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNFJTBBJTBB[/vc_raw_html][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:41:47','2018-04-28 00:41:47','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(276,1,'2018-04-28 00:42:26','2018-04-28 00:42:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524032346635{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg03.jpg?id=38) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:42:26','2018-04-28 00:42:26','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(277,1,'2018-04-28 00:43:03','2018-04-28 00:43:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876179926{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:43:03','2018-04-28 00:43:03','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(278,1,'2018-04-28 00:44:51','2018-04-28 00:44:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:44:51','2018-04-28 00:44:51','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(279,1,'2018-04-28 00:47:25','2018-04-28 00:47:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing\r\nwho all the top advisors are\r\nthat can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:47:25','2018-04-28 00:47:25','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(280,1,'2018-04-28 00:47:57','2018-04-28 00:47:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\nYOUR SEARCH IS OVER![/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:47:57','2018-04-28 00:47:57','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(281,1,'2018-04-28 00:49:00','2018-04-28 00:49:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center>YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:49:00','2018-04-28 00:49:00','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(282,1,'2018-04-28 00:50:11','2018-04-28 00:50:11','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-28 00:50:11','2018-04-28 00:50:11','',4,'https://ddsconsultingplus.ca/2018/04/28/4-revision-v1/',0,'revision','',0),(283,1,'2018-04-28 01:12:36','2018-04-28 01:12:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','publish','closed','closed','','services-2','','','2018-08-14 17:59:25','2018-08-14 17:59:25','',0,'https://ddsconsultingplus.ca/services-2/',0,'page','',0),(284,1,'2018-04-28 01:13:14','2018-04-28 01:13:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-revision-v1','','','2018-04-28 01:13:14','2018-04-28 01:13:14','',283,'https://ddsconsultingplus.ca/2018/04/28/283-revision-v1/',0,'revision','',0),(285,1,'2018-04-28 01:13:19','2018-04-28 01:13:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting/Coaching/Training','','publish','closed','closed','','services-3','','','2018-08-14 17:10:23','2018-08-14 17:10:23','',0,'https://ddsconsultingplus.ca/services-3/',0,'page','',0),(286,1,'2018-04-28 01:13:45','2018-04-28 01:13:45','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting/Coaching/Training','','inherit','closed','closed','','285-revision-v1','','','2018-04-28 01:13:45','2018-04-28 01:13:45','',285,'https://ddsconsultingplus.ca/2018/04/28/285-revision-v1/',0,'revision','',0),(287,1,'2018-04-28 01:13:51','2018-04-28 01:13:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Equipment','','publish','closed','closed','','services-4','','','2018-08-13 20:41:47','2018-08-13 20:41:47','',0,'https://ddsconsultingplus.ca/services-4/',0,'page','',0),(288,1,'2018-04-28 01:14:13','2018-04-28 01:14:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Clinical Training','','inherit','closed','closed','','287-revision-v1','','','2018-04-28 01:14:13','2018-04-28 01:14:13','',287,'https://ddsconsultingplus.ca/2018/04/28/287-revision-v1/',0,'revision','',0),(289,1,'2018-04-28 01:15:18','2018-04-28 01:15:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Equipment','','inherit','closed','closed','','287-revision-v1','','','2018-04-28 01:15:18','2018-04-28 01:15:18','',287,'https://ddsconsultingplus.ca/2018/04/28/287-revision-v1/',0,'revision','',0),(290,1,'2018-04-28 01:15:22','2018-04-28 01:15:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Financial & Estate Planning','','publish','closed','closed','','services-5','','','2018-08-13 20:43:11','2018-08-13 20:43:11','',0,'https://ddsconsultingplus.ca/services-5/',0,'page','',0),(291,1,'2018-04-28 01:15:41','2018-04-28 01:15:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Financial & Estate Planning','','inherit','closed','closed','','290-revision-v1','','','2018-04-28 01:15:41','2018-04-28 01:15:41','',290,'https://ddsconsultingplus.ca/2018/04/28/290-revision-v1/',0,'revision','',0),(292,1,'2018-04-28 01:16:17','2018-04-28 01:16:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups','','publish','closed','closed','','services-6','','','2018-08-13 20:44:34','2018-08-13 20:44:34','',0,'https://ddsconsultingplus.ca/services-6/',0,'page','',0),(293,1,'2018-04-28 01:16:33','2018-04-28 01:16:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups','','inherit','closed','closed','','292-revision-v1','','','2018-04-28 01:16:33','2018-04-28 01:16:33','',292,'https://ddsconsultingplus.ca/2018/04/28/292-revision-v1/',0,'revision','',0),(294,1,'2018-04-28 01:16:39','2018-04-28 01:16:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Mergers & Acquisitions','','publish','closed','closed','','services-7','','','2018-08-14 17:53:47','2018-08-14 17:53:47','',0,'https://ddsconsultingplus.ca/services-7/',0,'page','',0),(295,1,'2018-04-28 01:17:00','2018-04-28 01:17:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Mergers & Acquisitions','','inherit','closed','closed','','294-revision-v1','','','2018-04-28 01:17:00','2018-04-28 01:17:00','',294,'https://ddsconsultingplus.ca/2018/04/28/294-revision-v1/',0,'revision','',0),(296,1,'2018-04-28 01:17:09','2018-04-28 01:17:09','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Employment Law','','publish','closed','closed','','services-8','','','2018-08-14 17:54:12','2018-08-14 17:54:12','',0,'https://ddsconsultingplus.ca/services-8/',0,'page','',0),(297,1,'2018-04-28 01:17:27','2018-04-28 01:17:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Employment Law','','inherit','closed','closed','','296-revision-v1','','','2018-04-28 01:17:27','2018-04-28 01:17:27','',296,'https://ddsconsultingplus.ca/2018/04/28/296-revision-v1/',0,'revision','',0),(298,1,'2018-04-28 01:17:32','2018-04-28 01:17:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Purchase Evaluations','','publish','closed','closed','','services-9','','','2018-08-14 17:54:33','2018-08-14 17:54:33','',0,'https://ddsconsultingplus.ca/services-9/',0,'page','',0),(299,1,'2018-04-28 01:18:03','2018-04-28 01:18:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Purchase Evaluations','','inherit','closed','closed','','298-revision-v1','','','2018-04-28 01:18:03','2018-04-28 01:18:03','',298,'https://ddsconsultingplus.ca/2018/04/28/298-revision-v1/',0,'revision','',0),(300,1,'2018-04-28 01:18:36','2018-04-28 01:18:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Purchase Evaluations','','publish','closed','closed','','services-10','','','2018-04-28 01:19:23','2018-04-28 01:19:23','',0,'https://ddsconsultingplus.ca/services-10/',0,'page','',0),(301,1,'2018-04-28 01:18:46','2018-04-28 01:18:46','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Health & Safety Training','','publish','closed','closed','','services-11','','','2018-08-14 17:54:56','2018-08-14 17:54:56','',0,'https://ddsconsultingplus.ca/services-11/',0,'page','',0),(302,1,'2018-04-28 01:19:08','2018-04-28 01:19:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Architectural Design','','publish','closed','closed','','services-12','','','2018-08-14 17:55:18','2018-08-14 17:55:18','',0,'https://ddsconsultingplus.ca/services-12/',0,'page','',0),(303,1,'2018-04-28 01:19:23','2018-04-28 01:19:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Purchase Evaluations','','inherit','closed','closed','','300-revision-v1','','','2018-04-28 01:19:23','2018-04-28 01:19:23','',300,'https://ddsconsultingplus.ca/2018/04/28/300-revision-v1/',0,'revision','',0),(304,1,'2018-04-28 01:19:33','2018-04-28 01:19:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Health & Safety Training','','inherit','closed','closed','','301-revision-v1','','','2018-04-28 01:19:33','2018-04-28 01:19:33','',301,'https://ddsconsultingplus.ca/2018/04/28/301-revision-v1/',0,'revision','',0),(305,1,'2018-04-28 01:19:43','2018-04-28 01:19:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Architectural Design','','inherit','closed','closed','','302-revision-v1','','','2018-04-28 01:19:43','2018-04-28 01:19:43','',302,'https://ddsconsultingplus.ca/2018/04/28/302-revision-v1/',0,'revision','',0),(306,1,'2018-04-28 01:19:47','2018-04-28 01:19:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Interior Design','','publish','closed','closed','','services-13','','','2018-08-14 17:55:39','2018-08-14 17:55:39','',0,'https://ddsconsultingplus.ca/services-13/',0,'page','',0),(307,1,'2018-04-28 01:19:58','2018-04-28 01:19:58','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Website Design','','publish','closed','closed','','services-14','','','2018-08-14 17:56:21','2018-08-14 17:56:21','',0,'https://ddsconsultingplus.ca/services-14/',0,'page','',0),(308,1,'2018-04-28 01:20:25','2018-04-28 01:20:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Interior Design','','inherit','closed','closed','','306-revision-v1','','','2018-04-28 01:20:25','2018-04-28 01:20:25','',306,'https://ddsconsultingplus.ca/2018/04/28/306-revision-v1/',0,'revision','',0),(309,1,'2018-04-28 01:20:38','2018-04-28 01:20:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Website Design','','inherit','closed','closed','','307-revision-v1','','','2018-04-28 01:20:38','2018-04-28 01:20:38','',307,'https://ddsconsultingplus.ca/2018/04/28/307-revision-v1/',0,'revision','',0),(310,1,'2018-04-28 01:21:04','2018-04-28 01:21:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Builders','','publish','closed','closed','','services-15','','','2018-08-14 17:56:43','2018-08-14 17:56:43','',0,'https://ddsconsultingplus.ca/services-15/',0,'page','',0),(311,1,'2018-04-28 01:21:22','2018-04-28 01:21:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Builders','','inherit','closed','closed','','310-revision-v1','','','2018-04-28 01:21:22','2018-04-28 01:21:22','',310,'https://ddsconsultingplus.ca/2018/04/28/310-revision-v1/',0,'revision','',0),(312,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','312','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=312',19,'nav_menu_item','',0),(313,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','313','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=313',18,'nav_menu_item','',0),(314,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','314','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=314',17,'nav_menu_item','',0),(315,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','315','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=315',16,'nav_menu_item','',0),(316,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','316','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=316',15,'nav_menu_item','',0),(317,2,'2019-12-16 08:16:48','2019-12-16 08:16:48','','Gender Filter','','publish','closed','closed','','gender-filter','','','2019-12-16 08:16:48','2019-12-16 08:16:48','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-smart-filters&amp;p=317',0,'jet-smart-filters','',0),(318,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','318','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=318',14,'nav_menu_item','',0),(319,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','319','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=319',13,'nav_menu_item','',0),(320,1,'2018-04-28 01:29:11','2018-04-28 01:29:11',' ','','','publish','closed','closed','','320','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=320',12,'nav_menu_item','',0),(321,1,'2018-04-28 01:29:10','2018-04-28 01:29:10',' ','','','publish','closed','closed','','321','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=321',11,'nav_menu_item','',0),(322,1,'2018-04-28 01:29:10','2018-04-28 01:29:10',' ','','','publish','closed','closed','','322','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=322',10,'nav_menu_item','',0),(323,1,'2018-04-28 01:29:10','2018-04-28 01:29:10',' ','','','publish','closed','closed','','323','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=323',9,'nav_menu_item','',0),(324,1,'2018-04-28 01:29:10','2018-04-28 01:29:10',' ','','','publish','closed','closed','','324','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=324',8,'nav_menu_item','',0),(325,1,'2018-04-28 01:29:10','2018-04-28 01:29:10',' ','','','publish','closed','closed','','325','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=325',7,'nav_menu_item','',0),(327,1,'2018-04-28 01:30:32','2018-04-28 01:30:32',' ','','','publish','closed','closed','','327','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=327',21,'nav_menu_item','',0),(328,1,'2018-04-28 01:31:17','2018-04-28 01:31:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Business Systems/Protocols','','publish','closed','closed','','dental-consulting-2','','','2018-08-14 18:01:28','2018-08-14 18:01:28','',0,'https://ddsconsultingplus.ca/dental-consulting-2/',0,'page','',0),(329,1,'2018-04-28 01:31:39','2018-04-28 01:31:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Job Descriptions/Scripts','','publish','closed','closed','','dental-consulting-2-2','','','2018-08-14 18:01:48','2018-08-14 18:01:48','',0,'https://ddsconsultingplus.ca/dental-consulting-2-2/',0,'page','',0),(330,1,'2018-04-28 01:31:51','2018-04-28 01:31:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups Transition Acquisition','','publish','closed','closed','','dental-consulting-2-2-2','','','2018-08-14 18:02:09','2018-08-14 18:02:09','',0,'https://ddsconsultingplus.ca/dental-consulting-2-2-2/',0,'page','',0),(331,1,'2018-04-28 01:32:03','2018-04-28 01:32:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Ask Me a Question-','','publish','closed','closed','','dental-consulting-2-2-2-2','','','2018-04-28 01:33:31','2018-04-28 01:33:31','',0,'https://ddsconsultingplus.ca/dental-consulting-2-2-2-2/',0,'page','',0),(332,1,'2018-04-28 01:32:10','2018-04-28 01:32:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Monitors/Metrics','','publish','closed','closed','','dental-consulting-2-2-2-2-2','','','2018-08-14 18:02:57','2018-08-14 18:02:57','',0,'https://ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/',0,'page','',0),(333,1,'2018-04-28 01:32:43','2018-04-28 01:32:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Vision/Goal Setting','','inherit','closed','closed','','10-revision-v1','','','2018-04-28 01:32:43','2018-04-28 01:32:43','',10,'https://ddsconsultingplus.ca/2018/04/28/10-revision-v1/',0,'revision','',0),(334,1,'2018-04-28 01:32:55','2018-04-28 01:32:55','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Business Systems/Protocols','','inherit','closed','closed','','328-revision-v1','','','2018-04-28 01:32:55','2018-04-28 01:32:55','',328,'https://ddsconsultingplus.ca/2018/04/28/328-revision-v1/',0,'revision','',0),(335,1,'2018-04-28 01:33:08','2018-04-28 01:33:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Job Descriptions/Scripts','','inherit','closed','closed','','329-revision-v1','','','2018-04-28 01:33:08','2018-04-28 01:33:08','',329,'https://ddsconsultingplus.ca/2018/04/28/329-revision-v1/',0,'revision','',0),(336,1,'2018-04-28 01:33:19','2018-04-28 01:33:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups Transition Acquisition','','inherit','closed','closed','','330-revision-v1','','','2018-04-28 01:33:19','2018-04-28 01:33:19','',330,'https://ddsconsultingplus.ca/2018/04/28/330-revision-v1/',0,'revision','',0),(337,1,'2018-04-28 01:33:31','2018-04-28 01:33:31','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Ask Me a Question-','','inherit','closed','closed','','331-revision-v1','','','2018-04-28 01:33:31','2018-04-28 01:33:31','',331,'https://ddsconsultingplus.ca/2018/04/28/331-revision-v1/',0,'revision','',0),(338,1,'2018-04-28 01:33:42','2018-04-28 01:33:42','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Monitors/Metrics','','inherit','closed','closed','','332-revision-v1','','','2018-04-28 01:33:42','2018-04-28 01:33:42','',332,'https://ddsconsultingplus.ca/2018/04/28/332-revision-v1/',0,'revision','',0),(339,1,'2018-04-28 01:34:20','2018-04-28 01:34:20','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Coaching Old2','','publish','closed','closed','','dental-coaching-2','','','2020-02-14 18:09:15','2020-02-14 18:09:15','',0,'https://ddsconsultingplus.ca/dental-coaching-2/',0,'page','',0),(340,1,'2018-04-28 01:34:35','2018-04-28 01:34:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Checklists','','publish','closed','closed','','dental-coaching-2-2','','','2018-08-14 18:03:28','2018-08-14 18:03:28','',0,'https://ddsconsultingplus.ca/dental-coaching-2-2/',0,'page','',0),(341,1,'2018-04-28 01:34:43','2018-04-28 01:34:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Office Manuals','','publish','closed','closed','','dental-coaching-2-3','','','2018-08-14 18:05:04','2018-08-14 18:05:04','',0,'https://ddsconsultingplus.ca/dental-coaching-2-3/',0,'page','',0),(342,1,'2018-04-28 01:34:52','2018-04-28 01:34:52','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team Building','','publish','closed','closed','','dental-coaching-2-4','','','2018-08-14 18:08:36','2018-08-14 18:08:36','',0,'https://ddsconsultingplus.ca/dental-coaching-2-4/',0,'page','',0),(343,1,'2018-04-28 01:34:59','2018-04-28 01:34:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','New Patient \"Experience\"','','publish','closed','closed','','dental-coaching-2-2-2','','','2018-08-14 18:09:27','2018-08-14 18:09:27','',0,'https://ddsconsultingplus.ca/dental-coaching-2-2-2/',0,'page','',0),(344,1,'2018-04-28 01:35:14','2018-04-28 01:35:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Checklists','','inherit','closed','closed','','340-revision-v1','','','2018-04-28 01:35:14','2018-04-28 01:35:14','',340,'https://ddsconsultingplus.ca/2018/04/28/340-revision-v1/',0,'revision','',0),(345,1,'2018-04-28 01:35:25','2018-04-28 01:35:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Office Manuals','','inherit','closed','closed','','341-revision-v1','','','2018-04-28 01:35:25','2018-04-28 01:35:25','',341,'https://ddsconsultingplus.ca/2018/04/28/341-revision-v1/',0,'revision','',0),(346,1,'2018-04-28 01:35:38','2018-04-28 01:35:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team Building','','inherit','closed','closed','','342-revision-v1','','','2018-04-28 01:35:38','2018-04-28 01:35:38','',342,'https://ddsconsultingplus.ca/2018/04/28/342-revision-v1/',0,'revision','',0),(347,1,'2018-04-28 01:35:48','2018-04-28 01:35:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','New Patient \"Experience\"','','inherit','closed','closed','','343-revision-v1','','','2018-04-28 01:35:48','2018-04-28 01:35:48','',343,'https://ddsconsultingplus.ca/2018/04/28/343-revision-v1/',0,'revision','',0),(348,1,'2018-04-28 01:36:04','2018-04-28 01:36:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Case Presentation','','inherit','closed','closed','','183-revision-v1','','','2018-04-28 01:36:04','2018-04-28 01:36:04','',183,'https://ddsconsultingplus.ca/2018/04/28/183-revision-v1/',0,'revision','',0),(349,1,'2018-04-28 01:41:12','2018-04-28 01:41:12',' ','','','publish','closed','closed','','349','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=349',22,'nav_menu_item','',0),(350,1,'2018-04-28 01:41:12','2018-04-28 01:41:12',' ','','','publish','closed','closed','','350','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=350',23,'nav_menu_item','',0),(351,1,'2018-04-28 01:41:12','2018-04-28 01:41:12',' ','','','publish','closed','closed','','351','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=351',24,'nav_menu_item','',0),(352,1,'2018-04-28 01:41:12','2018-04-28 01:41:12','','Start-Ups, Transitions, Acquisitions','','publish','closed','closed','','352','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=352',25,'nav_menu_item','',0),(354,1,'2018-04-28 01:41:13','2018-04-28 01:41:13',' ','','','publish','closed','closed','','354','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=354',26,'nav_menu_item','',0),(355,1,'2018-04-28 01:41:13','2018-04-28 01:41:13',' ','','','publish','closed','closed','','355','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=355',27,'nav_menu_item','',0),(356,1,'2018-04-28 01:41:13','2018-04-28 01:41:13',' ','','','publish','closed','closed','','356','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=356',28,'nav_menu_item','',0),(357,1,'2018-04-28 01:41:13','2018-04-28 01:41:13',' ','','','publish','closed','closed','','357','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=357',29,'nav_menu_item','',0),(358,1,'2018-04-28 01:41:13','2018-04-28 01:41:13','','New Patient \"Experience\"','','publish','closed','closed','','new-patient-experience','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=358',30,'nav_menu_item','',0),(359,1,'2018-04-28 01:41:13','2018-04-28 01:41:13',' ','','','publish','closed','closed','','359','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=359',31,'nav_menu_item','',0),(360,1,'2018-04-28 01:42:16','2018-04-28 01:42:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Training','','inherit','closed','closed','','13-revision-v1','','','2018-04-28 01:42:16','2018-04-28 01:42:16','',13,'https://ddsconsultingplus.ca/2018/04/28/13-revision-v1/',0,'revision','',0),(362,1,'2018-04-28 01:43:50','2018-04-28 01:43:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Hygiene Department','','publish','closed','closed','','training-2','','','2018-08-13 20:50:49','2018-08-13 20:50:49','',0,'https://ddsconsultingplus.ca/training-2/',0,'page','',0),(363,1,'2018-04-28 01:44:05','2018-04-28 01:44:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Treatment Coordinator','','publish','closed','closed','','training-3','','','2018-08-13 20:51:53','2018-08-13 20:51:53','',0,'https://ddsconsultingplus.ca/training-3/',0,'page','',0),(364,1,'2018-04-28 01:47:13','2018-04-28 01:47:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Hygiene Department','','inherit','closed','closed','','362-revision-v1','','','2018-04-28 01:47:13','2018-04-28 01:47:13','',362,'https://ddsconsultingplus.ca/2018/04/28/362-revision-v1/',0,'revision','',0),(365,1,'2018-04-28 01:47:46','2018-04-28 01:47:46','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Treatment Coordinator','','inherit','closed','closed','','363-revision-v1','','','2018-04-28 01:47:46','2018-04-28 01:47:46','',363,'https://ddsconsultingplus.ca/2018/04/28/363-revision-v1/',0,'revision','',0),(366,1,'2018-04-28 01:48:10','2018-04-28 01:48:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dentist','','publish','closed','closed','','training-4','','','2018-08-13 20:58:03','2018-08-13 20:58:03','',0,'https://ddsconsultingplus.ca/training-4/',0,'page','',0),(367,1,'2018-04-28 01:48:25','2018-04-28 01:48:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Training Old','','publish','closed','closed','','training-5','','','2020-02-14 18:09:43','2020-02-14 18:09:43','',0,'https://ddsconsultingplus.ca/training-5/',0,'page','',0),(368,1,'2018-04-28 01:48:53','2018-04-28 01:48:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Receptionist','','publish','closed','closed','','services-4-2','','','2018-08-14 18:11:33','2018-08-14 18:11:33','',0,'https://ddsconsultingplus.ca/services-4-2/',0,'page','',0),(369,1,'2018-04-28 01:49:47','2018-04-28 01:49:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Receptionist','','inherit','closed','closed','','368-revision-v1','','','2018-04-28 01:49:47','2018-04-28 01:49:47','',368,'https://ddsconsultingplus.ca/2018/04/28/368-revision-v1/',0,'revision','',0),(370,1,'2018-04-28 01:49:59','2018-04-28 01:49:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Office Manager','','inherit','closed','closed','','13-revision-v1','','','2018-04-28 01:49:59','2018-04-28 01:49:59','',13,'https://ddsconsultingplus.ca/2018/04/28/13-revision-v1/',0,'revision','',0),(371,1,'2018-04-28 01:50:10','2018-04-28 01:50:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dentist','','inherit','closed','closed','','366-revision-v1','','','2018-04-28 01:50:10','2018-04-28 01:50:10','',366,'https://ddsconsultingplus.ca/2018/04/28/366-revision-v1/',0,'revision','',0),(372,1,'2018-04-28 01:50:25','2018-04-28 01:50:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team','','publish','closed','closed','','training-5-2','','','2018-08-13 21:01:43','2018-08-13 21:01:43','',0,'https://ddsconsultingplus.ca/training-5-2/',0,'page','',0),(373,1,'2018-04-28 01:51:51','2018-04-28 01:51:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team','','inherit','closed','closed','','372-revision-v1','','','2018-04-28 01:51:51','2018-04-28 01:51:51','',372,'https://ddsconsultingplus.ca/2018/04/28/372-revision-v1/',0,'revision','',0),(378,1,'2018-04-28 01:56:04','2018-04-28 01:56:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting Old','','publish','closed','closed','','dental-coaching-2-5','','','2020-02-14 18:09:21','2020-02-14 18:09:21','',0,'https://ddsconsultingplus.ca/dental-coaching-2-5/',0,'page','',0),(379,1,'2018-04-28 01:56:26','2018-04-28 01:56:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting','','inherit','closed','closed','','378-revision-v1','','','2018-04-28 01:56:26','2018-04-28 01:56:26','',378,'https://ddsconsultingplus.ca/2018/04/28/378-revision-v1/',0,'revision','',0),(380,1,'2018-04-28 01:58:20','2018-04-28 01:58:20',' ','','','publish','closed','closed','','380','','','2018-05-01 20:45:50','2018-05-01 20:45:50','',0,'https://ddsconsultingplus.ca/?p=380',20,'nav_menu_item','',0),(381,1,'2018-04-28 01:58:41','2018-04-28 01:58:41',' ','','','publish','closed','closed','','381','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=381',32,'nav_menu_item','',0),(382,1,'2018-04-28 02:00:35','2018-04-28 02:00:35',' ','','','publish','closed','closed','','382','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=382',33,'nav_menu_item','',0),(383,1,'2018-04-28 02:00:35','2018-04-28 02:00:35',' ','','','publish','closed','closed','','383','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=383',34,'nav_menu_item','',0),(384,1,'2018-04-28 02:00:36','2018-04-28 02:00:36',' ','','','publish','closed','closed','','384','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=384',35,'nav_menu_item','',0),(385,1,'2018-04-28 02:00:36','2018-04-28 02:00:36',' ','','','publish','closed','closed','','385','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=385',36,'nav_menu_item','',0),(386,1,'2018-04-28 02:00:36','2018-04-28 02:00:36',' ','','','publish','closed','closed','','386','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=386',37,'nav_menu_item','',0),(387,1,'2018-04-28 02:00:36','2018-04-28 02:00:36',' ','','','publish','closed','closed','','387','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=387',38,'nav_menu_item','',0),(388,1,'2018-04-28 02:01:29','2018-04-28 02:01:29',' ','','','publish','closed','closed','','388','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=388',39,'nav_menu_item','',0),(389,1,'2018-04-28 02:01:29','2018-04-28 02:01:29',' ','','','publish','closed','closed','','389','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=389',40,'nav_menu_item','',0),(390,1,'2018-04-28 02:01:29','2018-04-28 02:01:29','','A.P.E.X  Program','','publish','closed','closed','','a-p-e-x-program','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=390',41,'nav_menu_item','',0),(391,1,'2018-04-28 02:02:15','2018-04-28 02:02:15','','Workshops','','publish','closed','closed','','workshops','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=391',42,'nav_menu_item','',0),(392,1,'2018-04-28 02:02:32','2018-04-28 02:02:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Mastering the Hygiene Appointment','','publish','closed','closed','','workshop-programs-2','','','2018-08-13 21:23:26','2018-08-13 21:23:26','',0,'https://ddsconsultingplus.ca/workshop-programs-2/',0,'page','',0),(393,1,'2018-04-28 02:02:43','2018-04-28 02:02:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Quality Communication vs. Speaking','','publish','closed','closed','','workshop-programs-2-2','','','2018-08-13 21:24:05','2018-08-13 21:24:05','',0,'https://ddsconsultingplus.ca/workshop-programs-2-2/',0,'page','',0),(394,1,'2018-04-28 02:02:53','2018-04-28 02:02:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Unlocking the Secrets to \"True Accountability\"','','publish','closed','closed','','workshop-programs-2-3','','','2018-08-13 21:24:59','2018-08-13 21:24:59','',0,'https://ddsconsultingplus.ca/workshop-programs-2-3/',0,'page','',0),(395,1,'2018-04-28 02:03:05','2018-04-28 02:03:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Systems/Protocols... making it all work','','publish','closed','closed','','workshop-programs-2-4','','','2018-08-13 21:25:43','2018-08-13 21:25:43','',0,'https://ddsconsultingplus.ca/workshop-programs-2-4/',0,'page','',0),(396,1,'2018-04-28 02:03:14','2018-04-28 02:03:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Mastering the Practice \"Life Line\"... the Telephone','','publish','closed','closed','','workshop-programs-3','','','2018-08-13 21:29:07','2018-08-13 21:29:07','',0,'https://ddsconsultingplus.ca/workshop-programs-3/',0,'page','',0),(397,1,'2018-04-28 02:03:24','2018-04-28 02:03:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','New Patient \"Experience\" or just \"Exam\"','','publish','closed','closed','','workshop-programs-4','','','2018-08-13 21:30:32','2018-08-13 21:30:32','',0,'https://ddsconsultingplus.ca/workshop-programs-4/',0,'page','',0),(398,1,'2018-04-28 02:04:29','2018-04-28 02:04:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Designing your Dream Practice','','publish','closed','closed','','workshop-programs-5','','','2018-08-13 21:31:10','2018-08-13 21:31:10','',0,'https://ddsconsultingplus.ca/workshop-programs-5/',0,'page','',0),(399,1,'2018-04-28 02:04:39','2018-04-28 02:04:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Effective Case Presentation','','publish','closed','closed','','workshop-programs-6','','','2018-08-13 21:31:51','2018-08-13 21:31:51','',0,'https://ddsconsultingplus.ca/workshop-programs-6/',0,'page','',0),(400,1,'2018-04-28 02:04:54','2018-04-28 02:04:54','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Human \"BE\"ing vs. Human \"Do\"ing','','publish','closed','closed','','workshop-programs-7','','','2018-08-13 21:32:28','2018-08-13 21:32:28','',0,'https://ddsconsultingplus.ca/workshop-programs-7/',0,'page','',0),(401,1,'2018-04-28 02:05:04','2018-04-28 02:05:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Leadership & Vision Building','','publish','closed','closed','','workshop-programs-8','','','2018-08-13 21:33:08','2018-08-13 21:33:08','',0,'https://ddsconsultingplus.ca/workshop-programs-8/',0,'page','',0),(402,1,'2018-04-28 02:05:23','2018-04-28 02:05:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Mastering the Hygiene Appointment','','inherit','closed','closed','','392-revision-v1','','','2018-04-28 02:05:23','2018-04-28 02:05:23','',392,'https://ddsconsultingplus.ca/2018/04/28/392-revision-v1/',0,'revision','',0),(403,1,'2018-04-28 02:05:35','2018-04-28 02:05:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Quality Communication vs. Speaking','','inherit','closed','closed','','393-revision-v1','','','2018-04-28 02:05:35','2018-04-28 02:05:35','',393,'https://ddsconsultingplus.ca/2018/04/28/393-revision-v1/',0,'revision','',0),(404,1,'2018-04-28 02:05:48','2018-04-28 02:05:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Unlocking the Secrets to \"True Accountability\"','','inherit','closed','closed','','394-revision-v1','','','2018-04-28 02:05:48','2018-04-28 02:05:48','',394,'https://ddsconsultingplus.ca/2018/04/28/394-revision-v1/',0,'revision','',0),(405,1,'2018-04-28 02:05:59','2018-04-28 02:05:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Systems/Protocols... making it all work','','inherit','closed','closed','','395-revision-v1','','','2018-04-28 02:05:59','2018-04-28 02:05:59','',395,'https://ddsconsultingplus.ca/2018/04/28/395-revision-v1/',0,'revision','',0),(406,1,'2018-04-28 02:06:30','2018-04-28 02:06:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Mastering the Practice \"Life Line\"... the Telephone','','inherit','closed','closed','','396-revision-v1','','','2018-04-28 02:06:30','2018-04-28 02:06:30','',396,'https://ddsconsultingplus.ca/2018/04/28/396-revision-v1/',0,'revision','',0),(407,1,'2018-04-28 02:06:41','2018-04-28 02:06:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','New Patient \"Experience\" or just \"Exam\"','','inherit','closed','closed','','397-revision-v1','','','2018-04-28 02:06:41','2018-04-28 02:06:41','',397,'https://ddsconsultingplus.ca/2018/04/28/397-revision-v1/',0,'revision','',0),(408,1,'2018-04-28 02:06:53','2018-04-28 02:06:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Designing your Dream Practice','','inherit','closed','closed','','398-revision-v1','','','2018-04-28 02:06:53','2018-04-28 02:06:53','',398,'https://ddsconsultingplus.ca/2018/04/28/398-revision-v1/',0,'revision','',0),(409,1,'2018-04-28 02:07:05','2018-04-28 02:07:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Effective Case Presentation','','inherit','closed','closed','','399-revision-v1','','','2018-04-28 02:07:05','2018-04-28 02:07:05','',399,'https://ddsconsultingplus.ca/2018/04/28/399-revision-v1/',0,'revision','',0),(410,1,'2018-04-28 02:07:24','2018-04-28 02:07:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Human \"BE\"ing vs. Human \"Do\"ing','','inherit','closed','closed','','400-revision-v1','','','2018-04-28 02:07:24','2018-04-28 02:07:24','',400,'https://ddsconsultingplus.ca/2018/04/28/400-revision-v1/',0,'revision','',0),(411,1,'2018-04-28 02:07:36','2018-04-28 02:07:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Leadership & Vision Building','','inherit','closed','closed','','401-revision-v1','','','2018-04-28 02:07:36','2018-04-28 02:07:36','',401,'https://ddsconsultingplus.ca/2018/04/28/401-revision-v1/',0,'revision','',0),(412,1,'2018-04-28 02:07:42','2018-04-28 02:07:42','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','10 Principles to Smile Design','','publish','closed','closed','','workshop-programs-9','','','2018-08-13 21:33:38','2018-08-13 21:33:38','',0,'https://ddsconsultingplus.ca/workshop-programs-9/',0,'page','',0),(413,1,'2018-04-28 02:08:01','2018-04-28 02:08:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','10 Principles to Smile Design','','inherit','closed','closed','','412-revision-v1','','','2018-04-28 02:08:01','2018-04-28 02:08:01','',412,'https://ddsconsultingplus.ca/2018/04/28/412-revision-v1/',0,'revision','',0),(414,1,'2018-04-28 02:09:57','2018-04-28 02:09:57',' ','','','publish','closed','closed','','414','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=414',53,'nav_menu_item','',0),(415,1,'2018-04-28 02:09:57','2018-04-28 02:09:57',' ','','','publish','closed','closed','','415','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=415',52,'nav_menu_item','',0),(416,1,'2018-04-28 02:09:57','2018-04-28 02:09:57','','Human \"BE\"ing vs. Human \"Do\"ing','','publish','closed','closed','','human-being-vs-human-doing','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=416',51,'nav_menu_item','',0),(417,1,'2018-04-28 02:09:57','2018-04-28 02:09:57',' ','','','publish','closed','closed','','417','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=417',50,'nav_menu_item','',0),(418,1,'2018-04-28 02:09:57','2018-04-28 02:09:57',' ','','','publish','closed','closed','','418','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=418',49,'nav_menu_item','',0),(419,1,'2018-04-28 02:09:56','2018-04-28 02:09:56','','New Patient \"Experience\" or just \"Exam\"','','publish','closed','closed','','new-patient-experience-or-just-exam','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=419',48,'nav_menu_item','',0),(420,1,'2018-04-28 02:09:56','2018-04-28 02:09:56','','Mastering the Practice \"Life Line\"... the Telephone','','publish','closed','closed','','mastering-the-practice-life-line-the-telephone','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=420',47,'nav_menu_item','',0),(421,1,'2018-04-28 02:09:56','2018-04-28 02:09:56',' ','','','publish','closed','closed','','421','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=421',46,'nav_menu_item','',0),(422,1,'2018-04-28 02:09:56','2018-04-28 02:09:56','','Unlocking the Secrets to \"True Accountability\"','','publish','closed','closed','','unlocking-the-secrets-to-true-accountability','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=422',45,'nav_menu_item','',0),(423,1,'2018-04-28 02:09:56','2018-04-28 02:09:56',' ','','','publish','closed','closed','','423','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=423',44,'nav_menu_item','',0),(424,1,'2018-04-28 02:09:56','2018-04-28 02:09:56',' ','','','publish','closed','closed','','424','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=424',43,'nav_menu_item','',0),(425,1,'2018-04-28 02:27:13','2018-04-28 02:27:13',' ','','','publish','closed','closed','','425','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=425',56,'nav_menu_item','',0),(426,1,'2018-04-30 18:31:05','2018-04-30 18:31:05','','main_quote_left','','inherit','open','closed','','main_quote_left-2','','','2018-04-30 18:31:05','2018-04-30 18:31:05','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_quote_left1.png',0,'attachment','image/png',0),(427,1,'2018-04-30 18:32:04','2018-04-30 18:32:04','','main_quote_right','','inherit','open','closed','','main_quote_right-2','','','2018-04-30 18:32:04','2018-04-30 18:32:04','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_quote_right1.png',0,'attachment','image/png',0),(428,1,'2018-04-30 18:48:07','2018-04-30 18:48:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/6\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/6\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDEVELOP.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/6\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 18:48:07','2018-04-30 18:48:07','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(429,1,'2018-04-30 18:50:06','2018-04-30 18:50:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" animation=\"left-to-right\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"right-to-left\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nSOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 18:50:06','2018-04-30 18:50:06','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(430,1,'2018-04-30 18:50:38','2018-04-30 18:50:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 18:50:38','2018-04-30 18:50:38','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(431,1,'2018-04-30 18:51:07','2018-04-30 18:51:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 18:51:07','2018-04-30 18:51:07','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(432,1,'2018-04-30 19:17:33','2018-04-30 19:17:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:17:33','2018-04-30 19:17:33','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(433,1,'2018-04-30 19:18:04','2018-04-30 19:18:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:18:04','2018-04-30 19:18:04','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(434,1,'2018-04-30 19:19:49','2018-04-30 19:19:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:19:49','2018-04-30 19:19:49','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(435,1,'2018-04-30 19:32:39','2018-04-30 19:32:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:32:39','2018-04-30 19:32:39','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(436,1,'2018-04-30 19:33:15','2018-04-30 19:33:15','','buttons2','','inherit','open','closed','','buttons2','','','2018-04-30 19:33:15','2018-04-30 19:33:15','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons2.gif',0,'attachment','image/gif',0),(437,1,'2018-04-30 19:34:20','2018-04-30 19:34:20','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"436\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:34:20','2018-04-30 19:34:20','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(438,1,'2018-04-30 19:35:21','2018-04-30 19:35:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"436\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:35:21','2018-04-30 19:35:21','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(439,1,'2018-04-30 19:39:16','2018-04-30 19:39:16','','buttons2','','inherit','open','closed','','buttons2-2','','','2018-04-30 19:39:16','2018-04-30 19:39:16','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons21.gif',0,'attachment','image/gif',0),(440,1,'2018-04-30 19:39:41','2018-04-30 19:39:41','','buttons2','','inherit','open','closed','','buttons2-3','','','2018-04-30 19:39:41','2018-04-30 19:39:41','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons22.gif',0,'attachment','image/gif',0),(441,1,'2018-04-30 19:39:55','2018-04-30 19:39:55','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"440\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:39:55','2018-04-30 19:39:55','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(442,1,'2018-04-30 19:42:00','2018-04-30 19:42:00','','buttons','','inherit','open','closed','','buttons','','','2018-04-30 19:42:00','2018-04-30 19:42:00','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons.gif',0,'attachment','image/gif',0),(443,1,'2018-04-30 19:42:13','2018-04-30 19:42:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"442\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:42:13','2018-04-30 19:42:13','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(444,1,'2018-04-30 19:44:08','2018-04-30 19:44:08','','buttons','','inherit','open','closed','','buttons-2','','','2018-04-30 19:44:08','2018-04-30 19:44:08','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons1.gif',0,'attachment','image/gif',0),(445,1,'2018-04-30 19:44:24','2018-04-30 19:44:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"444\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:44:24','2018-04-30 19:44:24','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(446,1,'2018-04-30 19:47:11','2018-04-30 19:47:11','','buttons','','inherit','open','closed','','buttons-3','','','2018-04-30 19:47:11','2018-04-30 19:47:11','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons3.gif',0,'attachment','image/gif',0),(447,1,'2018-04-30 19:47:23','2018-04-30 19:47:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_btn title=\"self assessment questionnaire\" style=\"classic\" shape=\"square\" color=\"blue\" align=\"center\" el_class=\"blue-button\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:47:23','2018-04-30 19:47:23','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(448,1,'2018-04-30 19:50:01','2018-04-30 19:50:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524876288094{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg031.jpg?id=258) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:50:01','2018-04-30 19:50:01','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(449,1,'2018-04-30 19:59:21','2018-04-30 19:59:21','','main_bg03','','inherit','open','closed','','main_bg03-3','','','2018-04-30 19:59:21','2018-04-30 19:59:21','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg',0,'attachment','image/jpeg',0),(450,1,'2018-04-30 19:59:36','2018-04-30 19:59:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 19:59:36','2018-04-30 19:59:36','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(451,1,'2018-04-30 20:00:41','2018-04-30 20:00:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors\r\nare that can help you successfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:00:41','2018-04-30 20:00:41','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(452,1,'2018-04-30 20:02:01','2018-04-30 20:02:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:02:01','2018-04-30 20:02:01','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(453,1,'2018-04-30 20:03:36','2018-04-30 20:03:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:03:36','2018-04-30 20:03:36','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(454,1,'2018-04-30 20:04:23','2018-04-30 20:04:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:04:23','2018-04-30 20:04:23','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(455,1,'2018-04-30 20:09:37','2018-04-30 20:09:37','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#234eec\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:09:37','2018-04-30 20:09:37','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(456,1,'2018-04-30 20:11:14','2018-04-30 20:11:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#1e73be\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#1e73be\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:11:14','2018-04-30 20:11:14','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(457,1,'2018-04-30 20:11:57','2018-04-30 20:11:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#1e73be\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:11:57','2018-04-30 20:11:57','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(458,1,'2018-04-30 20:12:36','2018-04-30 20:12:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-04-30 20:12:36','2018-04-30 20:12:36','',4,'https://ddsconsultingplus.ca/2018/04/30/4-revision-v1/',0,'revision','',0),(459,1,'2018-05-01 20:02:48','2018-05-01 20:02:48',' ','','','publish','closed','closed','','459','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=459',54,'nav_menu_item','',0),(460,1,'2018-05-01 20:02:48','2018-05-01 20:02:48',' ','','','publish','closed','closed','','460','','','2018-05-01 20:45:51','2018-05-01 20:45:51','',0,'https://ddsconsultingplus.ca/?p=460',55,'nav_menu_item','',0),(461,1,'2018-05-01 20:06:40','2018-05-01 20:06:40','','Screen Shot 2018-05-01 at 4.05.56 PM','','inherit','open','closed','','screen-shot-2018-05-01-at-4-05-56-pm','','','2018-05-01 20:06:40','2018-05-01 20:06:40','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png',0,'attachment','image/png',0),(462,1,'2018-05-01 20:51:32','2018-05-01 20:51:32','[vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_contact_form][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','23-revision-v1','','','2018-05-01 20:51:32','2018-05-01 20:51:32','',23,'https://ddsconsultingplus.ca/2018/05/01/23-revision-v1/',0,'revision','',0),(463,1,'2018-05-01 20:58:10','2018-05-01 20:58:10','','design-develop-solve','','inherit','open','closed','','design-develop-solve','','','2018-05-01 20:58:10','2018-05-01 20:58:10','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/design-develop-solve.gif',0,'attachment','image/gif',0),(464,1,'2018-05-01 20:58:41','2018-05-01 20:58:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"463\" img_size=\"full\" css_animation=\"top-to-bottom\"][mk_fancy_title color=\"#000000\" size=\"26\" font_weight=\"bolder\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"bottom-to-top\"]\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n<div class=\"page\" title=\"Page 1\">\r\n<div class=\"layoutArea\">\r\n<div class=\"column\">\r\n\r\nDESIGN.    DEVELOP.    SOLVE.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-01 20:58:41','2018-05-01 20:58:41','',4,'https://ddsconsultingplus.ca/2018/05/01/4-revision-v1/',0,'revision','',0),(465,1,'2018-05-01 20:59:18','2018-05-01 20:59:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"463\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-01 20:59:18','2018-05-01 20:59:18','',4,'https://ddsconsultingplus.ca/2018/05/01/4-revision-v1/',0,'revision','',0),(466,1,'2018-05-01 21:01:47','2018-05-01 21:01:47','','design-develop-solve','','inherit','open','closed','','design-develop-solve-2','','','2018-05-01 21:01:47','2018-05-01 21:01:47','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/design-develop-solve1.gif',0,'attachment','image/gif',0),(467,1,'2018-05-01 21:02:00','2018-05-01 21:02:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"466\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-01 21:02:00','2018-05-01 21:02:00','',4,'https://ddsconsultingplus.ca/2018/05/01/4-revision-v1/',0,'revision','',0),(468,1,'2018-05-01 21:03:25','2018-05-01 21:03:25','','design-develop-solve','','inherit','open','closed','','design-develop-solve-3','','','2018-05-01 21:03:25','2018-05-01 21:03:25','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/design-develop-solve2.gif',0,'attachment','image/gif',0),(469,1,'2018-05-01 21:03:40','2018-05-01 21:03:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"95\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"90\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"92\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"133\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][mk_fancy_title color=\"#484848\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"main-detail-text\"]DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-01 21:03:40','2018-05-01 21:03:40','',4,'https://ddsconsultingplus.ca/2018/05/01/4-revision-v1/',0,'revision','',0),(470,1,'2018-05-01 22:04:41','2018-05-01 22:04:41','[vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_raw_html]JTVCQ29udGFjdF9Gb3JtX0J1aWxkZXIlMjBpZCUzRCUyMjIlMjIlNUQ=[/vc_raw_html][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','23-revision-v1','','','2018-05-01 22:04:41','2018-05-01 22:04:41','',23,'https://ddsconsultingplus.ca/2018/05/01/23-revision-v1/',0,'revision','',0),(471,1,'2018-05-01 22:06:56','2018-05-01 22:06:56','[vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text][Contact_Form_Builder id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','23-revision-v1','','','2018-05-01 22:06:56','2018-05-01 22:06:56','',23,'https://ddsconsultingplus.ca/2018/05/01/23-revision-v1/',0,'revision','',0),(472,1,'2018-05-03 04:25:34','2018-05-03 04:25:34','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"91\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"89\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"94\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"93\" img_size=\"full\" alignment=\"center\" onclick=\"link_image\" el_class=\"main-intro-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:25:34','2018-05-03 04:25:34','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(473,1,'2018-05-03 04:29:23','2018-05-03 04:29:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:29:23','2018-05-03 04:29:23','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(474,1,'2018-05-03 04:30:08','2018-05-03 04:30:08','','accountability off','','inherit','open','closed','','accountability-off','','','2018-05-03 04:30:08','2018-05-03 04:30:08','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/accountability-off.jpg',0,'attachment','image/jpeg',0),(475,1,'2018-05-03 04:30:10','2018-05-03 04:30:10','','accountability-on','','inherit','open','closed','','accountability-on','','','2020-02-13 22:13:44','2020-02-13 22:13:44','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/accountability-on.jpg',0,'attachment','image/jpeg',0),(476,1,'2018-05-03 04:30:11','2018-05-03 04:30:11','','marketing-off','','inherit','open','closed','','marketing-off','','','2018-05-03 04:30:11','2018-05-03 04:30:11','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/marketing-off.jpg',0,'attachment','image/jpeg',0),(477,1,'2018-05-03 04:30:13','2018-05-03 04:30:13','','marketing-on','','inherit','open','closed','','marketing-on','','','2018-05-03 04:30:13','2018-05-03 04:30:13','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/marketing-on.jpg',0,'attachment','image/jpeg',0),(478,1,'2018-05-03 04:30:14','2018-05-03 04:30:14','','new-patients-off','','inherit','open','closed','','new-patients-off','','','2018-05-03 04:30:14','2018-05-03 04:30:14','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/new-patients-off.jpg',0,'attachment','image/jpeg',0),(479,1,'2018-05-03 04:30:16','2018-05-03 04:30:16','','new-patients-on','','inherit','open','closed','','new-patients-on','','','2018-05-03 04:30:16','2018-05-03 04:30:16','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/new-patients-on.jpg',0,'attachment','image/jpeg',0),(480,1,'2018-05-03 04:30:17','2018-05-03 04:30:17','','production-off','','inherit','open','closed','','production-off','','','2018-05-03 04:30:17','2018-05-03 04:30:17','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/production-off.jpg',0,'attachment','image/jpeg',0),(481,1,'2018-05-03 04:30:19','2018-05-03 04:30:19','','production-on','','inherit','open','closed','','production-on','','','2018-05-03 04:30:19','2018-05-03 04:30:19','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/production-on.jpg',0,'attachment','image/jpeg',0),(482,1,'2018-05-03 04:30:20','2018-05-03 04:30:20','','profit-off','','inherit','open','closed','','profit-off','','','2018-05-03 04:30:20','2018-05-03 04:30:20','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/profit-off.jpg',0,'attachment','image/jpeg',0),(483,1,'2018-05-03 04:30:22','2018-05-03 04:30:22','','profit-on','','inherit','open','closed','','profit-on','','','2018-05-03 04:30:22','2018-05-03 04:30:22','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/profit-on.jpg',0,'attachment','image/jpeg',0),(484,1,'2018-05-03 04:30:23','2018-05-03 04:30:23','','schedule-off','','inherit','open','closed','','schedule-off','','','2018-05-03 04:30:23','2018-05-03 04:30:23','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/schedule-off.jpg',0,'attachment','image/jpeg',0),(485,1,'2018-05-03 04:30:25','2018-05-03 04:30:25','','schedule-on','','inherit','open','closed','','schedule-on','','','2018-05-03 04:30:25','2018-05-03 04:30:25','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/schedule-on.jpg',0,'attachment','image/jpeg',0),(486,1,'2018-05-03 04:30:26','2018-05-03 04:30:26','','team-off','','inherit','open','closed','','team-off','','','2018-05-03 04:30:26','2018-05-03 04:30:26','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/team-off.jpg',0,'attachment','image/jpeg',0),(487,1,'2018-05-03 04:30:28','2018-05-03 04:30:28','','team-on','','inherit','open','closed','','team-on','','','2018-05-03 04:30:28','2018-05-03 04:30:28','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/team-on.jpg',0,'attachment','image/jpeg',0),(488,1,'2018-05-03 04:30:30','2018-05-03 04:30:30','','technonogy-off','','inherit','open','closed','','technonogy-off','','','2018-05-03 04:30:30','2018-05-03 04:30:30','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/technonogy-off.jpg',0,'attachment','image/jpeg',0),(489,1,'2018-05-03 04:30:31','2018-05-03 04:30:31','','technonogy-on','','inherit','open','closed','','technonogy-on','','','2018-05-03 04:30:31','2018-05-03 04:30:31','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/technonogy-on.jpg',0,'attachment','image/jpeg',0),(491,1,'2018-05-03 04:39:01','2018-05-03 04:39:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA0JTJGbWFpbl9wb3Bfc2FtcGxlLmpwZyUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:39:01','2018-05-03 04:39:01','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(492,1,'2018-05-03 04:43:14','2018-05-03 04:43:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBb3BlbndpbmRvdyUyOCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDQlMkZtYWluX3BvcF9zYW1wbGUuanBnJTI3JTJDJTIwMTAwJTJDMTAwJTI5JTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmElM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:43:14','2018-05-03 04:43:14','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(493,1,'2018-05-03 04:46:15','2018-05-03 04:46:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBvbkNsaWNrJTNEJTIyamF2YXNjcmlwdCUzQXdpbmRvdy5vcGVuJTI4JTI3aHR0cCUzQSUyRiUyRmNhZmUuZGF1bS5uZXQlMkZpbWVqaSUyNyUyQyUyN3BvcHVwJTI3JTJDJTI3c2Nyb2xsYmFycyUzRG5vJTJDJTIwcmVzaXphYmxlJTNEbm8lMkMlMjB3aWR0aCUzRDgwMCUyQ2hlaWdodCUzRDYwMCUyNyUyOSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0UlM0MlMkZhJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:46:15','2018-05-03 04:46:15','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(494,1,'2018-05-03 04:49:57','2018-05-03 04:49:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBvbkNsaWNrJTNEJTIycG9waW1hZ2UlMjglMjdodHRwJTNBJTJGJTJGd3d3LmJsdWViLmNvLmtyJTJGU1JDJTJGamF2YXNjcmlwdCUyRmltYWdlJTJGaW1nMDEuanBnJTI3JTJDMjUwJTJDMTY3JTI5JTNCcmV0dXJuJTIwZmFsc2UlMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:49:57','2018-05-03 04:49:57','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(495,1,'2018-05-03 04:54:50','2018-05-03 04:54:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBcG9wdXBPcGVuJTI4aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRm1haW5fcG9wX3NhbXBsZS5qcGclMjklM0IlMjIlMjAlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:54:50','2018-05-03 04:54:50','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(496,1,'2018-05-03 04:55:22','2018-05-03 04:55:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBcG9wdXBPcGVuJTI4JTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRm1haW5fcG9wX3NhbXBsZS5qcGclMjIlMjklM0IlMjIlMjAlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:55:22','2018-05-03 04:55:22','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(497,1,'2018-05-03 04:55:56','2018-05-03 04:55:56','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBcG9wdXBPcGVuJTI4JTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRm1haW5fcG9wX3NhbXBsZS5qcGclMjclMjklM0IlMjIlMjAlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNFJTNDJTJGYSUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 04:55:56','2018-05-03 04:55:56','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(498,1,'2018-05-03 17:38:47','2018-05-03 17:38:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBcG9wdXBPcGVuJTI4JTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRm1haW5fcG9wX3NhbXBsZS5qcGclMjclMjklM0IlMjIlMjAlM0UlM0NpbWclMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmElM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 17:38:47','2018-05-03 17:38:47','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(499,1,'2018-05-03 19:02:24','2018-05-03 19:02:24','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDYSUyMGhyZWYlM0QlMjJqYXZhc2NyaXB0JTNBcG9wdXBPcGVuJTI4JTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNCUyRm1haW5fcG9wX3NhbXBsZS5qcGclMjclMjklM0IlMjIlMjAlM0UlM0NpbWclMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRSUzQyUyRmElM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:02:24','2018-05-03 19:02:24','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(500,1,'2018-05-03 19:07:18','2018-05-03 19:07:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:07:18','2018-05-03 19:07:18','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(501,1,'2018-05-03 19:12:45','2018-05-03 19:12:45','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:12:45','2018-05-03 19:12:45','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(502,1,'2018-05-03 19:17:52','2018-05-03 19:17:52','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1] [wce_code id=2][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:17:52','2018-05-03 19:17:52','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(503,1,'2018-05-03 19:21:18','2018-05-03 19:21:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:21:18','2018-05-03 19:21:18','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(504,1,'2018-05-03 19:28:39','2018-05-03 19:28:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:28:39','2018-05-03 19:28:39','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(505,1,'2018-05-03 19:33:30','2018-05-03 19:33:30','','main-button','','inherit','open','closed','','main-button','','','2018-05-03 19:33:30','2018-05-03 19:33:30','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main-button.png',0,'attachment','image/png',0),(506,1,'2018-05-03 19:35:04','2018-05-03 19:35:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"446\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-03 19:35:04','2018-05-03 19:35:04','',4,'https://ddsconsultingplus.ca/2018/05/03/4-revision-v1/',0,'revision','',0),(508,1,'2018-05-15 19:29:24','2018-05-15 19:29:24','','buttons','','inherit','open','closed','','buttons-4','','','2018-05-15 19:29:24','2018-05-15 19:29:24','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons.png',0,'attachment','image/png',0);
INSERT INTO `wp_posts` VALUES (509,1,'2018-05-15 19:29:41','2018-05-15 19:29:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-15 19:29:41','2018-05-15 19:29:41','',4,'https://ddsconsultingplus.ca/2018/05/15/4-revision-v1/',0,'revision','',0),(510,1,'2018-05-15 22:54:22','2018-05-15 22:54:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-15 22:54:22','2018-05-15 22:54:22','',4,'https://ddsconsultingplus.ca/2018/05/15/4-revision-v1/',0,'revision','',0),(511,1,'2018-05-15 22:57:28','2018-05-15 22:57:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-15 22:57:28','2018-05-15 22:57:28','',4,'https://ddsconsultingplus.ca/2018/05/15/4-revision-v1/',0,'revision','',0),(512,1,'2018-05-15 23:02:36','2018-05-15 23:02:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-15 23:02:36','2018-05-15 23:02:36','',4,'https://ddsconsultingplus.ca/2018/05/15/4-revision-v1/',0,'revision','',0),(513,1,'2018-05-15 23:03:35','2018-05-15 23:03:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amita\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-15 23:03:35','2018-05-15 23:03:35','',4,'https://ddsconsultingplus.ca/2018/05/15/4-revision-v1/',0,'revision','',0),(514,1,'2018-05-15 23:04:17','2018-05-15 23:04:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-15 23:04:17','2018-05-15 23:04:17','',4,'https://ddsconsultingplus.ca/2018/05/15/4-revision-v1/',0,'revision','',0),(515,1,'2018-05-16 19:20:07','2018-05-16 19:20:07','','main_banner2','','inherit','open','closed','','main_banner2','','','2018-05-16 19:20:07','2018-05-16 19:20:07','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/main_banner2.jpg',0,'attachment','image/jpeg',0),(516,1,'2018-05-16 19:21:00','2018-05-16 19:21:00','','header','','inherit','open','closed','','header','','','2018-05-16 19:21:00','2018-05-16 19:21:00','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/header.png',0,'attachment','image/png',0),(517,1,'2018-05-16 19:31:07','2018-05-16 19:31:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 19:31:07','2018-05-16 19:31:07','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(518,1,'2018-05-16 19:33:08','2018-05-16 19:33:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"concept-img1\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 19:33:08','2018-05-16 19:33:08','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(519,1,'2018-05-16 19:34:57','2018-05-16 19:34:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 19:34:57','2018-05-16 19:34:57','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(520,1,'2018-05-16 19:35:42','2018-05-16 19:35:42','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDcCUzRUklMjBhbSUyMHJhdyUyMGh0bWwlMjBibG9jay4lM0NiciUyRiUzRUNsaWNrJTIwZWRpdCUyMGJ1dHRvbiUyMHRvJTIwY2hhbmdlJTIwdGhpcyUyMGh0bWwlM0MlMkZwJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 19:35:42','2018-05-16 19:35:42','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(522,1,'2018-05-16 21:07:02','2018-05-16 21:07:02','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCVFMiU4MCU5Q2Nsb3NlLWJ0biVFMiU4MCU5RCUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:07:02','2018-05-16 21:07:02','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(523,1,'2018-05-16 21:07:50','2018-05-16 21:07:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCVFMiU4MCU5Q2Nsb3NlLWJ0biVFMiU4MCU5RCUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:07:50','2018-05-16 21:07:50','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(524,1,'2018-05-16 21:09:50','2018-05-16 21:09:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:09:50','2018-05-16 21:09:50','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(525,1,'2018-05-16 21:11:14','2018-05-16 21:11:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:11:14','2018-05-16 21:11:14','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(526,1,'2018-05-16 21:13:17','2018-05-16 21:13:17','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:13:17','2018-05-16 21:13:17','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(527,1,'2018-05-16 21:16:56','2018-05-16 21:16:56','','cancel-icon','','inherit','open','closed','','cancel-icon','','','2018-05-16 21:16:56','2018-05-16 21:16:56','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/cancel-icon.png',0,'attachment','image/png',0),(528,1,'2018-05-16 21:18:52','2018-05-16 21:18:52','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjYW5jZWwtaWNvbi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjh0aGlzJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:18:52','2018-05-16 21:18:52','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(529,1,'2018-05-16 21:21:21','2018-05-16 21:21:21','','close_btn','','inherit','open','closed','','close_btn','','','2018-05-16 21:21:21','2018-05-16 21:21:21','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/close_btn.png',0,'attachment','image/png',0),(530,1,'2018-05-16 21:22:37','2018-05-16 21:22:37','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:22:37','2018-05-16 21:22:37','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(531,1,'2018-05-16 21:25:35','2018-05-16 21:25:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlRTIlODAlOUQlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:25:35','2018-05-16 21:25:35','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(532,1,'2018-05-16 21:35:26','2018-05-16 21:35:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 21:35:26','2018-05-16 21:35:26','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(533,1,'2018-05-16 22:05:28','2018-05-16 22:05:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:05:28','2018-05-16 22:05:28','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(534,1,'2018-05-16 22:16:27','2018-05-16 22:16:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:16:27','2018-05-16 22:16:27','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(535,1,'2018-05-16 22:17:57','2018-05-16 22:17:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4dGhpcyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:17:57','2018-05-16 22:17:57','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(536,1,'2018-05-16 22:28:00','2018-05-16 22:28:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:28:00','2018-05-16 22:28:00','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(537,1,'2018-05-16 22:31:30','2018-05-16 22:31:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:31:30','2018-05-16 22:31:30','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(538,1,'2018-05-16 22:33:02','2018-05-16 22:33:02','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:33:02','2018-05-16 22:33:02','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(539,1,'2018-05-16 22:34:18','2018-05-16 22:34:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:34:18','2018-05-16 22:34:18','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(540,1,'2018-05-16 22:41:40','2018-05-16 22:41:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:41:40','2018-05-16 22:41:40','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(541,1,'2018-05-16 22:43:30','2018-05-16 22:43:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:43:30','2018-05-16 22:43:30','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(542,1,'2018-05-16 22:46:14','2018-05-16 22:46:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vbi5qcGclMjclMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:46:14','2018-05-16 22:46:14','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(543,1,'2018-05-16 22:47:15','2018-05-16 22:47:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:47:15','2018-05-16 22:47:15','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(544,1,'2018-05-16 22:57:44','2018-05-16 22:57:44','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/12\"][/vc_column][vc_column width=\"10/12\"][vc_empty_space height=\"80px\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_empty_space height=\"40px\"][vc_column_text][wonderplugin_gridgallery id=1][/vc_column_text][vc_empty_space height=\"80px\"][/vc_column][vc_column width=\"1/12\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:57:44','2018-05-16 22:57:44','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(545,1,'2018-05-16 22:59:35','2018-05-16 22:59:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"468\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-16 22:59:35','2018-05-16 22:59:35','',4,'https://ddsconsultingplus.ca/2018/05/16/4-revision-v1/',0,'revision','',0),(546,1,'2018-05-17 19:20:56','2018-05-17 19:20:56','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanja Simpraga, Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.\r\n\r\n&nbsp;\r\n\r\nAfter being coached by Laurie for just over 1 yr, our overall production has increased by 35%!\r\n\r\n&nbsp;\r\n\r\nI would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.\r\n\r\n&nbsp;\r\n\r\nLaurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.\r\n\r\n&nbsp;\r\n\r\nYou are the model of happiness, pride, joy and enthusiasm.\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b>\r\n\r\n&nbsp;\r\n\r\nSince being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.\r\n\r\n&nbsp;\r\n\r\nYou are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.\r\n- Her ideas and suggestions really do work.\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.\r\n\r\n&nbsp;\r\n\r\nShe has helped increase our production by over 45% in less than 2 yrs!\r\n\r\n&nbsp;\r\n\r\nWe as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\" Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2018-05-17 19:20:56','2018-05-17 19:20:56','',21,'https://ddsconsultingplus.ca/2018/05/17/21-revision-v1/',0,'revision','',0),(547,1,'2018-05-18 15:05:19','2018-05-18 15:05:19','','DDS_animation','','inherit','open','closed','','dds_animation','','','2018-05-18 15:05:19','2018-05-18 15:05:19','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation.gif',0,'attachment','image/gif',0),(548,1,'2018-05-18 15:05:31','2018-05-18 15:05:31','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"547\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-18 15:05:31','2018-05-18 15:05:31','',4,'https://ddsconsultingplus.ca/2018/05/18/4-revision-v1/',0,'revision','',0),(549,1,'2018-05-18 15:09:15','2018-05-18 15:09:15','','DDS_animation','','inherit','open','closed','','dds_animation-2','','','2018-05-18 15:09:15','2018-05-18 15:09:15','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation1.gif',0,'attachment','image/gif',0),(550,1,'2018-05-18 15:09:31','2018-05-18 15:09:31','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"549\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-18 15:09:31','2018-05-18 15:09:31','',4,'https://ddsconsultingplus.ca/2018/05/18/4-revision-v1/',0,'revision','',0),(551,1,'2018-05-18 15:12:31','2018-05-18 15:12:31','','DDS_animation','','inherit','open','closed','','dds_animation-3','','','2018-05-18 15:12:31','2018-05-18 15:12:31','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation2.gif',0,'attachment','image/gif',0),(552,1,'2018-05-18 15:14:04','2018-05-18 15:14:04','','DDS_animation','','inherit','open','closed','','dds_animation-4','','','2018-05-18 15:14:04','2018-05-18 15:14:04','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation3.gif',0,'attachment','image/gif',0),(553,1,'2018-05-18 15:14:19','2018-05-18 15:14:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"552\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-18 15:14:19','2018-05-18 15:14:19','',4,'https://ddsconsultingplus.ca/2018/05/18/4-revision-v1/',0,'revision','',0),(554,1,'2018-05-18 15:16:55','2018-05-18 15:16:55','','DDS_animation','','inherit','open','closed','','dds_animation-5','','','2018-05-18 15:16:55','2018-05-18 15:16:55','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation4.gif',0,'attachment','image/gif',0),(555,1,'2018-05-18 15:17:11','2018-05-18 15:17:11','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"554\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-18 15:17:11','2018-05-18 15:17:11','',4,'https://ddsconsultingplus.ca/2018/05/18/4-revision-v1/',0,'revision','',0),(557,1,'2018-05-28 20:36:35','2018-05-28 20:36:35','','DDS_animation_banner','','inherit','open','closed','','dds_animation_banner','','','2018-05-28 20:36:35','2018-05-28 20:36:35','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation_banner.gif',0,'attachment','image/gif',0),(558,1,'2018-05-28 20:36:37','2018-05-28 20:36:37','','DDS_animation_slow','','inherit','open','closed','','dds_animation_slow','','','2018-05-28 20:36:37','2018-05-28 20:36:37','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation_slow.gif',0,'attachment','image/gif',0),(559,1,'2018-05-28 20:37:32','2018-05-28 20:37:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"558\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"508\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-28 20:37:32','2018-05-28 20:37:32','',4,'https://ddsconsultingplus.ca/2018/05/28/4-revision-v1/',0,'revision','',0),(560,1,'2018-05-28 20:45:33','2018-05-28 20:45:33','','DDS_animation_banner','','inherit','open','closed','','dds_animation_banner-2','','','2018-05-28 20:45:33','2018-05-28 20:45:33','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/DDS_animation_banner.gif',0,'attachment','image/gif',0),(561,1,'2018-05-28 20:46:32','2018-05-28 20:46:32','','DDS_animation_banner2','','inherit','open','closed','','dds_animation_banner2','','','2018-05-28 20:46:32','2018-05-28 20:46:32','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/DDS_animation_banner2.gif',0,'attachment','image/gif',0),(562,1,'2018-05-28 20:48:57','2018-05-28 20:48:57','','DDS_animation_banner3','','inherit','open','closed','','dds_animation_banner3','','','2018-05-28 20:48:57','2018-05-28 20:48:57','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/DDS_animation_banner3.gif',0,'attachment','image/gif',0),(563,1,'2018-05-28 20:55:43','2018-05-28 20:55:43','','buttons','','inherit','open','closed','','buttons-5','','','2018-05-28 20:55:43','2018-05-28 20:55:43','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/buttons1.png',0,'attachment','image/png',0),(564,1,'2018-05-28 20:55:53','2018-05-28 20:55:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"558\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-28 20:55:53','2018-05-28 20:55:53','',4,'https://ddsconsultingplus.ca/2018/05/28/4-revision-v1/',0,'revision','',0),(565,1,'2018-05-28 21:16:04','2018-05-28 21:16:04','','DDS_animation','','inherit','open','closed','','dds_animation-6','','','2018-05-28 21:16:04','2018-05-28 21:16:04','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation5.gif',0,'attachment','image/gif',0),(566,1,'2018-05-28 21:17:29','2018-05-28 21:17:29','','DDS_animation_slow','','inherit','open','closed','','dds_animation_slow-2','','','2018-05-28 21:17:29','2018-05-28 21:17:29','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation_slow1.gif',0,'attachment','image/gif',0),(567,1,'2018-05-28 21:17:40','2018-05-28 21:17:40','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"566\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-28 21:17:40','2018-05-28 21:17:40','',4,'https://ddsconsultingplus.ca/2018/05/28/4-revision-v1/',0,'revision','',0),(568,1,'2018-05-28 21:19:26','2018-05-28 21:19:26','','DDS_animation_slow','','inherit','open','closed','','dds_animation_slow-3','','','2018-05-28 21:19:26','2018-05-28 21:19:26','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/04/DDS_animation_slow2.gif',0,'attachment','image/gif',0),(569,1,'2018-05-28 21:19:37','2018-05-28 21:19:37','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-28 21:19:37','2018-05-28 21:19:37','',4,'https://ddsconsultingplus.ca/2018/05/28/4-revision-v1/',0,'revision','',0),(570,1,'2018-05-28 21:22:19','2018-05-28 21:22:19','','DDS_animation_banner','','inherit','open','closed','','dds_animation_banner-3','','','2018-05-28 21:22:19','2018-05-28 21:22:19','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/DDS_animation_banner1.gif',0,'attachment','image/gif',0),(571,1,'2018-05-30 18:10:52','2018-05-30 18:10:52','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-30 18:10:52','2018-05-30 18:10:52','',4,'https://ddsconsultingplus.ca/2018/05/30/4-revision-v1/',0,'revision','',0),(572,1,'2018-05-30 18:14:19','2018-05-30 18:14:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-05-30 18:14:19','2018-05-30 18:14:19','',4,'https://ddsconsultingplus.ca/2018/05/30/4-revision-v1/',0,'revision','',0),(574,1,'2018-06-09 02:57:12','2018-06-09 02:57:12','[vc_row fullwidth=\"true\"][vc_column][vc_single_image image=\"578\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','coming','','publish','closed','closed','','coming','','','2018-06-11 19:46:33','2018-06-11 19:46:33','',0,'https://ddsconsultingplus.ca/?page_id=574',0,'page','',0),(575,1,'2018-06-09 02:56:50','2018-06-09 02:56:50','','DDS_comingsoon','','inherit','open','closed','','dds_comingsoon','','','2018-06-09 02:56:50','2018-06-09 02:56:50','',574,'https://ddsconsultingplus.ca/wp-content/uploads/2018/06/DDS_comingsoon.jpg',0,'attachment','image/jpeg',0),(576,1,'2018-06-09 02:57:12','2018-06-09 02:57:12','[vc_row fullwidth=\"true\"][vc_column][vc_single_image image=\"575\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','coming','','inherit','closed','closed','','574-revision-v1','','','2018-06-09 02:57:12','2018-06-09 02:57:12','',574,'https://ddsconsultingplus.ca/2018/06/09/574-revision-v1/',0,'revision','',0),(578,1,'2018-06-11 19:46:23','2018-06-11 19:46:23','','DDS_comingsoon','','inherit','open','closed','','dds_comingsoon-2','','','2018-06-11 19:46:23','2018-06-11 19:46:23','',574,'https://ddsconsultingplus.ca/wp-content/uploads/2018/06/DDS_comingsoon1.jpg',0,'attachment','image/jpeg',0),(579,1,'2018-06-11 19:46:33','2018-06-11 19:46:33','[vc_row fullwidth=\"true\"][vc_column][vc_single_image image=\"578\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','coming','','inherit','closed','closed','','574-revision-v1','','','2018-06-11 19:46:33','2018-06-11 19:46:33','',574,'https://ddsconsultingplus.ca/2018/06/11/574-revision-v1/',0,'revision','',0),(580,1,'2018-06-12 00:56:30','2018-06-12 00:56:30','[email_verification]','Email Verification','','publish','closed','closed','','email-verification','','','2018-06-21 05:59:32','2018-06-21 05:59:32','',0,'https://ddsconsultingplus.ca/2018/06/12/email-verification/',0,'fmemailverification','',0),(581,1,'2018-06-12 00:57:33','2018-06-12 00:57:33','[FormPreview]','Preview','','publish','closed','closed','','preview','','','2018-06-12 00:57:33','2018-06-12 00:57:33','',0,'https://ddsconsultingplus.ca/form-maker/preview/',0,'form-maker','',0),(586,1,'2018-06-25 00:52:27','2018-06-25 00:52:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" el_class=\"question_btn\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 00:52:27','2018-06-25 00:52:27','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(587,1,'2018-06-25 00:56:08','2018-06-25 00:56:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=3][/vc_column_text][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" el_class=\"question_btn\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 00:56:08','2018-06-25 00:56:08','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(588,1,'2018-06-25 01:00:38','2018-06-25 01:00:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" el_class=\"question_btn\"][vc_column_text][wce_code id=3][/vc_column_text][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:00:38','2018-06-25 01:00:38','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(589,1,'2018-06-25 01:04:39','2018-06-25 01:04:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJxdWVzdGlvbl9idG4lMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDQlMkZidXR0b25zMS5wbmclMjIlM0U=[/vc_raw_html][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" el_class=\"question_btn\"][vc_column_text][wce_code id=3][/vc_column_text][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:04:39','2018-06-25 01:04:39','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(590,1,'2018-06-25 01:05:06','2018-06-25 01:05:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJxdWVzdGlvbl9idG4lMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDQlMkZidXR0b25zMS5wbmclMjIlM0U=[/vc_raw_html][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_column_text][wce_code id=3][/vc_column_text][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:05:06','2018-06-25 01:05:06','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(591,1,'2018-06-25 01:19:04','2018-06-25 01:19:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJxdWVzdGlvbl9idG4lMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDQlMkZidXR0b25zMS5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZG9jdW1lbnQud3JpdGUlMjglMjclM0MlM0ZwaHAlMjAlMjB3ZF9mb3JtX21ha2VyJTI4NiUyQyUyMCUyN3BvcG92ZXIlMjclMjklM0IlMjAlM0YlM0UlMjclMjklM0IlMjIlM0U=[/vc_raw_html][vc_column_text][wce_code id=3][/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:19:04','2018-06-25 01:19:04','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(592,1,'2018-06-25 01:19:57','2018-06-25 01:19:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJxdWVzdGlvbl9idG4lMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDQlMkZidXR0b25zMS5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZG9jdW1lbnQud3JpdGUlMjglMjclM0MlM0ZwaHAlMjAlMjB3ZF9mb3JtX21ha2VyJTI4NiUyQyUyMCUyN3BvcG92ZXIlMjclMjklM0IlMjAlM0YlM0UlMjclMjklM0IlMjIlM0U=[/vc_raw_html][vc_column_text][Form id=\"6\"][/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:19:57','2018-06-25 01:19:57','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(593,1,'2018-06-25 01:23:29','2018-06-25 01:23:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:23:29','2018-06-25 01:23:29','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(594,1,'2018-06-25 01:24:46','2018-06-25 01:24:46','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"self\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][vc_column_text][Form id=\"6\"][/vc_column_text][/vc_column][/vc_row]','Self Assessment Questionnaire','','publish','closed','closed','','self-assessment-questionnaire','','','2018-06-25 20:32:52','2018-06-25 20:32:52','',0,'https://ddsconsultingplus.ca/?page_id=594',0,'page','',0),(595,1,'2018-06-25 01:24:46','2018-06-25 01:24:46','[Form id=\"6\"]','Self Assessment Questionnaire','','inherit','closed','closed','','594-revision-v1','','','2018-06-25 01:24:46','2018-06-25 01:24:46','',594,'https://ddsconsultingplus.ca/2018/06/25/594-revision-v1/',0,'revision','',0),(597,1,'2018-06-25 01:26:57','2018-06-25 01:26:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:26:57','2018-06-25 01:26:57','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(598,1,'2018-06-25 01:28:08','2018-06-25 01:28:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_sample.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-06-25 01:28:08','2018-06-25 01:28:08','',4,'https://ddsconsultingplus.ca/2018/06/25/4-revision-v1/',0,'revision','',0),(599,1,'2018-06-25 20:29:06','2018-06-25 20:29:06','','questionnaire_banner','','inherit','open','closed','','questionnaire_banner','','','2018-06-25 20:29:06','2018-06-25 20:29:06','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/06/questionnaire_banner.jpg',0,'attachment','image/jpeg',0),(600,1,'2018-06-25 20:31:35','2018-06-25 20:31:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"self\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][Form id=\"6\"][/vc_column_text][/vc_column][/vc_row]','Self Assessment Questionnaire','','inherit','closed','closed','','594-revision-v1','','','2018-06-25 20:31:35','2018-06-25 20:31:35','',594,'https://ddsconsultingplus.ca/2018/06/25/594-revision-v1/',0,'revision','',0),(601,1,'2018-06-25 20:32:52','2018-06-25 20:32:52','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"self\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"50px\"][vc_column_text][Form id=\"6\"][/vc_column_text][/vc_column][/vc_row]','Self Assessment Questionnaire','','inherit','closed','closed','','594-revision-v1','','','2018-06-25 20:32:52','2018-06-25 20:32:52','',594,'https://ddsconsultingplus.ca/2018/06/25/594-revision-v1/',0,'revision','',0),(604,1,'2018-08-13 19:26:59','2018-08-13 19:26:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"1-2-days\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','1-2 days','','inherit','closed','closed','','116-revision-v1','','','2018-08-13 19:26:59','2018-08-13 19:26:59','',116,'https://ddsconsultingplus.ca/2018/08/13/116-revision-v1/',0,'revision','',0),(605,1,'2018-08-13 19:33:35','2018-08-13 19:33:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"alliances\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Alliances','','inherit','closed','closed','','114-autosave-v1','','','2018-08-13 19:33:35','2018-08-13 19:33:35','',114,'https://ddsconsultingplus.ca/2018/08/13/114-autosave-v1/',0,'revision','',0),(606,1,'2018-08-13 19:36:00','2018-08-13 19:36:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"alliances\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Alliances','','inherit','closed','closed','','114-revision-v1','','','2018-08-13 19:36:00','2018-08-13 19:36:00','',114,'https://ddsconsultingplus.ca/2018/08/13/114-revision-v1/',0,'revision','',0),(607,1,'2018-08-13 19:39:50','2018-08-13 19:39:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-08-13 19:39:50','2018-08-13 19:39:50','',108,'https://ddsconsultingplus.ca/2018/08/13/108-revision-v1/',0,'revision','',0),(608,1,'2018-08-13 20:00:44','2018-08-13 20:00:44','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-08-13 20:00:44','2018-08-13 20:00:44','',112,'https://ddsconsultingplus.ca/2018/08/13/112-revision-v1/',0,'revision','',0),(609,1,'2018-08-13 20:01:16','2018-08-13 20:01:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','publish','closed','closed','','services-2-2','','','2018-08-13 20:01:16','2018-08-13 20:01:16','',0,'https://ddsconsultingplus.ca/services-2-2/',0,'page','',0),(610,1,'2018-08-13 20:07:05','2018-08-13 20:07:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Practice Opportunity Assessment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Consulting/Coaching/Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Clinical Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Equipment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Financial &amp; Estate Planning</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mergers &amp; Acquisitions</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-autosave-v1','','','2018-08-13 20:07:05','2018-08-13 20:07:05','',283,'https://ddsconsultingplus.ca/2018/08/13/283-autosave-v1/',0,'revision','',0),(611,1,'2018-08-13 20:06:01','2018-08-13 20:06:01','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-revision-v1','','','2018-08-13 20:06:01','2018-08-13 20:06:01','',283,'https://ddsconsultingplus.ca/2018/08/13/283-revision-v1/',0,'revision','',0),(612,1,'2018-08-13 20:07:12','2018-08-13 20:07:12','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-revision-v1','','','2018-08-13 20:07:12','2018-08-13 20:07:12','',283,'https://ddsconsultingplus.ca/2018/08/13/283-revision-v1/',0,'revision','',0),(613,1,'2018-08-13 20:39:29','2018-08-13 20:39:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Practice Opportunity Assessment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Consulting/Coaching/Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Clinical Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Equipment</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Financial &amp; Estate Planning</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mergers &amp; Acquisitions</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting/Coaching/Training','','inherit','closed','closed','','285-autosave-v1','','','2018-08-13 20:39:29','2018-08-13 20:39:29','',285,'https://ddsconsultingplus.ca/2018/08/13/285-autosave-v1/',0,'revision','',0),(614,1,'2018-08-13 20:39:43','2018-08-13 20:39:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting/Coaching/Training','','inherit','closed','closed','','285-revision-v1','','','2018-08-13 20:39:43','2018-08-13 20:39:43','',285,'https://ddsconsultingplus.ca/2018/08/13/285-revision-v1/',0,'revision','',0),(615,1,'2018-08-13 20:41:47','2018-08-13 20:41:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Equipment','','inherit','closed','closed','','287-revision-v1','','','2018-08-13 20:41:47','2018-08-13 20:41:47','',287,'https://ddsconsultingplus.ca/2018/08/13/287-revision-v1/',0,'revision','',0),(616,1,'2018-08-13 20:43:08','2018-08-13 20:43:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Financial & Estate Planning','','inherit','closed','closed','','290-autosave-v1','','','2018-08-13 20:43:08','2018-08-13 20:43:08','',290,'https://ddsconsultingplus.ca/2018/08/13/290-autosave-v1/',0,'revision','',0),(617,1,'2018-08-13 20:43:11','2018-08-13 20:43:11','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Financial & Estate Planning','','inherit','closed','closed','','290-revision-v1','','','2018-08-13 20:43:11','2018-08-13 20:43:11','',290,'https://ddsconsultingplus.ca/2018/08/13/290-revision-v1/',0,'revision','',0),(618,1,'2018-08-13 20:44:34','2018-08-13 20:44:34','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups','','inherit','closed','closed','','292-revision-v1','','','2018-08-13 20:44:34','2018-08-13 20:44:34','',292,'https://ddsconsultingplus.ca/2018/08/13/292-revision-v1/',0,'revision','',0),(619,1,'2018-08-13 20:46:35','2018-08-13 20:46:35','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Practice Opportunity Assessment - <span class=\"name\">Laurie Slater</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Consulting/Coaching/Training - <span class=\"name\">Laurie Slater</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Clinical Training - <span class=\"name\">Dr. Ed Philips</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Dental Equipment - <span class=\"name\">Michael Comartin (Henry Schein)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Financial &amp; Estate Planning - <span class=\"name\">Mike Hart (Neshit? Burns)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Start-ups - <span class=\"name\">Laurie, Michaels, Lawyers, BMO, ROI</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Mergers &amp; Acquisitions - <span class=\"name\">Brian - (BMO), MIchael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Employment Law - <span class=\"name\">Michael Carabash (DMC Law)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Purchase Evaluations - <span class=\"name\">Jackie Joachim (ROI Corporation)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Health &amp; Safety Training - <span class=\"name\">Lauren McFarbre? (Dental Practice Safety)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Architectural Design - <span class=\"name\">Stan Makow?</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Interior Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Website Design</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Builders - <span class=\"name\">Tony Ramieri- IT - 4ay? (expiria?)</span></li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Mergers & Acquisitions','','inherit','closed','closed','','294-autosave-v1','','','2018-08-13 20:46:35','2018-08-13 20:46:35','',294,'https://ddsconsultingplus.ca/2018/08/13/294-autosave-v1/',0,'revision','',0),(620,1,'2018-08-13 20:47:08','2018-08-13 20:47:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Mergers & Acquisitions','','inherit','closed','closed','','294-revision-v1','','','2018-08-13 20:47:08','2018-08-13 20:47:08','',294,'https://ddsconsultingplus.ca/2018/08/13/294-revision-v1/',0,'revision','',0),(621,1,'2018-08-13 20:50:49','2018-08-13 20:50:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Hygiene Department','','inherit','closed','closed','','362-revision-v1','','','2018-08-13 20:50:49','2018-08-13 20:50:49','',362,'https://ddsconsultingplus.ca/2018/08/13/362-revision-v1/',0,'revision','',0),(622,1,'2018-08-13 20:51:53','2018-08-13 20:51:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Treatment Coordinator','','inherit','closed','closed','','363-revision-v1','','','2018-08-13 20:51:53','2018-08-13 20:51:53','',363,'https://ddsconsultingplus.ca/2018/08/13/363-revision-v1/',0,'revision','',0),(623,1,'2018-08-13 20:52:59','2018-08-13 20:52:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Receptionist','','inherit','closed','closed','','368-revision-v1','','','2018-08-13 20:52:59','2018-08-13 20:52:59','',368,'https://ddsconsultingplus.ca/2018/08/13/368-revision-v1/',0,'revision','',0),(624,1,'2018-08-13 20:55:13','2018-08-13 20:55:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Office Manager','','inherit','closed','closed','','13-revision-v1','','','2018-08-13 20:55:13','2018-08-13 20:55:13','',13,'https://ddsconsultingplus.ca/2018/08/13/13-revision-v1/',0,'revision','',0),(625,1,'2018-08-13 20:58:03','2018-08-13 20:58:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dentist','','inherit','closed','closed','','366-revision-v1','','','2018-08-13 20:58:03','2018-08-13 20:58:03','',366,'https://ddsconsultingplus.ca/2018/08/13/366-revision-v1/',0,'revision','',0),(626,1,'2018-08-13 21:01:23','2018-08-13 21:01:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Reception</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\n<ul>\n	<li>Team</li>\n</ul>\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team','','inherit','closed','closed','','372-autosave-v1','','','2018-08-13 21:01:23','2018-08-13 21:01:23','',372,'https://ddsconsultingplus.ca/2018/08/13/372-autosave-v1/',0,'revision','',0),(627,1,'2018-08-13 21:01:43','2018-08-13 21:01:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team','','inherit','closed','closed','','372-revision-v1','','','2018-08-13 21:01:43','2018-08-13 21:01:43','',372,'https://ddsconsultingplus.ca/2018/08/13/372-revision-v1/',0,'revision','',0),(628,1,'2018-08-13 21:02:47','2018-08-13 21:02:47','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Training','','inherit','closed','closed','','367-revision-v1','','','2018-08-13 21:02:47','2018-08-13 21:02:47','',367,'https://ddsconsultingplus.ca/2018/08/13/367-revision-v1/',0,'revision','',0),(629,1,'2018-08-13 21:06:12','2018-08-13 21:06:12','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-08-13 21:06:12','2018-08-13 21:06:12','',118,'https://ddsconsultingplus.ca/2018/08/13/118-revision-v1/',0,'revision','',0),(630,1,'2018-08-13 21:07:50','2018-08-13 21:07:50','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Hygiene Appointment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Quality Communication vs. Speaking</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Unlocking the Secrets to \"True Accountability\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Systems/Protocols... making it all work</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Practice \"Life Line\"... the Telephone</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\" or just \"Exam\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Designing your Dream Practice (What drives you to success)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Effective Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Human \"BE\"ing vs. Human \"Do\"ing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Leadership &amp; Vision Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>10 Principles to Smile Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-08-13 21:07:50','2018-08-13 21:07:50','',120,'https://ddsconsultingplus.ca/2018/08/13/120-revision-v1/',0,'revision','',0),(631,1,'2018-08-13 21:11:19','2018-08-13 21:11:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Coaching','','inherit','closed','closed','','339-revision-v1','','','2018-08-13 21:11:19','2018-08-13 21:11:19','',339,'https://ddsconsultingplus.ca/2018/08/13/339-revision-v1/',0,'revision','',0),(632,1,'2018-08-13 21:15:00','2018-08-13 21:15:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"upcoming-events\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','17-revision-v1','','','2018-08-13 21:15:00','2018-08-13 21:15:00','',17,'https://ddsconsultingplus.ca/2018/08/13/17-revision-v1/',0,'revision','',0),(633,1,'2018-08-13 21:16:22','2018-08-13 21:16:22','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Workshop Programs','','inherit','closed','closed','','15-revision-v1','','','2018-08-13 21:16:22','2018-08-13 21:16:22','',15,'https://ddsconsultingplus.ca/2018/08/13/15-revision-v1/',0,'revision','',0),(634,1,'2018-08-13 21:23:26','2018-08-13 21:23:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Mastering the Hygiene Appointment','','inherit','closed','closed','','392-revision-v1','','','2018-08-13 21:23:26','2018-08-13 21:23:26','',392,'https://ddsconsultingplus.ca/2018/08/13/392-revision-v1/',0,'revision','',0),(635,1,'2018-08-13 21:24:05','2018-08-13 21:24:05','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Quality Communication vs. Speaking','','inherit','closed','closed','','393-revision-v1','','','2018-08-13 21:24:05','2018-08-13 21:24:05','',393,'https://ddsconsultingplus.ca/2018/08/13/393-revision-v1/',0,'revision','',0),(636,1,'2018-08-13 21:24:43','2018-08-13 21:24:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Unlocking the Secrets to \"True Accountability\"','','inherit','closed','closed','','394-autosave-v1','','','2018-08-13 21:24:43','2018-08-13 21:24:43','',394,'https://ddsconsultingplus.ca/2018/08/13/394-autosave-v1/',0,'revision','',0),(637,1,'2018-08-13 21:24:59','2018-08-13 21:24:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Unlocking the Secrets to \"True Accountability\"','','inherit','closed','closed','','394-revision-v1','','','2018-08-13 21:24:59','2018-08-13 21:24:59','',394,'https://ddsconsultingplus.ca/2018/08/13/394-revision-v1/',0,'revision','',0),(638,1,'2018-08-13 21:25:43','2018-08-13 21:25:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Systems/Protocols... making it all work','','inherit','closed','closed','','395-revision-v1','','','2018-08-13 21:25:43','2018-08-13 21:25:43','',395,'https://ddsconsultingplus.ca/2018/08/13/395-revision-v1/',0,'revision','',0),(639,1,'2018-08-13 21:29:07','2018-08-13 21:29:07','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Mastering the Practice \"Life Line\"... the Telephone','','inherit','closed','closed','','396-revision-v1','','','2018-08-13 21:29:07','2018-08-13 21:29:07','',396,'https://ddsconsultingplus.ca/2018/08/13/396-revision-v1/',0,'revision','',0),(640,1,'2018-08-13 21:30:32','2018-08-13 21:30:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','New Patient \"Experience\" or just \"Exam\"','','inherit','closed','closed','','397-revision-v1','','','2018-08-13 21:30:32','2018-08-13 21:30:32','',397,'https://ddsconsultingplus.ca/2018/08/13/397-revision-v1/',0,'revision','',0),(641,1,'2018-08-13 21:31:10','2018-08-13 21:31:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Designing your Dream Practice','','inherit','closed','closed','','398-revision-v1','','','2018-08-13 21:31:10','2018-08-13 21:31:10','',398,'https://ddsconsultingplus.ca/2018/08/13/398-revision-v1/',0,'revision','',0),(642,1,'2018-08-13 21:31:51','2018-08-13 21:31:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Effective Case Presentation','','inherit','closed','closed','','399-revision-v1','','','2018-08-13 21:31:51','2018-08-13 21:31:51','',399,'https://ddsconsultingplus.ca/2018/08/13/399-revision-v1/',0,'revision','',0),(643,1,'2018-08-13 21:32:28','2018-08-13 21:32:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Human \"BE\"ing vs. Human \"Do\"ing','','inherit','closed','closed','','400-revision-v1','','','2018-08-13 21:32:28','2018-08-13 21:32:28','',400,'https://ddsconsultingplus.ca/2018/08/13/400-revision-v1/',0,'revision','',0),(644,1,'2018-08-13 21:33:08','2018-08-13 21:33:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Leadership & Vision Building','','inherit','closed','closed','','401-revision-v1','','','2018-08-13 21:33:08','2018-08-13 21:33:08','',401,'https://ddsconsultingplus.ca/2018/08/13/401-revision-v1/',0,'revision','',0),(645,1,'2018-08-13 21:33:38','2018-08-13 21:33:38','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','10 Principles to Smile Design','','inherit','closed','closed','','412-revision-v1','','','2018-08-13 21:33:38','2018-08-13 21:33:38','',412,'https://ddsconsultingplus.ca/2018/08/13/412-revision-v1/',0,'revision','',0),(646,1,'2018-08-13 21:49:21','2018-08-13 21:49:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-08-13 21:49:21','2018-08-13 21:49:21','',8,'https://ddsconsultingplus.ca/2018/08/13/8-revision-v1/',0,'revision','',0),(647,1,'2018-08-14 16:58:48','2018-08-14 16:58:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-revision-v1','','','2018-08-14 16:58:48','2018-08-14 16:58:48','',283,'https://ddsconsultingplus.ca/2018/08/14/283-revision-v1/',0,'revision','',0),(648,1,'2018-08-14 17:03:55','2018-08-14 17:03:55','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-08-14 17:03:55','2018-08-14 17:03:55','',8,'https://ddsconsultingplus.ca/2018/08/14/8-revision-v1/',0,'revision','',0),(649,1,'2018-08-14 17:09:39','2018-08-14 17:09:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','8-revision-v1','','','2018-08-14 17:09:39','2018-08-14 17:09:39','',8,'https://ddsconsultingplus.ca/2018/08/14/8-revision-v1/',0,'revision','',0),(650,1,'2018-08-14 17:10:23','2018-08-14 17:10:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting/Coaching/Training','','inherit','closed','closed','','285-revision-v1','','','2018-08-14 17:10:23','2018-08-14 17:10:23','',285,'https://ddsconsultingplus.ca/2018/08/14/285-revision-v1/',0,'revision','',0),(651,1,'2018-08-14 17:12:13','2018-08-14 17:12:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Employment Law','','inherit','closed','closed','','296-revision-v1','','','2018-08-14 17:12:13','2018-08-14 17:12:13','',296,'https://ddsconsultingplus.ca/2018/08/14/296-revision-v1/',0,'revision','',0),(652,1,'2018-08-14 17:14:10','2018-08-14 17:14:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Purchase Evaluations','','inherit','closed','closed','','298-revision-v1','','','2018-08-14 17:14:10','2018-08-14 17:14:10','',298,'https://ddsconsultingplus.ca/2018/08/14/298-revision-v1/',0,'revision','',0),(653,1,'2018-08-14 17:14:34','2018-08-14 17:14:34','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Health & Safety Training','','inherit','closed','closed','','301-revision-v1','','','2018-08-14 17:14:34','2018-08-14 17:14:34','',301,'https://ddsconsultingplus.ca/2018/08/14/301-revision-v1/',0,'revision','',0),(654,1,'2018-08-14 17:15:04','2018-08-14 17:15:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Architectural Design','','inherit','closed','closed','','302-revision-v1','','','2018-08-14 17:15:04','2018-08-14 17:15:04','',302,'https://ddsconsultingplus.ca/2018/08/14/302-revision-v1/',0,'revision','',0),(655,1,'2018-08-14 17:15:30','2018-08-14 17:15:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Interior Design','','inherit','closed','closed','','306-revision-v1','','','2018-08-14 17:15:30','2018-08-14 17:15:30','',306,'https://ddsconsultingplus.ca/2018/08/14/306-revision-v1/',0,'revision','',0),(657,1,'2018-08-14 17:18:30','2018-08-14 17:18:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Website Design','','inherit','closed','closed','','307-revision-v1','','','2018-08-14 17:18:30','2018-08-14 17:18:30','',307,'https://ddsconsultingplus.ca/2018/08/14/307-revision-v1/',0,'revision','',0),(658,1,'2018-08-14 17:18:59','2018-08-14 17:18:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Builders','','inherit','closed','closed','','310-revision-v1','','','2018-08-14 17:18:59','2018-08-14 17:18:59','',310,'https://ddsconsultingplus.ca/2018/08/14/310-revision-v1/',0,'revision','',0),(659,1,'2018-08-14 17:42:06','2018-08-14 17:42:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting','','inherit','closed','closed','','378-revision-v1','','','2018-08-14 17:42:06','2018-08-14 17:42:06','',378,'https://ddsconsultingplus.ca/2018/08/14/378-revision-v1/',0,'revision','',0),(660,1,'2018-08-14 17:42:41','2018-08-14 17:42:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Vision/Goal Setting','','inherit','closed','closed','','10-revision-v1','','','2018-08-14 17:42:41','2018-08-14 17:42:41','',10,'https://ddsconsultingplus.ca/2018/08/14/10-revision-v1/',0,'revision','',0),(661,1,'2018-08-14 17:43:02','2018-08-14 17:43:02','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Business Systems/Protocols','','inherit','closed','closed','','328-revision-v1','','','2018-08-14 17:43:02','2018-08-14 17:43:02','',328,'https://ddsconsultingplus.ca/2018/08/14/328-revision-v1/',0,'revision','',0),(662,1,'2018-08-14 17:47:03','2018-08-14 17:47:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Job Descriptions/Scripts','','inherit','closed','closed','','329-revision-v1','','','2018-08-14 17:47:03','2018-08-14 17:47:03','',329,'https://ddsconsultingplus.ca/2018/08/14/329-revision-v1/',0,'revision','',0),(663,1,'2018-08-14 17:48:29','2018-08-14 17:48:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Start-ups Transition Acquisition','','inherit','closed','closed','','330-revision-v1','','','2018-08-14 17:48:29','2018-08-14 17:48:29','',330,'https://ddsconsultingplus.ca/2018/08/14/330-revision-v1/',0,'revision','',0),(664,1,'2018-08-14 17:48:53','2018-08-14 17:48:53','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Monitors/Metrics','','inherit','closed','closed','','332-revision-v1','','','2018-08-14 17:48:53','2018-08-14 17:48:53','',332,'https://ddsconsultingplus.ca/2018/08/14/332-revision-v1/',0,'revision','',0),(665,1,'2018-08-14 17:49:19','2018-08-14 17:49:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Checklists','','inherit','closed','closed','','340-revision-v1','','','2018-08-14 17:49:19','2018-08-14 17:49:19','',340,'https://ddsconsultingplus.ca/2018/08/14/340-revision-v1/',0,'revision','',0),(666,1,'2018-08-14 17:49:43','2018-08-14 17:49:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Office Manuals','','inherit','closed','closed','','341-revision-v1','','','2018-08-14 17:49:43','2018-08-14 17:49:43','',341,'https://ddsconsultingplus.ca/2018/08/14/341-revision-v1/',0,'revision','',0),(667,1,'2018-08-14 17:50:08','2018-08-14 17:50:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Team Building','','inherit','closed','closed','','342-revision-v1','','','2018-08-14 17:50:08','2018-08-14 17:50:08','',342,'https://ddsconsultingplus.ca/2018/08/14/342-revision-v1/',0,'revision','',0),(668,1,'2018-08-14 17:50:33','2018-08-14 17:50:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','New Patient \"Experience\"','','inherit','closed','closed','','343-revision-v1','','','2018-08-14 17:50:33','2018-08-14 17:50:33','',343,'https://ddsconsultingplus.ca/2018/08/14/343-revision-v1/',0,'revision','',0),(669,1,'2018-08-14 17:51:02','2018-08-14 17:51:02','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Case Presentation','','inherit','closed','closed','','183-revision-v1','','','2018-08-14 17:51:02','2018-08-14 17:51:02','',183,'https://ddsconsultingplus.ca/2018/08/14/183-revision-v1/',0,'revision','',0),(670,1,'2018-08-14 17:53:23','2018-08-14 17:53:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups','','inherit','closed','closed','','292-autosave-v1','','','2018-08-14 17:53:23','2018-08-14 17:53:23','',292,'https://ddsconsultingplus.ca/2018/08/14/292-autosave-v1/',0,'revision','',0),(671,1,'2018-08-14 17:54:12','2018-08-14 17:54:12','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Employment Law','','inherit','closed','closed','','296-revision-v1','','','2018-08-14 17:54:12','2018-08-14 17:54:12','',296,'https://ddsconsultingplus.ca/2018/08/14/296-revision-v1/',0,'revision','',0),(672,1,'2018-08-14 17:54:33','2018-08-14 17:54:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Purchase Evaluations','','inherit','closed','closed','','298-revision-v1','','','2018-08-14 17:54:33','2018-08-14 17:54:33','',298,'https://ddsconsultingplus.ca/2018/08/14/298-revision-v1/',0,'revision','',0),(673,1,'2018-08-14 17:54:56','2018-08-14 17:54:56','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Health & Safety Training','','inherit','closed','closed','','301-revision-v1','','','2018-08-14 17:54:56','2018-08-14 17:54:56','',301,'https://ddsconsultingplus.ca/2018/08/14/301-revision-v1/',0,'revision','',0),(674,1,'2018-08-14 17:55:18','2018-08-14 17:55:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Architectural Design','','inherit','closed','closed','','302-revision-v1','','','2018-08-14 17:55:18','2018-08-14 17:55:18','',302,'https://ddsconsultingplus.ca/2018/08/14/302-revision-v1/',0,'revision','',0),(675,1,'2018-08-14 17:55:39','2018-08-14 17:55:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Interior Design','','inherit','closed','closed','','306-revision-v1','','','2018-08-14 17:55:39','2018-08-14 17:55:39','',306,'https://ddsconsultingplus.ca/2018/08/14/306-revision-v1/',0,'revision','',0),(676,1,'2018-08-14 17:56:21','2018-08-14 17:56:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Website Design','','inherit','closed','closed','','307-revision-v1','','','2018-08-14 17:56:21','2018-08-14 17:56:21','',307,'https://ddsconsultingplus.ca/2018/08/14/307-revision-v1/',0,'revision','',0),(677,1,'2018-08-14 17:56:43','2018-08-14 17:56:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Builders','','inherit','closed','closed','','310-revision-v1','','','2018-08-14 17:56:43','2018-08-14 17:56:43','',310,'https://ddsconsultingplus.ca/2018/08/14/310-revision-v1/',0,'revision','',0),(678,1,'2018-08-14 17:58:14','2018-08-14 17:58:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-revision-v1','','','2018-08-14 17:58:14','2018-08-14 17:58:14','',283,'https://ddsconsultingplus.ca/2018/08/14/283-revision-v1/',0,'revision','',0),(679,1,'2018-08-14 17:58:45','2018-08-14 17:58:45','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Vision/Goal Setting','','inherit','closed','closed','','10-revision-v1','','','2018-08-14 17:58:45','2018-08-14 17:58:45','',10,'https://ddsconsultingplus.ca/2018/08/14/10-revision-v1/',0,'revision','',0),(680,1,'2018-08-14 17:59:25','2018-08-14 17:59:25','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Practice Opportunity Assessment','','inherit','closed','closed','','283-revision-v1','','','2018-08-14 17:59:25','2018-08-14 17:59:25','',283,'https://ddsconsultingplus.ca/2018/08/14/283-revision-v1/',0,'revision','',0),(681,1,'2018-08-14 17:59:59','2018-08-14 17:59:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Vision/Goal Setting','','inherit','closed','closed','','10-revision-v1','','','2018-08-14 17:59:59','2018-08-14 17:59:59','',10,'https://ddsconsultingplus.ca/2018/08/14/10-revision-v1/',0,'revision','',0),(682,1,'2018-08-14 18:01:28','2018-08-14 18:01:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Business Systems/Protocols','','inherit','closed','closed','','328-revision-v1','','','2018-08-14 18:01:28','2018-08-14 18:01:28','',328,'https://ddsconsultingplus.ca/2018/08/14/328-revision-v1/',0,'revision','',0),(683,1,'2018-08-14 18:01:48','2018-08-14 18:01:48','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Job Descriptions/Scripts','','inherit','closed','closed','','329-revision-v1','','','2018-08-14 18:01:48','2018-08-14 18:01:48','',329,'https://ddsconsultingplus.ca/2018/08/14/329-revision-v1/',0,'revision','',0),(684,1,'2018-08-14 18:02:09','2018-08-14 18:02:09','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Start-ups Transition Acquisition','','inherit','closed','closed','','330-revision-v1','','','2018-08-14 18:02:09','2018-08-14 18:02:09','',330,'https://ddsconsultingplus.ca/2018/08/14/330-revision-v1/',0,'revision','',0),(685,1,'2018-08-14 18:02:51','2018-08-14 18:02:51','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Monitors/Metrics','','inherit','closed','closed','','332-autosave-v1','','','2018-08-14 18:02:51','2018-08-14 18:02:51','',332,'https://ddsconsultingplus.ca/2018/08/14/332-autosave-v1/',0,'revision','',0),(686,1,'2018-08-14 18:02:57','2018-08-14 18:02:57','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Monitors/Metrics','','inherit','closed','closed','','332-revision-v1','','','2018-08-14 18:02:57','2018-08-14 18:02:57','',332,'https://ddsconsultingplus.ca/2018/08/14/332-revision-v1/',0,'revision','',0),(687,1,'2018-08-14 18:03:28','2018-08-14 18:03:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Checklists','','inherit','closed','closed','','340-revision-v1','','','2018-08-14 18:03:28','2018-08-14 18:03:28','',340,'https://ddsconsultingplus.ca/2018/08/14/340-revision-v1/',0,'revision','',0),(688,1,'2018-08-14 18:05:04','2018-08-14 18:05:04','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Office Manuals','','inherit','closed','closed','','341-revision-v1','','','2018-08-14 18:05:04','2018-08-14 18:05:04','',341,'https://ddsconsultingplus.ca/2018/08/14/341-revision-v1/',0,'revision','',0),(689,1,'2018-08-14 18:08:36','2018-08-14 18:08:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Team Building','','inherit','closed','closed','','342-revision-v1','','','2018-08-14 18:08:36','2018-08-14 18:08:36','',342,'https://ddsconsultingplus.ca/2018/08/14/342-revision-v1/',0,'revision','',0),(690,1,'2018-08-14 18:09:27','2018-08-14 18:09:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','New Patient \"Experience\"','','inherit','closed','closed','','343-revision-v1','','','2018-08-14 18:09:27','2018-08-14 18:09:27','',343,'https://ddsconsultingplus.ca/2018/08/14/343-revision-v1/',0,'revision','',0),(691,1,'2018-08-14 18:09:56','2018-08-14 18:09:56','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>content upcoming</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Case Presentation','','inherit','closed','closed','','183-revision-v1','','','2018-08-14 18:09:56','2018-08-14 18:09:56','',183,'https://ddsconsultingplus.ca/2018/08/14/183-revision-v1/',0,'revision','',0),(692,1,'2018-08-14 18:11:33','2018-08-14 18:11:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Receptionist','','inherit','closed','closed','','368-revision-v1','','','2018-08-14 18:11:33','2018-08-14 18:11:33','',368,'https://ddsconsultingplus.ca/2018/08/14/368-revision-v1/',0,'revision','',0),(693,1,'2018-08-14 18:13:59','2018-08-14 18:13:59','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-08-14 18:13:59','2018-08-14 18:13:59','',118,'https://ddsconsultingplus.ca/2018/08/14/118-revision-v1/',0,'revision','',0),(694,1,'2018-08-14 18:15:49','2018-08-14 18:15:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Hygiene Appointment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Quality Communication vs. Speaking</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Unlocking the Secrets to \"True Accountability\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Systems/Protocols... making it all work</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Practice \"Life Line\"... the Telephone</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\" or just \"Exam\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Designing your Dream Practice (What drives you to success)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Effective Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Human \"BE\"ing vs. Human \"Do\"ing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Leadership &amp; Vision Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>10 Principles to Smile Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Workshop Programs','','inherit','closed','closed','','15-revision-v1','','','2018-08-14 18:15:49','2018-08-14 18:15:49','',15,'https://ddsconsultingplus.ca/2018/08/14/15-revision-v1/',0,'revision','',0),(695,1,'2018-08-14 18:16:39','2018-08-14 18:16:39','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-08-14 18:16:39','2018-08-14 18:16:39','',120,'https://ddsconsultingplus.ca/2018/08/14/120-revision-v1/',0,'revision','',0),(697,1,'2018-08-14 18:29:02','2018-08-14 18:29:02','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-14 18:29:02','2018-08-14 18:29:02','',4,'https://ddsconsultingplus.ca/2018/08/14/4-revision-v1/',0,'revision','',0),(698,1,'2018-08-14 19:44:42','2018-08-14 19:44:42','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"46\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-14 19:44:42','2018-08-14 19:44:42','',4,'https://ddsconsultingplus.ca/2018/08/14/4-revision-v1/',0,'revision','',0),(699,1,'2018-08-14 19:45:37','2018-08-14 19:45:37','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the\r\ntop advisors are that can help you\r\nsuccessfully deal with all facets of\r\n\'OWNING\', ‘STARTING UP\' or \'SELLING\'\r\na dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-14 19:45:37','2018-08-14 19:45:37','',4,'https://ddsconsultingplus.ca/2018/08/14/4-revision-v1/',0,'revision','',0),(709,1,'2018-08-23 20:28:32','2018-08-23 20:28:32','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\nMy area of \'specialty\' is to develop customized solutions\r\nand approaches to challenges... however BIG or small.\r\nDDS Consulting Plus does not advocate that clients will benefit\r\nfrom \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices\r\nand all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 20:28:32','2018-08-23 20:28:32','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(710,1,'2018-08-23 20:30:06','2018-08-23 20:30:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges! My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small. DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 20:30:06','2018-08-23 20:30:06','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(711,1,'2018-08-23 20:31:00','2018-08-23 20:31:00','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 20:31:00','2018-08-23 20:31:00','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(712,1,'2018-08-23 20:32:18','2018-08-23 20:32:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056336232{padding-right: 20px !important;padding-left: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 20:32:18','2018-08-23 20:32:18','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(713,1,'2018-08-23 20:32:56','2018-08-23 20:32:56','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524874511443{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 20:32:56','2018-08-23 20:32:56','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(714,1,'2018-08-23 20:33:58','2018-08-23 20:33:58','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 20:33:58','2018-08-23 20:33:58','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(715,1,'2018-08-23 21:39:59','2018-08-23 21:39:59','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-23 21:39:59','2018-08-23 21:39:59','',4,'https://ddsconsultingplus.ca/2018/08/23/4-revision-v1/',0,'revision','',0),(716,1,'2018-08-27 19:54:40','2018-08-27 19:54:40','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 19:54:40','2018-08-27 19:54:40','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(717,1,'2018-08-27 20:05:38','2018-08-27 20:05:38','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:05:38','2018-08-27 20:05:38','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(718,1,'2018-08-27 20:13:12','2018-08-27 20:13:12','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MS1tb2IlMjhjb25jZXB0LWltZzEtbW9iJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:13:12','2018-08-27 20:13:12','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(719,1,'2018-08-27 20:16:58','2018-08-27 20:16:58','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MS1tb2IlMjhjb25jZXB0LWltZzEtbW9iJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:16:58','2018-08-27 20:16:58','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(720,1,'2018-08-27 20:22:24','2018-08-27 20:22:24','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MS1tb2IlMjhjb25jZXB0LWltZzEtbW9iJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=4][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:22:24','2018-08-27 20:22:24','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(721,1,'2018-08-27 20:25:02','2018-08-27 20:25:02','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MS1tb2IlMjhjb25jZXB0LWltZzEtbW9iJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=4][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:25:02','2018-08-27 20:25:02','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(722,1,'2018-08-27 20:28:00','2018-08-27 20:28:00','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MS1tb2IlMjhjb25jZXB0LWltZzEtbW9iJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:28:00','2018-08-27 20:28:00','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (723,1,'2018-08-27 20:30:51','2018-08-27 20:30:51','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1-mob\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOGNvbmNlcHQtaW1nMS1tb2IlMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:30:51','2018-08-27 20:30:51','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(724,1,'2018-08-27 20:33:03','2018-08-27 20:33:03','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOGJveDAxJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:33:03','2018-08-27 20:33:03','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(725,1,'2018-08-27 20:36:27','2018-08-27 20:36:27','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyMmJveDAxJTIyJTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:36:27','2018-08-27 20:36:27','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(726,1,'2018-08-27 20:37:06','2018-08-27 20:37:06','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 20:37:06','2018-08-27 20:37:06','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(727,1,'2018-08-27 21:02:28','2018-08-27 21:02:28','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:02:28','2018-08-27 21:02:28','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(728,1,'2018-08-27 21:06:59','2018-08-27 21:06:59','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:06:59','2018-08-27 21:06:59','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(729,1,'2018-08-27 21:07:55','2018-08-27 21:07:55','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:07:55','2018-08-27 21:07:55','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(730,1,'2018-08-27 21:17:55','2018-08-27 21:17:55','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:17:55','2018-08-27 21:17:55','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(731,1,'2018-08-27 21:23:30','2018-08-27 21:23:30','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_03.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_04.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:23:30','2018-08-27 21:23:30','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(732,1,'2018-08-27 21:36:58','2018-08-27 21:36:58','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_03.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_04.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_05.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:36:58','2018-08-27 21:36:58','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(733,1,'2018-08-27 21:38:49','2018-08-27 21:38:49','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_03.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_04.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_05.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_06.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:38:49','2018-08-27 21:38:49','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(734,1,'2018-08-27 21:41:56','2018-08-27 21:41:56','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_03.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_04.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_05.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_06.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_07.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_08.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:41:56','2018-08-27 21:41:56','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(735,1,'2018-08-27 21:44:37','2018-08-27 21:44:37','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_02.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_03.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_04.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_05.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_06.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_07.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/08/main_pop_08.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-08-27 21:44:37','2018-08-27 21:44:37','',4,'https://ddsconsultingplus.ca/2018/08/27/4-revision-v1/',0,'revision','',0),(737,1,'2018-10-24 14:30:33','2018-10-24 14:30:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Laurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.\nShe has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.\nAs a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.\nAs an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!\nHer customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-autosave-v1','','','2018-10-24 14:30:33','2018-10-24 14:30:33','',108,'https://ddsconsultingplus.ca/2018/10/24/108-autosave-v1/',0,'revision','',0),(738,1,'2018-10-24 14:30:36','2018-10-24 14:30:36','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Laurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.\r\nShe has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.\r\nAs a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.\r\nAs an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!\r\nHer customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-10-24 14:30:36','2018-10-24 14:30:36','',108,'https://ddsconsultingplus.ca/2018/10/24/108-revision-v1/',0,'revision','',0),(739,1,'2018-10-24 14:32:33','2018-10-24 14:32:33','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\nOf course, the statement with the word MUST!\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n<p style=\"text-align: center;\">That being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!</p>\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-10-24 14:32:33','2018-10-24 14:32:33','',112,'https://ddsconsultingplus.ca/2018/10/24/112-revision-v1/',0,'revision','',0),(740,1,'2018-10-24 14:33:16','2018-10-24 14:33:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\nOf course, the statement with the word MUST!\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">That being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!</p>\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-10-24 14:33:16','2018-10-24 14:33:16','',112,'https://ddsconsultingplus.ca/2018/10/24/112-revision-v1/',0,'revision','',0),(741,1,'2018-10-24 14:34:28','2018-10-24 14:34:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\n&nbsp;\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\n&nbsp;\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\n&nbsp;\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n&nbsp;\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\n&nbsp;\r\n\r\nOf course, the statement with the word MUST!\r\n\r\n&nbsp;\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">That being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!</p>\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-10-24 14:34:28','2018-10-24 14:34:28','',112,'https://ddsconsultingplus.ca/2018/10/24/112-revision-v1/',0,'revision','',0),(742,1,'2018-10-24 14:37:20','2018-10-24 14:37:20','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Laurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.\r\n\r\n&nbsp;\r\n\r\nShe has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.\r\n\r\nAs a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.\r\n\r\n&nbsp;\r\n\r\nAs an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!\r\n\r\n&nbsp;\r\n\r\nHer customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2018-10-24 14:37:20','2018-10-24 14:37:20','',108,'https://ddsconsultingplus.ca/2018/10/24/108-revision-v1/',0,'revision','',0),(743,1,'2018-10-24 14:39:29','2018-10-24 14:39:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\n&nbsp;\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\n&nbsp;\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\n&nbsp;\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n&nbsp;\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\n&nbsp;\r\n\r\nOf course, the statement with the word MUST!\r\n\r\n&nbsp;\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">That being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!\r\n</p>\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-10-24 14:39:29','2018-10-24 14:39:29','',112,'https://ddsconsultingplus.ca/2018/10/24/112-revision-v1/',0,'revision','',0),(744,1,'2018-10-24 14:41:13','2018-10-24 14:41:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\n&nbsp;\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\n&nbsp;\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\n&nbsp;\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n&nbsp;\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\n&nbsp;\r\n\r\nOf course, the statement with the word MUST!\r\n\r\n&nbsp;\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n\r\n&nbsp;\r\n\r\nThat being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-10-24 14:41:13','2018-10-24 14:41:13','',112,'https://ddsconsultingplus.ca/2018/10/24/112-revision-v1/',0,'revision','',0),(745,1,'2018-10-24 14:43:03','2018-10-24 14:43:03','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]We all know that implementing change with dental teams can be challenging to say the least.  Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings <strong>specialized knowledge</strong> to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n<strong> </strong>\r\n<ul>\r\n	<li><strong>1 Full Day ‘Hit the Ground Running’ In Office Training </strong>focused on Vision, Goals and Action Steps</li>\r\n	<li><strong>36 Months of Dental Coaching</strong>where I reinforce the ‘Hit The Ground Running’ workshop  by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying  areas that would benefit from attention</li>\r\n	<li><strong>Monthly In Office 3hr Workshops or ‘Observations’</strong></li>\r\n	<li><strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong></li>\r\n	<li><strong>1 Full Day ‘Annual Planning’ </strong>to prepare for next year</li>\r\n	<li><strong>Detailed Excel Monitors</strong></li>\r\n	<li><strong>Detailed Checklists</strong></li>\r\n	<li><strong>Detailed Job descriptions Templates</strong></li>\r\n	<li><strong>Employee Appraisal Templates</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n	<li>Written Comprehensive Practice Analysis (S.W.O.T)</li>\r\n	<li>Help the Dentist and team to get clarity on long term outcomes,</li>\r\n</ul>\r\npersonally and professionally\r\n<ul>\r\n	<li>Draw the team and Dentist in as partners in the practices’ success</li>\r\n	<li>Execution and implementation of strategies to develop and</li>\r\n</ul>\r\nto support your Vision\r\n<ul>\r\n	<li>Enforce Accountability with dental team</li>\r\n	<li><strong>Master-level customer service</strong>skills</li>\r\n	<li>Ongoing identification of opportunities for practice growth</li>\r\n	<li>Improve and implement phone conversion strategies</li>\r\n	<li>Understanding marketing and top marketing tactics</li>\r\n	<li>Increased retention of all appointments</li>\r\n	<li>Goal setting…FOR ALL DEPARTMENTS</li>\r\n	<li>Effective negotiation techniques…handling objections</li>\r\n	<li>Leadership and emotional intelligence</li>\r\n	<li>Interviewing and retaining team members</li>\r\n	<li>Leadership styles and applications</li>\r\n	<li>Personality profiles (DISC, VAK)</li>\r\n	<li>Team reward structures…BONUSES</li>\r\n	<li>Recare Reactivation/ Chart Reactivation System</li>\r\n	<li>Assist the Dentist in the area of leadership and empowerment</li>\r\n</ul>\r\nof each member of the team\r\n<ul>\r\n	<li>Install an effective ‘schedule to goal’ system so team can work</li>\r\n	<li>smarter and not harder</li>\r\n	<li>Give team strategies and tools for monitoring all areas</li>\r\n</ul>\r\nof the practice\r\n<ul>\r\n	<li>Provide team with new strategies for case presentation</li>\r\n</ul>\r\nthat will allow the patients more reasons to say “Yes”\r\n<ul>\r\n	<li>Assist team in developing more highly effective internal</li>\r\n</ul>\r\nand external marketing programs\r\n<ul>\r\n	<li>Professional resource for clinical advancement</li>\r\n	<li>A full time asset and support to your dental team</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 14:43:03','2018-10-24 14:43:03','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(746,1,'2018-10-24 14:43:27','2018-10-24 14:43:27','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]We all know that implementing change with dental teams can be challenging to say the least.  Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings <strong>specialized knowledge</strong> to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n<strong> </strong>\r\n<ul>\r\n	<li><strong>1 Full Day ‘Hit the Ground Running’ In Office Training </strong>focused on Vision, Goals and Action Steps</li>\r\n	<li><strong>36 Months of Dental Coaching</strong>where I reinforce the ‘Hit The Ground Running’ workshop  by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying  areas that would benefit from attention</li>\r\n	<li><strong>Monthly In Office 3hr Workshops or ‘Observations’</strong></li>\r\n	<li><strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong></li>\r\n	<li><strong>1 Full Day ‘Annual Planning’ </strong>to prepare for next year</li>\r\n	<li><strong>Detailed Excel Monitors</strong></li>\r\n	<li><strong>Detailed Checklists</strong></li>\r\n	<li><strong>Detailed Job descriptions Templates</strong></li>\r\n	<li><strong>Employee Appraisal Templates</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n	<li>Written Comprehensive Practice Analysis (S.W.O.T)</li>\r\n	<li>Help the Dentist and team to get clarity on long term outcomes,</li>\r\n</ul>\r\npersonally and professionally\r\n<ul>\r\n	<li>Draw the team and Dentist in as partners in the practices’ success</li>\r\n	<li>Execution and implementation of strategies to develop and</li>\r\n</ul>\r\nto support your Vision\r\n<ul>\r\n	<li>Enforce Accountability with dental team</li>\r\n	<li><strong>Master-level customer service</strong>skills</li>\r\n	<li>Ongoing identification of opportunities for practice growth</li>\r\n	<li>Improve and implement phone conversion strategies</li>\r\n	<li>Understanding marketing and top marketing tactics</li>\r\n	<li>Increased retention of all appointments</li>\r\n	<li>Goal setting…FOR ALL DEPARTMENTS</li>\r\n	<li>Effective negotiation techniques…handling objections</li>\r\n	<li>Leadership and emotional intelligence</li>\r\n	<li>Interviewing and retaining team members</li>\r\n	<li>Leadership styles and applications</li>\r\n	<li>Personality profiles (DISC, VAK)</li>\r\n	<li>Team reward structures…BONUSES</li>\r\n	<li>Recare Reactivation/ Chart Reactivation System</li>\r\n	<li>Assist the Dentist in the area of leadership and empowerment</li>\r\n</ul>\r\nof each member of the team\r\n<ul>\r\n	<li>Install an effective ‘schedule to goal’ system so team can work</li>\r\n	<li>smarter and not harder</li>\r\n	<li>Give team strategies and tools for monitoring all areas</li>\r\n</ul>\r\nof the practice\r\n<ul>\r\n	<li>Provide team with new strategies for case presentation</li>\r\n</ul>\r\nthat will allow the patients more reasons to say “Yes”\r\n<ul>\r\n	<li>Assist team in developing more highly effective internal</li>\r\n</ul>\r\nand external marketing programs\r\n<ul>\r\n	<li>Professional resource for clinical advancement</li>\r\n	<li>A full time asset and support to your dental team</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 14:43:27','2018-10-24 14:43:27','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(747,1,'2018-10-24 14:51:13','2018-10-24 14:51:13','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_family=\"none\"]We all know that implementing change with dental teams can be challenging to say the least.  Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings <strong>specialized knowledge</strong> to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n<strong> </strong>\r\n<ul>\r\n	<li><strong>1 Full Day ‘Hit the Ground Running’ In Office Training </strong>focused on Vision, Goals and Action Steps</li>\r\n	<li><strong>36 Months of Dental Coaching</strong>where I reinforce the ‘Hit The Ground Running’ workshop  by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying  areas that would benefit from attention</li>\r\n	<li><strong>Monthly In Office 3hr Workshops or ‘Observations’</strong></li>\r\n	<li><strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong></li>\r\n	<li><strong>1 Full Day ‘Annual Planning’ </strong>to prepare for next year</li>\r\n	<li><strong>Detailed Excel Monitors</strong></li>\r\n	<li><strong>Detailed Checklists</strong></li>\r\n	<li><strong>Detailed Job descriptions Templates</strong></li>\r\n	<li><strong>Employee Appraisal Templates</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n	<li>Written Comprehensive Practice Analysis (S.W.O.T)</li>\r\n	<li>Help the Dentist and team to get clarity on long term outcomes,</li>\r\n</ul>\r\npersonally and professionally\r\n<ul>\r\n	<li>Draw the team and Dentist in as partners in the practices’ success</li>\r\n	<li>Execution and implementation of strategies to develop and</li>\r\n</ul>\r\nto support your Vision\r\n<ul>\r\n	<li>Enforce Accountability with dental team</li>\r\n	<li><strong>Master-level customer service</strong>skills</li>\r\n	<li>Ongoing identification of opportunities for practice growth</li>\r\n	<li>Improve and implement phone conversion strategies</li>\r\n	<li>Understanding marketing and top marketing tactics</li>\r\n	<li>Increased retention of all appointments</li>\r\n	<li>Goal setting…FOR ALL DEPARTMENTS</li>\r\n	<li>Effective negotiation techniques…handling objections</li>\r\n	<li>Leadership and emotional intelligence</li>\r\n	<li>Interviewing and retaining team members</li>\r\n	<li>Leadership styles and applications</li>\r\n	<li>Personality profiles (DISC, VAK)</li>\r\n	<li>Team reward structures…BONUSES</li>\r\n	<li>Recare Reactivation/ Chart Reactivation System</li>\r\n	<li>Assist the Dentist in the area of leadership and empowerment</li>\r\n</ul>\r\nof each member of the team\r\n<ul>\r\n	<li>Install an effective ‘schedule to goal’ system so team can work</li>\r\n	<li>smarter and not harder</li>\r\n	<li>Give team strategies and tools for monitoring all areas</li>\r\n</ul>\r\nof the practice\r\n<ul>\r\n	<li>Provide team with new strategies for case presentation</li>\r\n</ul>\r\nthat will allow the patients more reasons to say “Yes”\r\n<ul>\r\n	<li>Assist team in developing more highly effective internal</li>\r\n</ul>\r\nand external marketing programs\r\n<ul>\r\n	<li>Professional resource for clinical advancement</li>\r\n	<li>A full time asset and support to your dental team</li>\r\n</ul>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 14:51:13','2018-10-24 14:51:13','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(748,1,'2018-10-24 14:53:18','2018-10-24 14:53:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title font_family=\"none\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n•<strong> 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n• <strong>36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n• <strong>Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n• <strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n•<strong> 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n\r\n• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes,\r\npersonally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and\r\nto support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment\r\nof each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas\r\nof the practice\r\n• Provide team with new strategies for case presentation\r\nthat will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal\r\nand external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 14:53:18','2018-10-24 14:53:18','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(749,1,'2018-10-24 14:55:29','2018-10-24 14:55:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-10-24 14:55:29','2018-10-24 14:55:29','',120,'https://ddsconsultingplus.ca/2018/10/24/120-revision-v1/',0,'revision','',0),(750,1,'2018-10-24 15:13:19','2018-10-24 15:13:19','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"none\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n•<strong> 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n• <strong>36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n• <strong>Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n• <strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n•<strong> 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n\r\n• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes,\r\npersonally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and\r\nto support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment\r\nof each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas\r\nof the practice\r\n• Provide team with new strategies for case presentation\r\nthat will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal\r\nand external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 15:13:19','2018-10-24 15:13:19','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(751,1,'2018-10-24 19:09:06','2018-10-24 19:09:06','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\n\n&nbsp;\n\n<strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\n\n&nbsp;\n\n<strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong>\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year\n<strong>• Detailed Excel Monitors</strong>\n<strong> • Detailed Checklists</strong>\n<strong> • Detailed Job descriptions Templates</strong>\n<strong> • Employee Appraisal Templates</strong>\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)\n• Help the Dentist and team to get clarity on long term outcomes,\npersonally and professionally\n• Draw the team and Dentist in as partners in the practices’ success\n• Execution and implementation of strategies to develop and\nto support your Vision\n• Enforce Accountability with dental team\n• Master-level customer service skills\n• Ongoing identification of opportunities for practice growth\n• Improve and implement phone conversion strategies\n• Understanding marketing and top marketing tactics\n• Increased retention of all appointments\n• Goal setting…FOR ALL DEPARTMENTS\n• Effective negotiation techniques…handling objections\n• Leadership and emotional intelligence\n• Interviewing and retaining team members\n• Leadership styles and applications\n• Personality profiles (DISC, VAK)\n• Team reward structures…BONUSES\n• Recare Reactivation/ Chart Reactivation System\n• Assist the Dentist in the area of leadership and empowerment\nof each member of the team\n• Install an effective ‘schedule to goal’ system so team can work\n• smarter and not harder\n• Give team strategies and tools for monitoring all areas\nof the practice\n• Provide team with new strategies for case presentation\nthat will allow the patients more reasons to say “Yes”\n• Assist team in developing more highly effective internal\nand external marketing programs\n• Professional resource for clinical advancement\n• A full time asset and support to your dental team</p>\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-autosave-v1','','','2018-10-24 19:09:06','2018-10-24 19:09:06','',118,'https://ddsconsultingplus.ca/2018/10/24/118-autosave-v1/',0,'revision','',0),(752,1,'2018-10-24 15:16:10','2018-10-24 15:16:10','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n•<strong> 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n• <strong>36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n• <strong>Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n• <strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n•<strong> 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n\r\n• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes,\r\npersonally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and\r\nto support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment\r\nof each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas\r\nof the practice\r\n• Provide team with new strategies for case presentation\r\nthat will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal\r\nand external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 15:16:10','2018-10-24 15:16:10','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(753,1,'2018-10-24 15:18:14','2018-10-24 15:18:14','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n&nbsp;\r\n\r\n•<strong> 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n• <strong>36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n• <strong>Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n• <strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n•<strong> 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n\r\n• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes,\r\npersonally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and\r\nto support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment\r\nof each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas\r\nof the practice\r\n• Provide team with new strategies for case presentation\r\nthat will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal\r\nand external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 15:18:14','2018-10-24 15:18:14','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(754,1,'2018-10-24 15:20:16','2018-10-24 15:20:16','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n&nbsp;\r\n\r\n•<strong> 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n• <strong>36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n• <strong>Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n• <strong>Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n•<strong> 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes,\r\npersonally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and\r\nto support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment\r\nof each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas\r\nof the practice\r\n• Provide team with new strategies for case presentation\r\nthat will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal\r\nand external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team</p>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 15:20:16','2018-10-24 15:20:16','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(755,1,'2018-10-24 15:21:30','2018-10-24 15:21:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong>WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes,\r\npersonally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and\r\nto support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment\r\nof each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas\r\nof the practice\r\n• Provide team with new strategies for case presentation\r\nthat will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal\r\nand external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team</p>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 15:21:30','2018-10-24 15:21:30','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(756,1,'2018-10-24 15:24:30','2018-10-24 15:24:30','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_empty_space][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]In a nutshell, as sometimes ‘less is more’,\r\n\r\n&nbsp;\r\n\r\nI believe that ‘Success and coaching’ go hand in hand!\r\n\r\n&nbsp;\r\n\r\nI believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.\r\n\r\n&nbsp;\r\n\r\nI believe, ‘Ask better questions, Get better results’.\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:\r\n“Is ‘good’, good enough?”\r\n“Is change really worth it?”\r\n“Is stepping out of your ‘comfort zone’ worth it?”\r\n“What else could this mean?”\r\n“What’s great about this?”\r\n\r\n&nbsp;\r\n\r\nFinally, I believe, that the ‘quality of your communication determines the quality of your life’.\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.\r\nLet me ask you a question...\r\nWhich statement is more likely to occur?\r\n\r\n&nbsp;\r\n\r\n“I must arrive at 7:45am for morning huddle”\r\nOR\r\n“I should arrive at 7:45am for morning huddle”\r\n\r\n&nbsp;\r\n\r\nOf course, the statement with the word MUST!\r\n\r\n&nbsp;\r\n\r\nNow, I fully realize that there many other principles that are contributing factors to achieving success.\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">That being said, I believe, that with the help of a coach...\r\nYour dreams can become a Reality!</p>\r\n&nbsp;\r\nIt has been my honor helping dentists for over 25yrs! I look forward to the next 25![/mk_fancy_title][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2018-10-24 15:24:30','2018-10-24 15:24:30','',112,'https://ddsconsultingplus.ca/2018/10/24/112-revision-v1/',0,'revision','',0),(757,1,'2018-10-24 18:43:25','2018-10-24 18:43:25','','team','','inherit','open','closed','','team-2','','','2020-02-13 22:29:24','2020-02-13 22:29:24','',900,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg',0,'attachment','image/jpeg',0),(758,1,'2018-10-24 18:43:26','2018-10-24 18:43:26','','technology','','inherit','open','closed','','technology-2','','','2020-02-13 22:38:05','2020-02-13 22:38:05','',900,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg',0,'attachment','image/jpeg',0),(759,1,'2018-10-24 18:43:28','2018-10-24 18:43:28','','accountability','','inherit','open','closed','','accountability','','','2020-02-13 22:39:41','2020-02-13 22:39:41','',900,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg',0,'attachment','image/jpeg',0),(760,1,'2018-10-24 18:43:29','2018-10-24 18:43:29','','marketing','','inherit','open','closed','','marketing-2','','','2020-02-13 19:21:26','2020-02-13 19:21:26','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg',0,'attachment','image/jpeg',0),(761,1,'2018-10-24 18:43:30','2018-10-24 18:43:30','','new','','inherit','open','closed','','new','','','2020-02-13 22:38:46','2020-02-13 22:38:46','',900,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg',0,'attachment','image/jpeg',0),(762,1,'2018-10-24 18:43:31','2018-10-24 18:43:31','','production','','inherit','open','closed','','production-2','','','2020-02-13 22:26:49','2020-02-13 22:26:49','',900,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg',0,'attachment','image/jpeg',0),(763,1,'2018-10-24 18:43:32','2018-10-24 18:43:32','','profit','','inherit','open','closed','','profit-2','','','2020-02-13 19:19:16','2020-02-13 19:19:16','',4,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg',0,'attachment','image/jpeg',0),(764,1,'2018-10-24 18:43:34','2018-10-24 18:43:34','','schedule','','inherit','open','closed','','schedule-2','','','2020-02-13 22:30:02','2020-02-13 22:30:02','',900,'https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg',0,'attachment','image/jpeg',0),(765,1,'2018-10-24 19:09:28','2018-10-24 19:09:28','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes, personally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and to support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment of each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas of the practice\r\n• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal and external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team</p>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2018-10-24 19:09:28','2018-10-24 19:09:28','',118,'https://ddsconsultingplus.ca/2018/10/24/118-revision-v1/',0,'revision','',0),(766,1,'2018-10-24 19:10:45','2018-10-24 19:10:45','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-10-24 19:10:45','2018-10-24 19:10:45','',120,'https://ddsconsultingplus.ca/2018/10/24/120-revision-v1/',0,'revision','',0),(767,1,'2018-10-24 19:41:43','2018-10-24 19:41:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-10-24 19:41:43','2018-10-24 19:41:43','',120,'https://ddsconsultingplus.ca/2018/10/24/120-revision-v1/',0,'revision','',0),(768,1,'2018-10-24 19:42:08','2018-10-24 19:42:08','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][vc_empty_space height=\"64px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-10-24 19:42:08','2018-10-24 19:42:08','',120,'https://ddsconsultingplus.ca/2018/10/24/120-revision-v1/',0,'revision','',0),(769,1,'2018-10-24 19:42:49','2018-10-24 19:42:49','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][vc_empty_space height=\"64px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-10-24 19:42:49','2018-10-24 19:42:49','',120,'https://ddsconsultingplus.ca/2018/10/24/120-revision-v1/',0,'revision','',0),(770,1,'2018-10-24 19:43:18','2018-10-24 19:43:18','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"apex\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Pre-sale A.P.E.X Program-</span> \"We help you build it to sell it\" </strong>\r\n\r\nFor the ‘Transitioning’ Practice\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\"><span style=\"text-decoration: underline;\">Post-sale A.P.E.X Program-</span> \" We help you buy it and build it\" </strong>\r\n\r\nFor the ‘Start Up’ Practice\r\nSoar or Struggle the 1st year?[/mk_fancy_title][vc_empty_space height=\"120px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','APEX','','inherit','closed','closed','','120-revision-v1','','','2018-10-24 19:43:18','2018-10-24 19:43:18','',120,'https://ddsconsultingplus.ca/2018/10/24/120-revision-v1/',0,'revision','',0),(771,1,'2018-10-24 20:10:21','2018-10-24 20:10:21','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1535056436230{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2018-10-24 20:10:21','2018-10-24 20:10:21','',4,'https://ddsconsultingplus.ca/2018/10/24/4-revision-v1/',0,'revision','',0),(773,1,'2019-10-28 15:58:31','2019-10-28 15:58:31','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524031083261{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 15:58:31','2019-10-28 15:58:31','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(774,1,'2019-10-28 16:00:05','2019-10-28 16:00:05','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1525118371320{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 16:00:05','2019-10-28 16:00:05','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(776,1,'2019-10-28 16:02:26','2019-10-28 16:02:26','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278541744{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 16:02:26','2019-10-28 16:02:26','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(777,1,'2019-10-28 16:03:35','2019-10-28 16:03:35','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 16:03:35','2019-10-28 16:03:35','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(778,1,'2019-10-28 17:12:52','2019-10-28 17:12:52','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMTAlMkZwcm9kdWN0aW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 17:12:52','2019-10-28 17:12:52','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(779,1,'2019-10-28 17:14:12','2019-10-28 17:14:12','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 17:14:12','2019-10-28 17:14:12','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(780,1,'2019-10-28 17:22:53','2019-10-28 17:22:53','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 17:22:53','2019-10-28 17:22:53','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(781,1,'2019-10-28 17:25:01','2019-10-28 17:25:01','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 17:25:01','2019-10-28 17:25:01','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(782,1,'2019-10-28 17:27:11','2019-10-28 17:27:11','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 17:27:11','2019-10-28 17:27:11','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(783,1,'2019-10-28 18:09:26','2019-10-28 18:09:26','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 18:09:26','2019-10-28 18:09:26','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(784,1,'2019-10-28 18:11:59','2019-10-28 18:11:59','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 18:11:59','2019-10-28 18:11:59','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(785,1,'2019-10-28 18:12:59','2019-10-28 18:12:59','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRnUyMDY4NzQ3OC5vbmxpbmVob21lLXNlcnZlci5jb20lMkZkZHMlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 18:12:59','2019-10-28 18:12:59','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(786,1,'2019-10-28 18:14:29','2019-10-28 18:14:29','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyNyUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 18:14:29','2019-10-28 18:14:29','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(787,1,'2019-10-28 18:30:11','2019-10-28 18:30:11','[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!\r\n\r\nMy area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.\r\n\r\nDDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”\r\nwhat is already working every now and again.\r\nCoaching and Consulting is not only for \'out of control\' practices.\r\nActually more often than not, it is the successful practice that reaches out for objective” help.\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?\r\n\r\n&nbsp;\r\n\r\n<center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]','main','','inherit','closed','closed','','4-revision-v1','','','2019-10-28 18:30:11','2019-10-28 18:30:11','',4,'https://ddsconsultingplus.ca/2019/10/28/4-revision-v1/',0,'revision','',0),(789,2,'2020-02-11 15:57:28','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-02-11 15:57:28','0000-00-00 00:00:00','',0,'https://ddsconsultingplus.ca/?p=789',0,'post','',0),(790,2,'2020-02-11 23:38:26','2020-02-11 23:38:26','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Health & Safety Training','','inherit','closed','closed','','301-autosave-v1','','','2020-02-11 23:38:26','2020-02-11 23:38:26','',301,'https://ddsconsultingplus.ca/301-autosave-v1/',0,'revision','',0),(792,2,'2020-02-13 22:12:27','2020-02-13 22:12:27','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\n<p>&nbsp;</p>\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox]Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','main','','inherit','closed','closed','','4-autosave-v1','','','2020-02-13 22:12:27','2020-02-13 22:12:27','',4,'https://ddsconsultingplus.ca/4-autosave-v1/',0,'revision','',0),(793,2,'2020-02-12 00:34:50','2020-02-12 00:34:50','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMiUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjIlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAyJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwMyUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA0JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNSUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA2JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA3JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGdTIwNjg3NDc4Lm9ubGluZWhvbWUtc2VydmVyLmNvbSUyRmRkcyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGY2xvc2VfYnRuLnBuZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA4JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-12 00:34:50','2020-02-12 00:34:50','',4,'https://ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(794,2,'2020-02-12 00:40:21','2020-02-12 00:40:21','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-12 00:40:21','2020-02-12 00:40:21','',4,'https://ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(795,2,'2020-02-12 00:45:53','2020-02-12 00:45:53','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"160px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-12 00:45:53','2020-02-12 00:45:53','',4,'https://ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(800,2,'2020-02-12 01:18:17','2020-02-12 01:18:17','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ1MjA2ODc0Nzgub25saW5laG9tZS1zZXJ2ZXIuY29tJTJGZGRzJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxJTI4MDElMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-12 01:18:17','2020-02-12 01:18:17','',4,'https://ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(801,2,'2020-02-14 13:47:41','2020-02-14 13:47:41','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space]Laurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.\n\n&nbsp;\n\nShe has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.\n\nAs a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.\n\n&nbsp;\n\nAs an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!\n\n&nbsp;\n\nHer customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.[/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]','Laurie Slater','','inherit','closed','closed','','108-autosave-v1','','','2020-02-14 13:47:41','2020-02-14 13:47:41','',108,'https://ddsconsultingplus.ca/108-autosave-v1/',0,'revision','',0),(802,2,'2020-02-13 00:43:12','2020-02-13 00:43:12','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 00:43:12','2020-02-13 00:43:12','',4,'https://ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(803,2,'2020-02-13 00:51:52','2020-02-13 00:51:52','https://ddsconsultingplus.ca/wp-content/uploads/2018/05/cropped-header.png','cropped-header.png','','inherit','open','closed','','cropped-header-png','','','2020-02-13 00:51:52','2020-02-13 00:51:52','',0,'https://ddsconsultingplus.ca/wp-content/uploads/2018/05/cropped-header.png',0,'attachment','image/png',0),(804,2,'2020-02-13 00:56:03','0000-00-00 00:00:00','{\n    \"old_sidebars_widgets_data\": {\n        \"value\": {\n            \"wp_inactive_widgets\": [],\n            \"sidebar-1\": [\n                \"search-2\",\n                \"recent-posts-2\",\n                \"recent-comments-2\",\n                \"archives-2\",\n                \"categories-2\",\n                \"meta-2\"\n            ],\n            \"sidebar-2\": [],\n            \"sidebar-3\": [],\n            \"sidebar-4\": [],\n            \"sidebar-5\": [],\n            \"sidebar-6\": [],\n            \"sidebar-7\": [],\n            \"sidebar-8\": [],\n            \"sidebar-9\": [],\n            \"sidebar-10\": [\n                \"text-2\"\n            ],\n            \"sidebar-11\": [\n                \"text-3\"\n            ],\n            \"sidebar-12\": [],\n            \"sidebar-13\": [],\n            \"sidebar-14\": [],\n            \"sidebar-15\": [],\n            \"sidebar-16\": [],\n            \"sidebar-17\": []\n        },\n        \"type\": \"global_variable\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:52:08\"\n    },\n    \"generatepress::custom_logo\": {\n        \"value\": 803,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:52:08\"\n    },\n    \"generate_settings[hide_title]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:52:08\"\n    },\n    \"generate_settings[hide_tagline]\": {\n        \"value\": true,\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:52:08\"\n    },\n    \"generatepress::nav_menu_locations[primary]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:52:08\"\n    },\n    \"nav_color_presets\": {\n        \"value\": \"grey\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[navigation_background_color]\": {\n        \"value\": \"#595959\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[navigation_background_hover_color]\": {\n        \"value\": \"#424242\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[navigation_background_current_color]\": {\n        \"value\": \"#424242\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[subnavigation_background_color]\": {\n        \"value\": \"#424242\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[subnavigation_background_hover_color]\": {\n        \"value\": \"#424242\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[subnavigation_text_hover_color]\": {\n        \"value\": \"#dbdbdb\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[subnavigation_background_current_color]\": {\n        \"value\": \"#424242\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    },\n    \"generate_settings[subnavigation_text_current_color]\": {\n        \"value\": \"#dbdbdb\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:56:03\"\n    }\n}','','','auto-draft','closed','closed','','3ffdd805-b2c0-40fa-b4bd-616a612ee606','','','2020-02-13 00:56:03','2020-02-13 00:56:03','',0,'https://ddsconsultingplus.ca/?p=804',0,'customize_changeset','',0),(805,2,'2020-02-13 00:59:35','0000-00-00 00:00:00','{\n    \"old_sidebars_widgets_data\": {\n        \"value\": {\n            \"wp_inactive_widgets\": [],\n            \"sidebar-1\": [\n                \"search-2\",\n                \"recent-posts-2\",\n                \"recent-comments-2\",\n                \"archives-2\",\n                \"categories-2\",\n                \"meta-2\"\n            ],\n            \"sidebar-2\": [],\n            \"sidebar-3\": [],\n            \"sidebar-4\": [],\n            \"sidebar-5\": [],\n            \"sidebar-6\": [],\n            \"sidebar-7\": [],\n            \"sidebar-8\": [],\n            \"sidebar-9\": [],\n            \"sidebar-10\": [\n                \"text-2\"\n            ],\n            \"sidebar-11\": [\n                \"text-3\"\n            ],\n            \"sidebar-12\": [],\n            \"sidebar-13\": [],\n            \"sidebar-14\": [],\n            \"sidebar-15\": [],\n            \"sidebar-16\": [],\n            \"sidebar-17\": []\n        },\n        \"type\": \"global_variable\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:59:35\"\n    },\n    \"sidebars_widgets[sidebar-1]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:59:35\"\n    },\n    \"twentytwelve::nav_menu_locations[primary]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 00:59:35\"\n    }\n}','','','auto-draft','closed','closed','','fccb2844-1547-4ad9-98c4-cd09ae652bfc','','','2020-02-13 00:59:35','0000-00-00 00:00:00','',0,'https://ddsconsultingplus.ca/?p=805',0,'customize_changeset','',0),(807,2,'2020-02-13 01:15:25','0000-00-00 00:00:00','{\n    \"old_sidebars_widgets_data\": {\n        \"value\": {\n            \"wp_inactive_widgets\": [],\n            \"sidebar-1\": [\n                \"search-2\",\n                \"recent-posts-2\",\n                \"recent-comments-2\",\n                \"archives-2\",\n                \"categories-2\",\n                \"meta-2\",\n                \"text-3\"\n            ],\n            \"sidebar-2\": [\n                \"text-2\"\n            ],\n            \"sidebar-3\": [],\n            \"sidebar-4\": [],\n            \"sidebar-5\": [],\n            \"sidebar-6\": [],\n            \"sidebar-7\": [],\n            \"sidebar-8\": [],\n            \"sidebar-9\": [],\n            \"sidebar-10\": [],\n            \"sidebar-11\": [],\n            \"sidebar-12\": [],\n            \"sidebar-13\": [],\n            \"sidebar-14\": [],\n            \"sidebar-15\": [],\n            \"sidebar-16\": [],\n            \"sidebar-17\": []\n        },\n        \"type\": \"global_variable\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 01:15:25\"\n    },\n    \"blogname\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 01:15:25\"\n    },\n    \"jupiterx::nav_menu_locations[primary]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 01:15:25\"\n    }\n}','','','auto-draft','closed','closed','','0a596d30-5efd-4e4b-989e-608c384c9915','','','2020-02-13 01:15:25','0000-00-00 00:00:00','',0,'https://ddsconsultingplus.ca/?p=807',0,'customize_changeset','',0),(808,2,'2019-12-14 07:08:45','2019-12-14 07:08:45','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','publish','closed','closed','','header','','','2020-02-14 18:05:37','2020-02-14 18:05:37','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=14',0,'elementor_library','',0),(809,2,'2019-12-15 06:22:02','2019-12-15 06:22:02','<ul>\n					<li>\n						<a href=\"https://jupiterx.artbees.net/hospital/author/emre/\">\n										emre					\n									</a>\n				</li>\n				<li>\n						<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/\">\n										December 15, 2019					\n									</a>\n				</li>\n				</ul>\n					<h2>Routine Checkups is an \nimportant part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Request Appointment											\n			</a>','Blog Single','','trash','closed','closed','','blog-single__trashed','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=135',0,'elementor_library','',0),(810,2,'2019-12-14 07:05:37','2019-12-14 07:05:37','<h1>Go From Injury to \nBouncing Right Back.</h1>\n		<p>Behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>		\n			<a href=\"tel:477-500-9859\">\n						Call 477-500-9859											\n			</a>\n		<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/elementor/thumbs/doctor02-oi5de4krqva6vbtcblvoniyfyay698fuccmwujix7g.jpg\" title=\"doctor02\" alt=\"doctor02\" />		\n					<h2>Hospital Doctors Examine \nPatients So That They \nDan Diagnose.</h2>\n		<p style=\"text-align: left\">Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat nonoidents nt in culpa qui officia deserunt mollit anim id est laborum. Sedut iciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam voluptatem.</p>		\n			<a href=\"https://jupiterx.artbees.net/hospital/about/\">\n						About Us											\n			</a>\n					<h2>What to Expect From Us</h2>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia</p>		\n				\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n				\n				<h3>\n					Intensive Care\n				</h3>\n								<p>Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. </p>\n				\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n				\n				<h3>\n					Intensive Care\n				</h3>\n								<p>Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. </p>\n				\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n				\n				<h3>\n					Intensive Care\n				</h3>\n								<p>Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. </p>\n				\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n				\n				<h3>\n					Intensive Care\n				</h3>\n								<p>Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. </p>\n				\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n				\n				<h3>\n					Intensive Care\n				</h3>\n								<p>Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. </p>\n				\n\n	.st0{fill:#1BB99F;}\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	\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	\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	\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	\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	\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	\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	\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\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	\n	\n\n\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n				\n				<h3>\n					Intensive Care\n				</h3>\n								<p>Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. </p>\n					<h2>Experts Ready to Serve</h2>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia</p>		\n			.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor08.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/bariatric-surgery/\">Bariatric surgery</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton-2/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor07.jpg\" alt=\"Bernard Horton\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton-2/\">Bernard Horton</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endoscopy/\">Endoscopy</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-4/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor03.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-4/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endoscopy/\">Endoscopy</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-3/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor05.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-3/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/bariatric-surgery/\">Bariatric surgery</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor01.jpg\" alt=\"Bernard Horton\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton/\">Bernard Horton</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/internal-medicine/\">Internal Medicine</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-2/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor04.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-2/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endocrinologist/\">Endocrinologist</a>		\n		</section>\n					<h2>What Our Patient Says</h2>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia</p>		\n		<figure><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/testimonial02.png\" alt=\"testimonial02\"></figure><p>Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.</p>Martin VargasHappy Patient\n		<figure><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/testimonial01.png\" alt=\"testimonial01\"></figure><p>Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.</p>John BorthwickHappy Patient\n		<figure><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2020/02/testimonial_img_4.png\" alt=\"testimonial_img_4\"></figure><p>Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.</p>Patrick WayneHappy Patient\n		<figure><img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2020/02/testimonial_img_3.png\" alt=\"testimonial_img_3\"></figure><p>Chest ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore amet, consectetur adipisicing.</p>Sam N. WhiteHappy Patient\n					<h2>Make an Appointment with</h2>\n					\n			\n			\n		Choose Specialist for make an AppointmentInternal MedicineBariatric surgeryEndoscopyOrthopedic Surgery		\n					\n					\n					\n					<textarea name=\"fields[7bc4ef8]\" id=\"form-field-7bc4ef8\" data-type=\"textarea\" rows=\"5\"></textarea>\n				<button type=\"submit\">\n										Request Appointment\n				</button>\n		\n		<img width=\"150\" height=\"150\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/call-now.jpg\" alt=\"\" />		\n					<h3>+9 109-310-8606</h3>\n		<p>if urgent, Your personal case manager will ensure that you receive the best possible care.</p>		\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Call Us Now											\n			</a>\n					<h2>Latest Post Form Blog</h2>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit essecillum olore eu fugiat nulla pariatur Excepteur sint occaecat cupidatat nonoidentst in culpa qui officia</p>		\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog05.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/\">A New Option for Men with Prostate</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog04.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/\">A New Option for Men with Prostate</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','Home','','publish','closed','closed','','home','','','2019-12-14 07:05:37','2019-12-14 07:05:37','',0,'https://jupiterx.artbees.net/hospital/?page_id=11',0,'page','',0),(811,2,'2019-12-14 08:34:35','2019-12-14 08:34:35','<h1>Contact Us</h1>\n			<ol>				<li>Home</li>\n				</ol>		\n					<h2>Contact Us for Help</h2>\n		<p>Please call or complete the form below and someone will be in touch with you shortly.</p>		\n			<a href=\"tel:070-564-7252\">\n						070-564-7252											\n			</a>\n					<h2>Get In Touch</h2>\n		<p>Utenim ad minim veniam quis nostrud itation llamco laboris nisi ut aliquip.</p>		\n				<a href=\"#\">\n								</a>\n				<h3>\n					<a href=\"#\">221B Baker Street, P. O Box 3 </a>\n				</h3>\n								<p> Park Road, USA - 215431</p>\n				<a href=\"tel:+1 604-730-9919\">\n								</a>\n				<h3>\n					<a href=\"tel:+1 604-730-9919\">+1 604-730-9919</a>\n				</h3>\n								<p>Mon to Fri 9am to 6 pm</p>\n				<a href=\"mailto:support@artbees.com\">\n								</a>\n				<h3>\n					<a href=\"mailto:support@artbees.com\">support@artbees.com</a>\n				</h3>\n								<p>Send us your query anytime!</p>\n					\n			\n			\n					<textarea name=\"fields[6c8f2ec]\" id=\"form-field-6c8f2ec\" data-type=\"textarea\" rows=\"5\"></textarea>\n					\n					\n					\n				<button type=\"submit\">\n										Send Message\n				</button>\n		\n			','Contact','','publish','closed','closed','','contact-2','','','2019-12-14 08:34:35','2019-12-14 08:34:35','',0,'https://jupiterx.artbees.net/hospital/?page_id=65',0,'page','',0),(812,2,'2019-12-15 07:28:01','2019-12-15 07:28:01','<h1>Find A Doctor</h1>\n			<ol>				<li>Home</li>\n				</ol>		\n					<h2>Specialities</h2>\n					<h2>Available Hours</h2>\n			Tuesday &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9:00 - 12:00Monday &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9:00 - 10:00		\n					<h2>Medical Education</h2>\n			University of California, San Francisco		\n			<a href=\"https://www.facebook.com/artbees\">Christopher Johnston</a>		\n			<a href=\"https://twitter.com/artbees_design?lang=en\">Christopher Johnston</a>		\n			<h2>Christopher Johnston</h2>		\n			<p>Duis aute irure dolor reprehenderit voluptate velit esse cillum dolore eu fugiatnulla pariatur. Excepteur sint aecat cupidatat non proident, sunt in culpa qui officiat mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. enim ad minim veniamquis nostrud exercitation.</p>\n<p>Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\n					<h4>Achievements</h4>\n			<p>Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident.</p>\n					<h4>Work Experience</h4>\n			<br>\n<b>2018 - Present:</b>\n<br>\nBS - Molecular Biology\nPharmacy and Therapeutics Committee,  Medico Clinic Arizona		\n					<h2>Routine Checkups is an \nimportant part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Request Appointment											\n			</a>','Doctors Single','','publish','closed','closed','','doctors-single','','','2019-12-15 07:28:01','2019-12-15 07:28:01','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-engine&amp;p=149',0,'jet-engine','',0),(813,2,'2019-12-15 11:27:30','2019-12-15 11:27:30','Home\n					<h2>Make an Appointment with</h2>\n					\n			\n			\n		Choose Specialist for make an AppointmentInternal MedicineBariatric surgeryEndoscopyOrthopedic Surgery		\n					\n					\n					\n					<textarea name=\"fields[7bc4ef8]\" id=\"form-field-7bc4ef8\" data-type=\"textarea\" rows=\"5\"></textarea>\n				<button type=\"submit\">\n										Request Appointment\n				</button>\n		\n		<img width=\"150\" height=\"150\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/call-now.jpg\" alt=\"\" />		\n					<h3>+9 109-310-8606</h3>\n		<p>if urgent, Your personal case manager will ensure that you receive the best possible care.</p>		\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Call Us Now											\n			</a>\n					<h2>Routine Checkups is an important part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						REQUEST APPOINTMENT											\n			</a>','Portfolio Single','','trash','closed','closed','','portfolio-single__trashed','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=210',0,'elementor_library','',0),(814,2,'2019-12-15 12:10:47','2019-12-15 12:10:47','<img width=\"335\" height=\"100\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png 335w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo-300x90.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo-330x99.png 330w\" sizes=\"(max-width: 335px) 100vw, 335px\" />											\n		<br>\n647-223-3678<br>\nlaurie@ddsconsultingplus.ca','Footer','','publish','closed','closed','','footer','','','2020-02-14 15:19:17','2020-02-14 15:19:17','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=230',0,'elementor_library','',0),(815,2,'2019-12-15 13:33:02','2019-12-15 13:33:02','<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor08.jpg\" alt=\"Doctors Archive\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\">Christopher Johnston</a>','Doctors Archive','','publish','closed','closed','','doctors-archive','','','2019-12-15 13:33:02','2019-12-15 13:33:02','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-engine&amp;p=251',0,'jet-engine','',0),(816,2,'2019-12-16 07:37:54','2019-12-16 07:37:54','<h1>Find A Doctor</h1>\n			<ol>				<li>Home</li>\n				</ol>		\n					<h2>Specialities</h2>\n					<h2>Available Hours</h2>\n					<h2>Medical Education</h2>\n			<h2>Doctors Single</h2>		\n					<h4>Achievements</h4>\n					<h4>Work Experience</h4>\n					<h2>Routine Checkups is an \nimportant part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Request Appointment											\n			</a>','Doctors Single','','trash','closed','closed','','doctors-single__trashed','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=289',0,'elementor_library','',0),(817,2,'2019-12-16 08:13:09','2019-12-16 08:13:09','','Department Filter','','publish','closed','closed','','department-filter','','','2019-12-16 08:13:09','2019-12-16 08:13:09','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-smart-filters&amp;p=315',0,'jet-smart-filters','',0),(818,2,'2019-12-16 08:14:11','2019-12-16 08:14:11','','Speciality Filter','','publish','closed','closed','','speciality-filter','','','2019-12-16 08:14:11','2019-12-16 08:14:11','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-smart-filters&amp;p=316',0,'jet-smart-filters','',0),(819,2,'2019-12-16 08:23:19','2019-12-16 08:23:19','','Specialist Select Filter','','publish','closed','closed','','specialist-select-filter','','','2019-12-16 08:23:19','2019-12-16 08:23:19','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-smart-filters&amp;p=321',0,'jet-smart-filters','',0),(820,2,'2019-12-26 06:53:53','2019-12-26 06:53:53','\n\n      .cls-1 {\n        fill: #2c234d;\n        fill-rule: evenodd;\n      }\n    	Play Video','Video','','publish','closed','closed','','video','','','2019-12-26 06:53:53','2019-12-26 06:53:53','',0,'https://jupiterx.artbees.net/hospital/?post_type=jet-popup&amp;p=432',0,'jet-popup','',0),(821,2,'2019-12-26 08:14:25','2019-12-26 08:14:25','<a href=\"https://jupiterx.artbees.net/hospital\">\n													<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/logo-2.svg\" alt=\"Hospital\" data-no-lazy=\"1\" />\n													</a>\n					<nav>\n			<ul id=\"menu-f847894\"><li><a href=\"https://jupiterx.artbees.net/hospital/about/\">About</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/services/\">Services</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">Our Doctors</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/blog/\">Blog</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-f847894\"><li><a href=\"https://jupiterx.artbees.net/hospital/about/\">About</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/services/\">Services</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">Our Doctors</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/blog/\">Blog</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/contact/\">Contact</a></li>\n</ul>			\n		</nav>\n					\n							\n      .cls-1 {\n        fill: #666;\n        fill-rule: evenodd;\n      }\n    						\n				&times;\n				\n		\n			<a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">\n						Book Appointment											\n			</a>','Sticky Header','','trash','closed','closed','','sticky-header__trashed','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=489',0,'elementor_library','',0),(822,2,'2020-01-14 11:48:36','2020-01-14 11:48:36','No data was found','Doctors Archive','','trash','closed','closed','','doctors-archive__trashed','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',0,'https://jupiterx.artbees.net/hospital/?post_type=elementor_library&#038;p=702',0,'elementor_library','',0),(823,2,'2019-12-14 12:11:20','2019-12-14 12:11:20','<img width=\"463\" height=\"200\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/404.png\" alt=\"\" />		\n					<h1>Page Can Not Be Found</h1>\n		<p>We’re sorry but we can’t seem to find the page you requested. This might be because you have typed the web address incorrectly.</p>		\n			<a href=\"https://jupiterx.artbees.net/hospital/\">\n						Go Back Home											\n			</a>\n					<h2>Try Our Cost Calculator For \nFurther Cost Details.</h2>\n			<a href=\"#\">\n						ESTIMATE COST											\n			</a>','404','','publish','closed','closed','','404-2','','','2019-12-14 12:11:20','2019-12-14 12:11:20','',0,'https://jupiterx.artbees.net/hospital/?page_id=83',0,'page','',0),(824,2,'2019-12-14 12:22:08','2019-12-14 12:22:08','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Intensive Care','Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. ','publish','open','open','','intensive-care','','','2019-12-14 12:22:08','2019-12-14 12:22:08','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=93',0,'portfolio','',0),(825,2,'2019-12-14 12:22:36','2019-12-14 12:22:36','<p>[vc_row][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Services','','trash','closed','closed','','services-16__trashed','','','2020-02-14 16:19:11','2020-02-14 16:19:11','',0,'https://jupiterx.artbees.net/hospital/?page_id=100',0,'page','',0),(826,2,'2019-12-15 05:59:03','2019-12-15 05:59:03','<h1>Blog</h1>\n			<ol>				<li>Home</li>\n				</ol>		\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog05.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-4/\">A New Option for Men with Prostate</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog04.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-3/\">A New Option for Men with Prostate</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-4/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog08.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-4/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-4/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-4/\">Can Stress Cause Stomach Problems?</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-3/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog10.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-3/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-3/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/can-stress-cause-stomach-problems-3/\">Can Stress Cause Stomach Problems?</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-2/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog09.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-2/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-2/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate-2/\">A New Option for Men with Prostate</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate/\"><img width=\"1920\" height=\"1094\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog03.jpg\" alt=\"\" /> </a>		\n							<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate/\" rel=\"bookmark\">December 15, 2019</a>\n|\n<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate/#comments\" rel=\"bookmark\">No Comments</a>\n		<h3><a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/a-new-option-for-men-with-prostate/\">A New Option for Men with Prostate</a></h3>		Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.\n			<a href=\"#\">Load More</a>\n					<h2>Routine Checkups is an \nimportant part of children health.</h2>\n			<a href=\"contact\">\n						Request Appointment											\n			</a>','Blog','','publish','closed','closed','','blog','','','2019-12-15 05:59:03','2019-12-15 05:59:03','',0,'https://jupiterx.artbees.net/hospital/?page_id=119',0,'page','',0),(827,2,'2019-12-15 06:01:59','2019-12-15 06:01:59','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','Can Stress Cause Stomach Problems?','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','can-stress-cause-stomach-problems','','','2019-12-15 06:01:59','2019-12-15 06:01:59','',0,'https://jupiterx.artbees.net/hospital/?p=123',0,'post','',0),(828,2,'2019-12-15 11:04:37','2019-12-15 11:04:37','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','A New Option for Men with Prostate','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','a-new-option-for-men-with-prostate','','','2019-12-15 11:04:37','2019-12-15 11:04:37','',0,'https://jupiterx.artbees.net/hospital/?p=164',0,'post','',0),(829,2,'2019-12-15 11:18:07','2019-12-15 11:18:07','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','Can Stress Cause Stomach Problems?','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','can-stress-cause-stomach-problems-2','','','2019-12-15 11:18:07','2019-12-15 11:18:07','',0,'https://jupiterx.artbees.net/hospital/?p=180',0,'post','',0),(830,2,'2019-12-15 11:20:32','2019-12-15 11:20:32','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','A New Option for Men with Prostate','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','a-new-option-for-men-with-prostate-4','','','2019-12-15 11:20:32','2019-12-15 11:20:32','',0,'https://jupiterx.artbees.net/hospital/?p=183',0,'post','',0),(831,2,'2019-12-15 11:20:13','2019-12-15 11:20:13','<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium.</p>		\n		<p>“Quis ipsum suspendisse ultrices gravida. Risus commodo viverra nas accumsan lacus vel facilisis enim ad minim veniam quis nostrud tation ullamco laboris nisi ut aliquip commodo”</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img2.jpg\" alt=\"\" />		\n		<img width=\"460\" height=\"386\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/blog-details-img1.jpg\" alt=\"\" />		\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore fugiat nulla riatur pteur sint occaecat cupidatat non proident.</p><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>		\n					<h3>This Is a Giant Shipworm</h3>\n		<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur pteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum Sede ut perspiciatis unde omnis iste natus error.</p>','Can Stress Cause Stomach Problems?','Chest ipsum dolor sit amet, consectetur adipisicing elit sed do eiusmod tempor incididunt labore.','publish','open','open','','can-stress-cause-stomach-problems-4','','','2019-12-15 11:20:13','2019-12-15 11:20:13','',0,'https://jupiterx.artbees.net/hospital/?p=184',0,'post','',0),(832,2,'2019-12-16 08:03:14','2019-12-16 08:03:14','<h1>Find A Doctor</h1>\n			<ol>\n				<li><a href=\"https://jupiterx.artbees.net/hospital\">Home</a>\n				</li>\n								<li>Doctors</li>\n				</ol>		\n					<h2>Meet Our Specialists</h2>\n		<p>Our find a doctor tool assists you in choosing from our diverse pool of health specialists.</p>		\n				\n							Choose Specialist for make an Appointment\n						Bariatric surgery\n						Endocrinologist\n						Endoscopy\n						Internal Medicine\n						M.D\n						Orthopedic Surgery\n						Ph.d\n			\n	<button type=\"button\" class=\"apply-filters__button\" data-apply-provider=\"jet-engine\" data-apply-type=\"ajax\" data-query-id=\"default\" data-redirect=\"\" data-redirect-path=\"\">\n		Find Doctor	</button>\n					<h3>By Department</h3>\n	<label>\n		\n		Cardiology\n			</label>\n	<label>\n		\n		Dental Implant\n			</label>\n	<label>\n		\n		Gastrology\n			</label>\n	<label>\n		\n		Latest Equipments\n			</label>\n	<label>\n		\n		Medical Counseling\n			</label>\n	<label>\n		\n		Medico Clinic Arizona\n			</label>\n	<label>\n		\n		Neurology\n			</label>\n					<h3>By Speciality</h3>\n	<label>\n		\n		Bariatric surgery\n			</label>\n	<label>\n		\n		Endocrinologist\n			</label>\n	<label>\n		\n		Endoscopy\n			</label>\n	<label>\n		\n		Internal Medicine\n			</label>\n	<label>\n		\n		M.D\n			</label>\n	<label>\n		\n		Orthopedic Surgery\n			</label>\n	<label>\n		\n		Ph.d\n			</label>\n					<h3>By Gender</h3>\n	<label>\n		\n		male\n			</label>\n	<label>\n		\n		female\n			</label>\n			.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor08.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-5/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/bariatric-surgery/\">Bariatric surgery</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton-2/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor07.jpg\" alt=\"Bernard Horton\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton-2/\">Bernard Horton</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endoscopy/\">Endoscopy</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-4/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor03.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-4/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endoscopy/\">Endoscopy</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-3/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor05.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-3/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/bariatric-surgery/\">Bariatric surgery</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor01.jpg\" alt=\"Bernard Horton\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/bernard-horton/\">Bernard Horton</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/internal-medicine/\">Internal Medicine</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-2/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor04.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston-2/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/endocrinologist/\">Endocrinologist</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor10.jpg\" alt=\"Christopher Johnston\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/christopher-johnston/\">Christopher Johnston</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/m-d/\">M.D</a>, <a href=\"https://jupiterx.artbees.net/hospital/speciality/ph-d/\">Ph.d</a>		\n		</section>\n		.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-widget-wrap &gt; .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:5px;}.elementor-251 .elementor-element.elementor-element-24fb382:not(.elementor-motion-effects-element-type-background) &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-column-wrap &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 32px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay, .elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-24fb382:hover &gt; .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:#F0F0F0;box-shadow:0px 2px 35px 0px rgba(0, 0, 0, 0.08);}.elementor-251 .elementor-element.elementor-element-24fb382 &gt; .elementor-element-populated &gt; .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-251 .elementor-element.elementor-element-a7de695 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link{align-self:center;font-family:\"Exo\", Sans-serif;font-size:24px;font-weight:bold;text-transform:capitalize;color:#050933;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-bfc208e .jet-listing-dynamic-link__icon{order:1;}.elementor-251 .elementor-element.elementor-element-bfc208e &gt; .elementor-widget-container{margin:23px 0px 0px 0px;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms{text-align:center;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link{font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:300;text-transform:capitalize;color:#677294;}.elementor-251 .elementor-element.elementor-element-8f5de91 .jet-listing-dynamic-terms__link:hover{color:#18A48D;}.elementor-251 .elementor-element.elementor-element-8f5de91 &gt; .elementor-widget-container{margin:5px 0px 0px 0px;}		\n							<section data-id=\"1ae1102\">\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/johnny-jimenez/\"><img width=\"1000\" height=\"1105\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/doctor02.jpg\" alt=\"Johnny Jimenez\" /></a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/doctors/johnny-jimenez/\">Johnny Jimenez</a>		\n			<a href=\"https://jupiterx.artbees.net/hospital/speciality/orthopedic-surgery/\">Orthopedic Surgery</a>		\n		</section>\n					<h2>Routine Checkups is an important part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						request appointment											\n			</a>','Our Doctors','','publish','closed','closed','','our-doctors','','','2019-12-16 08:03:14','2019-12-16 08:03:14','',0,'https://jupiterx.artbees.net/hospital/?page_id=305',0,'page','',0),(833,2,'2019-12-16 09:03:34','2019-12-16 09:03:34','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Precise Diagnosis','Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. ','publish','open','open','','precise-diagnosis','','','2019-12-16 09:03:34','2019-12-16 09:03:34','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=339',0,'portfolio','',0),(834,2,'2019-12-16 09:03:45','2019-12-16 09:03:45','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Rehabilitation Center','Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. ','publish','open','open','','rehabilitation-center','','','2019-12-16 09:03:45','2019-12-16 09:03:45','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=340',0,'portfolio','',0),(835,2,'2019-12-16 09:03:56','2019-12-16 09:03:56','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Precise Diagnosis','Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. ','publish','open','open','','precise-diagnosis-2','','','2019-12-16 09:03:56','2019-12-16 09:03:56','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=341',0,'portfolio','',0),(836,2,'2019-12-16 09:04:05','2019-12-16 09:04:05','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Rehabilitation Center','Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. ','publish','open','open','','rehabilitation-center-2','','','2019-12-16 09:04:05','2019-12-16 09:04:05','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=342',0,'portfolio','',0),(837,2,'2019-12-16 09:04:22','2019-12-16 09:04:22','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Latest Equipments','Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. ','publish','open','open','','latest-equipments','','','2019-12-16 09:04:22','2019-12-16 09:04:22','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=343',0,'portfolio','',0),(838,2,'2019-12-31 14:21:05','2019-12-31 14:21:05','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Latest Equipments','','publish','open','open','','latest-equipments-2','','','2019-12-31 14:21:05','2019-12-31 14:21:05','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=587',0,'portfolio','',0),(839,2,'2019-12-31 14:21:07','2019-12-31 14:21:07','<img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service11.jpg\" alt=\"\" />		\n					<h2>Intensive Care</h2>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliquaut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis auteure dolor in reprehenderit in voluptate velit esse.</p><p>Cillum dolore eu fugiat nulla pariatur perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam rem aperiam eaque ipsa quae ab illo inventore veritatis.</p>		\n					<h3>Tests And Treatments</h3>\n		<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sedutrems ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor.</p>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>		\n<ul><li><h5>Trauma &amp; intensive care</h5>$59</li><li><h5> Aged Care</h5>$29</li><li><h5>Community Services</h5>$20</li><li><h5>Trauma &amp; intensive careAged</h5>$29</li><li><h5>Care</h5>$59</li><li><h5> Community Service</h5>$20</li></ul>','Latest Equipments','','publish','open','open','','latest-equipments-3','','','2019-12-31 14:21:07','2019-12-31 14:21:07','',0,'https://jupiterx.artbees.net/hospital/?post_type=portfolio&amp;p=588',0,'portfolio','',0),(840,2,'2020-02-13 17:21:33','0000-00-00 00:00:00','{\n    \"jupiterx::jupiterx_header_type\": {\n        \"value\": \"_custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:21:33\"\n    },\n    \"jupiterx::jupiterx_header_template\": {\n        \"value\": \"821\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:21:33\"\n    },\n    \"jupiterx::jupiterx_header_elements\": {\n        \"value\": {\n            \"desktop\": [\n                \"logo\",\n                \"menu\"\n            ],\n            \"tablet\": [\n                \"logo\",\n                \"menu\",\n                \"search\",\n                \"cart\"\n            ],\n            \"mobile\": [\n                \"logo\",\n                \"menu\",\n                \"search\",\n                \"cart\"\n            ]\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:21:33\"\n    }\n}','','','auto-draft','closed','closed','','4a8975b7-423b-4f28-9fd2-0cdeb727c8a2','','','2020-02-13 17:21:33','0000-00-00 00:00:00','',0,'https://dev.ddsconsultingplus.ca/?p=840',0,'customize_changeset','',0),(841,2,'2020-02-13 17:54:51','2020-02-13 17:54:51','{\n    \"sidebars_widgets[sidebar_primary]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:23:20\"\n    },\n    \"jupiterx::jupiterx_logo\": {\n        \"value\": \"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/header.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:23:20\"\n    },\n    \"jupiterx::jupiterx_header_menu_link_typography\": {\n        \"value\": {\n            \"desktop\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                },\n                \"letter_spacing\": {\n                    \"size\": \"\",\n                    \"unit\": \"px\"\n                },\n                \"color\": \"#070707\"\n            },\n            \"tablet\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            },\n            \"mobile\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:25:20\"\n    },\n    \"jupiterx::jupiterx_header_menu_item_spacing_between\": {\n        \"value\": {\n            \"size\": \"\",\n            \"unit\": \"px\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:24:20\"\n    },\n    \"jupiterx::jupiterx_header_menu_link_border\": {\n        \"value\": {\n            \"width\": {\n                \"size\": \"0\",\n                \"unit\": \"px\"\n            },\n            \"radius\": {\n                \"size\": \"\",\n                \"unit\": \"px\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:24:20\"\n    },\n    \"jupiterx::jupiterx_header_menu_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            },\n            \"tablet\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            },\n            \"mobile\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:24:20\"\n    },\n    \"jupiterx::jupiterx_header_menu_link_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"tablet\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"mobile\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:24:20\"\n    },\n    \"jupiterx::jupiterx_header_elements\": {\n        \"value\": {\n            \"desktop\": [\n                \"logo\",\n                \"menu\"\n            ],\n            \"tablet\": [\n                \"logo\",\n                \"menu\"\n            ],\n            \"mobile\": [\n                \"logo\",\n                \"menu\"\n            ]\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:28:21\"\n    },\n    \"jupiterx::jupiterx_sidebar_layout\": {\n        \"value\": \"c\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:27:20\"\n    },\n    \"jupiterx::jupiterx_header_template\": {\n        \"value\": \"808\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:28:59\"\n    },\n    \"jupiterx::jupiterx_site_container_main_width\": {\n        \"value\": {\n            \"size\": \"100\",\n            \"unit\": \"%\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:41:12\"\n    },\n    \"jupiterx::jupiterx_site_boxed_container_main_width\": {\n        \"value\": {\n            \"size\": \"1140\",\n            \"unit\": \"px\"\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:41:12\"\n    },\n    \"jupiterx::jupiterx_header_type\": {\n        \"value\": \"_custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 17:54:51\"\n    }\n}','','','trash','closed','closed','','4a130e0f-97ba-4867-8d85-43bd4f01634a','','','2020-02-13 17:54:51','2020-02-13 17:54:51','',0,'https://dev.ddsconsultingplus.ca/?p=841',0,'customize_changeset','',0),(843,2,'2020-02-13 17:48:00','2020-02-13 17:48:00','\n\n	.st0{fill:#1BB99F;}\n\n\n				\n				<h3>\n					04 Northern Pike,  Monroeville, PA 15146\n				</h3>\n				\n      .cls-1 {\n        fill: #1bb99f;\n        fill-rule: evenodd;\n      }\n    				\n				<h3>\n					Mon - Fri: 08:00am - 20:00pm\n				</h3>\n							<a href=\"https://www.facebook.com/artbees\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/artbees_design?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://www.linkedin.com/company/artbees\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Linkedin-in\n									</a>\n									<a href=\"https://jupiterx.artbees.net/hospital\">\n													<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/logo-2.svg\" alt=\"Hospital\" data-no-lazy=\"1\" />\n													</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://jupiterx.artbees.net/hospital/about/\">About</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/services/\">Services</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">Our Doctors</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/blog/\">Blog</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://jupiterx.artbees.net/hospital/about/\">About</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/services/\">Services</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">Our Doctors</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/blog/\">Blog</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/contact/\">Contact</a></li>\n</ul>			\n		</nav>\n					\n							\n      .cls-1 {\n        fill: #666;\n        fill-rule: evenodd;\n      }\n    						\n				&times;\n				\n		\n			<a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">\n						Book Appointment											\n			</a>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:48:00','2020-02-13 17:48:00','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(844,2,'2020-02-13 17:48:01','2020-02-13 17:48:01','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:48:01','2020-02-13 17:48:01','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(845,2,'2020-02-13 17:51:15','2020-02-13 17:51:15','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:51:15','2020-02-13 17:51:15','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(846,2,'2020-02-13 17:53:33','2020-02-13 17:53:33','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:53:33','2020-02-13 17:53:33','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(847,2,'2020-02-13 17:56:55','2020-02-13 17:56:55','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:56:55','2020-02-13 17:56:55','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(848,2,'2020-02-13 17:58:06','2020-02-13 17:58:06','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:58:06','2020-02-13 17:58:06','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(849,2,'2020-02-13 17:59:40','2020-02-13 17:59:40','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 17:59:40','2020-02-13 17:59:40','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(850,2,'2020-02-13 18:02:30','2020-02-13 18:02:30','{\n    \"jupiterx::jupiterx_sidebar_divider_widgets\": {\n        \"value\": {\n            \"width\": {\n                \"size\": \"0\",\n                \"unit\": \"px\"\n            },\n            \"size\": {\n                \"size\": \"\",\n                \"unit\": \"px\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:02:13\"\n    },\n    \"jupiterx::jupiterx_sidebar_divider_items_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"tablet\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"mobile\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:02:13\"\n    },\n    \"jupiterx::jupiterx_page_single_template_type\": {\n        \"value\": \"_custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:02:13\"\n    },\n    \"jupiterx::jupiterx_page_single_elements\": {\n        \"value\": [\n            \"\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:02:13\"\n    }\n}','','','trash','closed','closed','','aedbadbf-b04b-479b-b09b-b6c85155c772','','','2020-02-13 18:02:30','2020-02-13 18:02:30','',0,'https://dev.ddsconsultingplus.ca/?p=850',0,'customize_changeset','',0),(851,2,'2020-02-13 18:06:50','2020-02-13 18:06:50','{\n    \"jupiterx::jupiterx_title_bar_breadcrumb_typography\": {\n        \"value\": {\n            \"desktop\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                },\n                \"letter_spacing\": {\n                    \"size\": \"\",\n                    \"unit\": \"px\"\n                }\n            },\n            \"tablet\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            },\n            \"mobile\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:03:29\"\n    },\n    \"jupiterx::jupiterx_title_bar_breadcrumb_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"margin_bottom\": \"0\",\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_left\": \"\"\n            },\n            \"tablet\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            },\n            \"mobile\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:03:29\"\n    },\n    \"jupiterx::jupiterx_title_bar_type\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:06:02\"\n    },\n    \"jupiterx::jupiterx_title_bar_template\": {\n        \"value\": \"852\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:05:10\"\n    },\n    \"jupiterx::jupiterx_title_bar_title_typography\": {\n        \"value\": {\n            \"desktop\": {\n                \"font_size\": {\n                    \"size\": \"2.5\",\n                    \"unit\": \"rem\"\n                },\n                \"font_weight\": \"500\",\n                \"letter_spacing\": {\n                    \"size\": \"\",\n                    \"unit\": \"px\"\n                }\n            },\n            \"tablet\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            },\n            \"mobile\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:06:02\"\n    },\n    \"jupiterx::jupiterx_title_bar_title_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"tablet\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"mobile\": {\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:06:02\"\n    },\n    \"jupiterx::jupiterx_page_single_template_type\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:06:50\"\n    }\n}','','','trash','closed','closed','','3617b8d8-7c20-4f11-9cde-7f702d5c35f1','','','2020-02-13 18:06:50','2020-02-13 18:06:50','',0,'https://dev.ddsconsultingplus.ca/?p=851',0,'customize_changeset','',0),(852,2,'2020-02-13 18:04:02','2020-02-13 18:04:02','','Elementor Section #852','','publish','closed','closed','','elementor-section','','','2020-02-13 18:04:02','2020-02-13 18:04:02','',0,'https://dev.ddsconsultingplus.ca/?elementor_library=elementor-section',0,'elementor_library','',0),(853,2,'2020-02-13 18:04:02','2020-02-13 18:04:02','','Elementor Section #852','','inherit','closed','closed','','852-revision-v1','','','2020-02-13 18:04:02','2020-02-13 18:04:02','',852,'https://dev.ddsconsultingplus.ca/852-revision-v1/',0,'revision','',0),(854,2,'2020-02-13 18:14:42','2020-02-13 18:14:42','{\n    \"jupiterx::jupiterx_site_body_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"margin_top\": \"0\",\n                \"margin_right\": \"0\",\n                \"margin_bottom\": \"0\",\n                \"margin_left\": \"0\",\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"tablet\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\",\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"mobile\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\",\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:10:02\"\n    },\n    \"jupiterx::jupiterx_site_main_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\",\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"tablet\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\",\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            },\n            \"mobile\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\",\n                \"padding_top\": \"\",\n                \"padding_right\": \"\",\n                \"padding_bottom\": \"\",\n                \"padding_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:10:13\"\n    },\n    \"custom_css[jupiterx]\": {\n        \"value\": \".jupiterx-main-content {padding: 0px;}\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:14:42\"\n    }\n}','','','trash','closed','closed','','cfd5a866-1c05-43ca-839c-4b14c7a0e92d','','','2020-02-13 18:14:42','2020-02-13 18:14:42','',0,'https://dev.ddsconsultingplus.ca/?p=854',0,'customize_changeset','',0),(855,2,'2020-02-13 18:12:19','2020-02-13 18:12:19','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 18:12:19','2020-02-13 18:12:19','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(856,2,'2020-02-13 18:14:42','2020-02-13 18:14:42','.jupiterx-main-content {padding: 0px;}\n','jupiterx','','publish','closed','closed','','jupiterx','','','2020-02-13 19:02:09','2020-02-13 19:02:09','',0,'https://dev.ddsconsultingplus.ca/jupiterx/',0,'custom_css','',0),(857,2,'2020-02-13 18:14:42','2020-02-13 18:14:42','.jupiterx-main-content {padding: 0px;}','jupiterx','','inherit','closed','closed','','856-revision-v1','','','2020-02-13 18:14:42','2020-02-13 18:14:42','',856,'https://dev.ddsconsultingplus.ca/856-revision-v1/',0,'revision','',0),(858,2,'2020-02-13 18:21:02','2020-02-13 18:21:02','<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />											\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 18:21:02','2020-02-13 18:21:02','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (859,2,'2020-02-13 18:22:10','2020-02-13 18:22:10','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/\">Home</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/about/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Philosophy</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/alliances/\">Alliances</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services/\">Services</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-3/\">Dental Consulting/Coaching/Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4/\">Dental Equipment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-5/\">Financial &#038; Estate Planning</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-6/\">Start-ups</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-7/\">Mergers &#038; Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-8/\">Employment Law</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-9/\">Purchase Evaluations</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-11/\">Health &#038; Safety Training</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-12/\">Architectural Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-13/\">Interior Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-14/\">Website Design</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-15/\">Builders</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-5/\">Dental Consulting</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-2/\">Practice Opportunity Assessment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting/\">Vision/Goal Setting</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2/\">Business Systems/Protocols</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2/\">Job Descriptions/Scripts</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2/\">Start-Ups, Transitions, Acquisitions</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-consulting-2-2-2-2-2/\">Monitors/Metrics</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2/\">Checklists</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-3/\">Office Manuals</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-4/\">Team Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2-2-2/\">New Patient &#8220;Experience&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching/\">Case Presentation</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/training-5/\">Dental Training</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-2/\">Hygiene Department</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-3/\">Treatment Coordinator</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-4-2/\">Receptionist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training/\">Office Manager</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-4/\">Dentist</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/training-5-2/\">Team</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/dental-coaching-2/\">Dental Coaching</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/apex/\">A.P.E.X  Program</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs/\">Workshops</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2/\">Mastering the Hygiene Appointment</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-2/\">Quality Communication vs. Speaking</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-3/\">Unlocking the Secrets to &#8220;True Accountability&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-2-4/\">Systems/Protocols&#8230; making it all work</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-3/\">Mastering the Practice &#8220;Life Line&#8221;&#8230; the Telephone</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-4/\">New Patient &#8220;Experience&#8221; or just &#8220;Exam&#8221;</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-5/\">Designing your Dream Practice</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-6/\">Effective Case Presentation</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-7/\">Human &#8220;BE&#8221;ing vs. Human &#8220;Do&#8221;ing</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-8/\">Leadership &#038; Vision Building</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/workshop-programs-9/\">10 Principles to Smile Design</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/upcoming-event/\">Upcoming Events</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 18:22:10','2020-02-13 18:22:10','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(860,2,'2020-02-13 18:27:03','2020-02-13 18:27:03','{\n    \"nav_menu_item[256]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:23:14\"\n    },\n    \"nav_menu_item[122]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:23:14\"\n    },\n    \"jupiterx::nav_menu_locations[primary]\": {\n        \"value\": -6059091752649562000,\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:24:14\"\n    },\n    \"nav_menu[-6059091752649562000]\": {\n        \"value\": {\n            \"name\": \"new_main\",\n            \"description\": \"\",\n            \"parent\": 0,\n            \"auto_add\": false\n        },\n        \"type\": \"nav_menu\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:24:14\"\n    },\n    \"nav_menu_item[-4841819692031105000]\": {\n        \"value\": {\n            \"object_id\": 26,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"post_type\",\n            \"title\": \"About\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/about-2/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"nav_menu_term_id\": -6059091752649562000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:24:14\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            861\n        ],\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:25:14\"\n    },\n    \"nav_menu_item[-6335268328260538000]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:25:14\"\n    },\n    \"nav_menu_item[-7790714920818201000]\": {\n        \"value\": {\n            \"object_id\": 108,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6335268328260538000,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"Laurie Slater\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/laurie-slater/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Laurie Slater\",\n            \"nav_menu_term_id\": -6059091752649562000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:25:14\"\n    },\n    \"nav_menu_item[-3891286133727301600]\": {\n        \"value\": {\n            \"object_id\": 112,\n            \"object\": \"page\",\n            \"menu_item_parent\": -4841819692031105000,\n            \"position\": 3,\n            \"type\": \"post_type\",\n            \"title\": \"Our Philosophy\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/our-philosophy/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Our Philosophy\",\n            \"nav_menu_term_id\": -6059091752649562000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:26:14\"\n    },\n    \"nav_menu_item[-1069653243400904700]\": {\n        \"value\": {\n            \"object_id\": 825,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Services\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/services-16/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Services\",\n            \"nav_menu_term_id\": -6059091752649562000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:26:14\"\n    },\n    \"nav_menu_item[-8189402584931133000]\": {\n        \"value\": {\n            \"object_id\": 118,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 5,\n            \"type\": \"post_type\",\n            \"title\": \"Full coaching program\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/full-coaching-program/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Full coaching program\",\n            \"nav_menu_term_id\": -6059091752649562000,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:27:03\"\n    }\n}','','','trash','closed','closed','','9e633682-a194-486d-9391-6f30263eafed','','','2020-02-13 18:27:03','2020-02-13 18:27:03','',0,'https://dev.ddsconsultingplus.ca/?p=860',0,'customize_changeset','',0),(861,2,'2020-02-13 18:27:03','2020-02-13 18:27:03','','lauri','','publish','closed','closed','','lauri','','','2020-02-13 18:27:03','2020-02-13 18:27:03','',0,'https://dev.ddsconsultingplus.ca/?page_id=861',0,'page','',0),(863,2,'2020-02-13 18:27:03','2020-02-13 18:27:03','','lauri','','inherit','closed','closed','','861-revision-v1','','','2020-02-13 18:27:03','2020-02-13 18:27:03','',861,'https://dev.ddsconsultingplus.ca/861-revision-v1/',0,'revision','',0),(864,2,'2020-02-13 18:27:03','2020-02-13 18:27:03',' ','','','publish','closed','closed','','864','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/864/',3,'nav_menu_item','',0),(866,2,'2020-02-13 18:27:03','2020-02-13 18:27:03',' ','','','publish','closed','closed','','866','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/866/',8,'nav_menu_item','',0),(867,2,'2020-02-13 18:27:24','2020-02-13 18:27:24','{\n    \"nav_menu_item[-2808031299034847000]\": {\n        \"value\": {\n            \"object_id\": 108,\n            \"object\": \"page\",\n            \"menu_item_parent\": 862,\n            \"position\": 2,\n            \"type\": \"post_type\",\n            \"title\": \"Laurie Slater\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/laurie-slater/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Laurie Slater\",\n            \"nav_menu_term_id\": 5,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:27:24\"\n    }\n}','','','trash','closed','closed','','ed403fba-e1fb-47db-a279-02bf2c9571f9','','','2020-02-13 18:27:24','2020-02-13 18:27:24','',0,'https://dev.ddsconsultingplus.ca/ed403fba-e1fb-47db-a279-02bf2c9571f9/',0,'customize_changeset','',0),(868,2,'2020-02-13 18:27:24','2020-02-13 18:27:24',' ','','','publish','closed','closed','','868','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/868/',2,'nav_menu_item','',0),(869,2,'2020-02-13 18:28:19','2020-02-13 18:28:19','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/about-2/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-16/\">Services</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"https://dev.ddsconsultingplus.ca/about-2/\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-16/\">Services</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full coaching program</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-13 18:28:19','2020-02-13 18:28:19','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(870,2,'2020-02-13 18:28:43','2020-02-13 18:28:43','{\n    \"nav_menu_item[-8528334154841336000]\": {\n        \"value\": {\n            \"object_id\": 21,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"Testimonials\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/testimonials/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Testimonials\",\n            \"nav_menu_term_id\": 5,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:28:43\"\n    },\n    \"nav_menu_item[-7529029992765432000]\": {\n        \"value\": {\n            \"object_id\": 23,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 7,\n            \"type\": \"post_type\",\n            \"title\": \"Contact\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/contact/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"nav_menu_term_id\": 5,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:28:43\"\n    }\n}','','','trash','closed','closed','','1a07ab5d-3215-4442-b758-252e217faaa3','','','2020-02-13 18:28:43','2020-02-13 18:28:43','',0,'https://dev.ddsconsultingplus.ca/1a07ab5d-3215-4442-b758-252e217faaa3/',0,'customize_changeset','',0),(871,2,'2020-02-13 18:28:43','2020-02-13 18:28:43',' ','','','publish','closed','closed','','871','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/871/',9,'nav_menu_item','',0),(872,2,'2020-02-13 18:28:43','2020-02-13 18:28:43',' ','','','publish','closed','closed','','872','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/872/',10,'nav_menu_item','',0),(873,2,'2020-02-13 18:29:44','2020-02-13 18:29:44','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes, personally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and to support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment of each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas of the practice\r\n• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal and external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team</p>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2020-02-13 18:29:44','2020-02-13 18:29:44','',118,'https://dev.ddsconsultingplus.ca/118-revision-v1/',0,'revision','',0),(874,2,'2020-02-13 18:32:01','2020-02-13 18:32:01','','Elementor Single #874','','publish','closed','closed','','elementor-single','','','2020-02-13 18:32:01','2020-02-13 18:32:01','',0,'https://dev.ddsconsultingplus.ca/?elementor_library=elementor-single',0,'elementor_library','',0),(875,2,'2020-02-13 18:32:01','2020-02-13 18:32:01','','Elementor Single #874','','inherit','closed','closed','','874-revision-v1','','','2020-02-13 18:32:01','2020-02-13 18:32:01','',874,'https://dev.ddsconsultingplus.ca/874-revision-v1/',0,'revision','',0),(876,2,'2020-02-13 18:33:01','0000-00-00 00:00:00','{\n    \"jupiterx::jupiterx_page_single_template_type\": {\n        \"value\": \"_custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:32:09\"\n    },\n    \"jupiterx::jupiterx_page_single_template\": {\n        \"value\": \"874\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:33:01\"\n    }\n}','','','auto-draft','closed','closed','','4925711b-1e5b-4166-8bc9-7ee78b32d8da','','','2020-02-13 18:33:01','2020-02-13 18:33:01','',0,'https://dev.ddsconsultingplus.ca/?p=876',0,'customize_changeset','',0),(877,2,'2020-02-13 18:34:42','2020-02-13 18:34:42','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\"]We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.\r\n\r\n&nbsp;\r\n\r\n<strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps\r\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention\r\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong>\r\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong>\r\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year\r\n<strong>• Detailed Excel Monitors</strong>\r\n<strong> • Detailed Checklists</strong>\r\n<strong> • Detailed Job descriptions Templates</strong>\r\n<strong> • Employee Appraisal Templates</strong>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)\r\n• Help the Dentist and team to get clarity on long term outcomes, personally and professionally\r\n• Draw the team and Dentist in as partners in the practices’ success\r\n• Execution and implementation of strategies to develop and to support your Vision\r\n• Enforce Accountability with dental team\r\n• Master-level customer service skills\r\n• Ongoing identification of opportunities for practice growth\r\n• Improve and implement phone conversion strategies\r\n• Understanding marketing and top marketing tactics\r\n• Increased retention of all appointments\r\n• Goal setting…FOR ALL DEPARTMENTS\r\n• Effective negotiation techniques…handling objections\r\n• Leadership and emotional intelligence\r\n• Interviewing and retaining team members\r\n• Leadership styles and applications\r\n• Personality profiles (DISC, VAK)\r\n• Team reward structures…BONUSES\r\n• Recare Reactivation/ Chart Reactivation System\r\n• Assist the Dentist in the area of leadership and empowerment of each member of the team\r\n• Install an effective ‘schedule to goal’ system so team can work\r\n• smarter and not harder\r\n• Give team strategies and tools for monitoring all areas of the practice\r\n• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”\r\n• Assist team in developing more highly effective internal and external marketing programs\r\n• Professional resource for clinical advancement\r\n• A full time asset and support to your dental team</p>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2020-02-13 18:34:42','2020-02-13 18:34:42','',118,'https://dev.ddsconsultingplus.ca/118-revision-v1/',0,'revision','',0),(878,2,'2020-02-13 18:40:13','2020-02-13 18:40:13','{\n    \"jupiterx::jupiterx_title_bar_type\": {\n        \"value\": \"_custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:40:13\"\n    },\n    \"jupiterx::jupiterx_title_bar_elements\": {\n        \"value\": [\n            \"page_title\",\n            \"page_subtitle\",\n            \"breadcrumb\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:39:27\"\n    }\n}','','','trash','closed','closed','','9d012ba6-7f79-4935-8b10-bc94843ae2a4','','','2020-02-13 18:40:13','2020-02-13 18:40:13','',0,'https://dev.ddsconsultingplus.ca/?p=878',0,'customize_changeset','',0),(879,2,'2020-02-13 18:42:04','2020-02-13 18:42:04','{\n    \"nav_menu_item[862]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[868]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 108,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/laurie-slater/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Laurie Slater\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[864]\": {\n        \"value\": {\n            \"menu_item_parent\": 868,\n            \"object_id\": 112,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/our-philosophy/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Our Philosophy\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[865]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 825,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/services-16/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"Services\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[866]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 118,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/full-coaching-program/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Full coaching program\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[871]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 21,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/testimonials/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"Testimonials\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[872]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 23,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    },\n    \"nav_menu_item[-2240421183923720200]\": {\n        \"value\": {\n            \"object_id\": 0,\n            \"object\": \"custom\",\n            \"menu_item_parent\": 0,\n            \"position\": 1,\n            \"type\": \"custom\",\n            \"title\": \"About\",\n            \"url\": \"/laurie-slater\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"nav_menu_term_id\": 5,\n            \"_invalid\": false,\n            \"type_label\": \"Custom Link\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:02\"\n    }\n}','','','trash','closed','closed','','30279b59-f827-40c8-b828-9a3d338b5085','','','2020-02-13 18:42:04','2020-02-13 18:42:04','',0,'https://dev.ddsconsultingplus.ca/?p=879',0,'customize_changeset','',0),(880,2,'2020-02-13 18:42:04','2020-02-13 18:42:04','','About','','publish','closed','closed','','about','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/about/',1,'nav_menu_item','',0),(881,2,'2020-02-13 18:42:54','2020-02-13 18:42:54','{\n    \"nav_menu_item[868]\": {\n        \"value\": {\n            \"menu_item_parent\": 862,\n            \"object_id\": 108,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/laurie-slater/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Laurie Slater\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:54\"\n    },\n    \"nav_menu_item[864]\": {\n        \"value\": {\n            \"menu_item_parent\": 880,\n            \"object_id\": 112,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/our-philosophy/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Our Philosophy\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:42:54\"\n    }\n}','','','trash','closed','closed','','b684b245-d074-4ec4-8c41-e7953f5f96de','','','2020-02-13 18:42:54','2020-02-13 18:42:54','',0,'https://dev.ddsconsultingplus.ca/b684b245-d074-4ec4-8c41-e7953f5f96de/',0,'customize_changeset','',0),(882,2,'2020-02-13 18:47:02','2020-02-13 18:47:02','No data was found','Doctors Archive','','inherit','closed','closed','','822-revision-v1','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',822,'https://dev.ddsconsultingplus.ca/822-revision-v1/',0,'revision','',0),(883,2,'2020-02-13 18:47:02','2020-02-13 18:47:02','<a href=\"https://jupiterx.artbees.net/hospital\">\n													<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/logo-2.svg\" alt=\"Hospital\" data-no-lazy=\"1\" />\n													</a>\n					<nav>\n			<ul id=\"menu-f847894\"><li><a href=\"https://jupiterx.artbees.net/hospital/about/\">About</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/services/\">Services</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">Our Doctors</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/blog/\">Blog</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-f847894\"><li><a href=\"https://jupiterx.artbees.net/hospital/about/\">About</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/services/\">Services</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">Our Doctors</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/blog/\">Blog</a></li>\n<li><a href=\"https://jupiterx.artbees.net/hospital/contact/\">Contact</a></li>\n</ul>			\n		</nav>\n					\n							\n      .cls-1 {\n        fill: #666;\n        fill-rule: evenodd;\n      }\n    						\n				&times;\n				\n		\n			<a href=\"https://jupiterx.artbees.net/hospital/our-doctors/\">\n						Book Appointment											\n			</a>','Sticky Header','','inherit','closed','closed','','821-revision-v1','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',821,'https://dev.ddsconsultingplus.ca/821-revision-v1/',0,'revision','',0),(884,2,'2020-02-13 18:47:02','2020-02-13 18:47:02','<h1>Find A Doctor</h1>\n			<ol>				<li>Home</li>\n				</ol>		\n					<h2>Specialities</h2>\n					<h2>Available Hours</h2>\n					<h2>Medical Education</h2>\n			<h2>Doctors Single</h2>		\n					<h4>Achievements</h4>\n					<h4>Work Experience</h4>\n					<h2>Routine Checkups is an \nimportant part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Request Appointment											\n			</a>','Doctors Single','','inherit','closed','closed','','816-revision-v1','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',816,'https://dev.ddsconsultingplus.ca/816-revision-v1/',0,'revision','',0),(885,2,'2020-02-13 18:47:02','2020-02-13 18:47:02','Home\n					<h2>Make an Appointment with</h2>\n					\n			\n			\n		Choose Specialist for make an AppointmentInternal MedicineBariatric surgeryEndoscopyOrthopedic Surgery		\n					\n					\n					\n					<textarea name=\"fields[7bc4ef8]\" id=\"form-field-7bc4ef8\" data-type=\"textarea\" rows=\"5\"></textarea>\n				<button type=\"submit\">\n										Request Appointment\n				</button>\n		\n		<img width=\"150\" height=\"150\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/call-now.jpg\" alt=\"\" />		\n					<h3>+9 109-310-8606</h3>\n		<p>if urgent, Your personal case manager will ensure that you receive the best possible care.</p>		\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Call Us Now											\n			</a>\n					<h2>Routine Checkups is an important part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						REQUEST APPOINTMENT											\n			</a>','Portfolio Single','','inherit','closed','closed','','813-revision-v1','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',813,'https://dev.ddsconsultingplus.ca/813-revision-v1/',0,'revision','',0),(886,2,'2020-02-13 18:47:02','2020-02-13 18:47:02','<ul>\n					<li>\n						<a href=\"https://jupiterx.artbees.net/hospital/author/emre/\">\n										emre					\n									</a>\n				</li>\n				<li>\n						<a href=\"https://jupiterx.artbees.net/hospital/2019/12/15/\">\n										December 15, 2019					\n									</a>\n				</li>\n				</ul>\n					<h2>Routine Checkups is an \nimportant part of children health.</h2>\n			<a href=\"https://jupiterx.artbees.net/hospital/contact/\">\n						Request Appointment											\n			</a>','Blog Single','','inherit','closed','closed','','809-revision-v1','','','2020-02-13 18:47:02','2020-02-13 18:47:02','',809,'https://dev.ddsconsultingplus.ca/809-revision-v1/',0,'revision','',0),(887,2,'2020-02-13 18:48:00','2020-02-13 18:48:00','{\n    \"nav_menu_item[868]\": {\n        \"value\": {\n            \"menu_item_parent\": 880,\n            \"object_id\": 108,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://dev.ddsconsultingplus.ca/laurie-slater/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 5,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"Laurie Slater\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:48:00\"\n    }\n}','','','trash','closed','closed','','cc9a02d4-9b22-4a02-bbf1-08d7201704ee','','','2020-02-13 18:48:00','2020-02-13 18:48:00','',0,'https://dev.ddsconsultingplus.ca/cc9a02d4-9b22-4a02-bbf1-08d7201704ee/',0,'customize_changeset','',0),(888,2,'2020-02-13 18:51:51','0000-00-00 00:00:00','{\n    \"jupiterx::jupiterx_page_single_template_type\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:51:51\"\n    },\n    \"jupiterx::jupiterx_page_single_template\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:51:51\"\n    },\n    \"jupiterx::jupiterx_page_single_title_typography\": {\n        \"value\": {\n            \"desktop\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                },\n                \"line_height\": {\n                    \"size\": \"\",\n                    \"unit\": \"-\"\n                },\n                \"letter_spacing\": {\n                    \"size\": \"\",\n                    \"unit\": \"px\"\n                }\n            },\n            \"tablet\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            },\n            \"mobile\": {\n                \"font_size\": {\n                    \"size\": \"\",\n                    \"unit\": \"rem\"\n                }\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:51:51\"\n    },\n    \"jupiterx::jupiterx_page_single_title_spacing\": {\n        \"value\": {\n            \"desktop\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            },\n            \"tablet\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            },\n            \"mobile\": {\n                \"margin_top\": \"\",\n                \"margin_right\": \"\",\n                \"margin_bottom\": \"\",\n                \"margin_left\": \"\"\n            }\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:51:51\"\n    }\n}','','','auto-draft','closed','closed','','f10fc5ec-f653-4654-aa62-9c5e2d9d8ddb','','','2020-02-13 18:51:51','2020-02-13 18:51:51','',0,'https://dev.ddsconsultingplus.ca/?p=888',0,'customize_changeset','',0),(889,2,'2020-02-13 18:58:30','2020-02-13 18:58:30','{\n    \"custom_css[jupiterx]\": {\n        \"value\": \".jupiterx-main-content {padding: 0px;}\\n.jupiterx-primary {padding:0px;}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 18:58:30\"\n    }\n}','','','trash','closed','closed','','4c1aca0a-8b67-4f34-9671-a14068124b52','','','2020-02-13 18:58:30','2020-02-13 18:58:30','',0,'https://dev.ddsconsultingplus.ca/4c1aca0a-8b67-4f34-9671-a14068124b52/',0,'customize_changeset','',0),(890,2,'2020-02-13 18:58:30','2020-02-13 18:58:30','.jupiterx-main-content {padding: 0px;}\n.jupiterx-primary {padding:0px;}\n','jupiterx','','inherit','closed','closed','','856-revision-v1','','','2020-02-13 18:58:30','2020-02-13 18:58:30','',856,'https://dev.ddsconsultingplus.ca/856-revision-v1/',0,'revision','',0),(891,2,'2020-02-13 19:02:09','2020-02-13 19:02:09','{\n    \"custom_css[jupiterx]\": {\n        \"value\": \".jupiterx-main-content {padding: 0px;}\\n\",\n        \"type\": \"custom_css\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-13 19:02:09\"\n    }\n}','','','trash','closed','closed','','a2e65d4b-97e3-4922-abcc-7294ec51e3e8','','','2020-02-13 19:02:09','2020-02-13 19:02:09','',0,'https://dev.ddsconsultingplus.ca/?p=891',0,'customize_changeset','',0),(892,2,'2020-02-13 19:02:09','2020-02-13 19:02:09','.jupiterx-main-content {padding: 0px;}\n','jupiterx','','inherit','closed','closed','','856-revision-v1','','','2020-02-13 19:02:09','2020-02-13 19:02:09','',856,'https://dev.ddsconsultingplus.ca/856-revision-v1/',0,'revision','',0),(893,2,'2020-02-13 19:06:33','2020-02-13 19:06:33','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p><!-- Created with Elementor -->[/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:06:33','2020-02-13 19:06:33','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(894,2,'2020-02-13 19:09:17','2020-02-13 19:09:17','<p>[vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"50\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]If you have challenges, you are not alone![/mk_fancy_title][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][mk_fancy_title color=\"#000000\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Every practice has a unique culture and set of challenges!</p>\r\n<p>My area of \'specialty\' is to develop customized solutions and approaches to challenges... however BIG or small.</p>\r\n<p>DDS Consulting Plus does not advocate that clients will benefit from \'preconceived solutions\' or \'cookie cutter\' systems.<br />\r\nI help ‘UNLOCK’ the TRUE POTENTIAL of practices and all of their team members![/mk_fancy_title][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_pop_01.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#0054b0\" size=\"36\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Which ‘areas’ of your practice would BENEFIT from an<br />\r\n‘objective’ team member?...also known as your ‘COACH’![/mk_fancy_title][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][mk_image src=\"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\" image_size=\"full\" align=\"center\" el_class=\"show-img\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][mk_fancy_title color=\"#d7d7d7\" size=\"20\" font_weight=\"400\" margin_top=\"20\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for \'out of control\' practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective” help.<br />\r\nThey realize that \'adding dimensions\' is the key to propelling performance excellence.<br />\r\nIt is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.[/mk_fancy_title][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][mk_revslider id=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:09:17','2020-02-13 19:09:17','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(895,2,'2020-02-13 19:13:13','2020-02-13 19:13:13','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:13:13','2020-02-13 19:13:13','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(896,2,'2020-02-13 19:19:47','2020-02-13 19:19:47','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_hoverbox image=\"483\"]<a href=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\"><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></a>[/vc_hoverbox][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:19:47','2020-02-13 19:19:47','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(897,2,'2020-02-13 19:22:10','2020-02-13 19:22:10','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"477\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:22:10','2020-02-13 19:22:10','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(898,2,'2020-02-13 19:35:19','2020-02-13 19:35:19','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"477\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-247x300.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:35:19','2020-02-13 19:35:19','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(899,2,'2020-02-13 19:41:54','2020-02-13 19:41:54','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 19:41:54','2020-02-13 19:41:54','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(900,2,'2020-02-13 21:14:03','2020-02-13 21:14:03','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 16px; font-weight: 700;\">&nbsp;<strong>Even &ldquo;Successful&rdquo; Practices benefit from &ldquo;tweaking and enhancing&rdquo;<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for &lsquo;out of control&rsquo; practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective&rdquo; help.<br />\r\nThey realize that &lsquo;adding dimensions&rsquo; is the key to propelling performance excellence.<br />\r\n&nbsp;It is important to note, I utilize the term &ldquo;Successful&rdquo; lightly as everyone has a different definition of &ldquo;success&rdquo; and what it looks like.</strong>&nbsp;</span></strong></h2>\r\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"/self-assessment-questionnaire/\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider slidertitle=\"main_t\" alias=\"main_t\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row]</p>\r\n','main','','publish','closed','closed','','main','','','2020-02-14 18:07:21','2020-02-14 18:07:21','',0,'https://dev.ddsconsultingplus.ca/main-2/',0,'page','',0),(901,2,'2020-02-14 17:54:37','2020-02-14 17:54:37','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 16px; font-weight: 700;\">&nbsp;<strong>Even &ldquo;Successful&rdquo; Practices benefit from &ldquo;tweaking and enhancing&rdquo;<br />\nwhat is already working every now and again.<br />\nCoaching and Consulting is not only for &lsquo;out of control&rsquo; practices.<br />\nActually more often than not, it is the successful practice that reaches out for objective&rdquo; help.<br />\nThey realize that &lsquo;adding dimensions&rsquo; is the key to propelling performance excellence.<br />\n&nbsp;It is important to note, I utilize the term &ldquo;Successful&rdquo; lightly as everyone has a different definition of &ldquo;success&rdquo; and what it looks like.</strong>&nbsp;</span></strong></h2>\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"/self-assessment-questionnaire/\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\n<p><center>YOUR SEARCH IS OVER!</center></p>\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider slidertitle=\"main_t\" alias=\"main_t\"][/vc_column][/vc_row]</p>\n','main','','inherit','closed','closed','','900-autosave-v1','','','2020-02-14 17:54:37','2020-02-14 17:54:37','',900,'https://dev.ddsconsultingplus.ca/900-autosave-v1/',0,'revision','',0),(902,2,'2020-02-13 21:15:56','2020-02-13 21:15:56','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 21:15:56','2020-02-13 21:15:56','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(903,2,'2020-02-13 21:24:30','2020-02-13 21:24:30','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner][vc_column_text]If you have challenges, you are not alone! [/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 21:24:30','2020-02-13 21:24:30','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(904,2,'2020-02-13 21:27:55','2020-02-13 21:27:55','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<h2 id=\"fancy-title-2\" class=\"mk-fancy-title align-center mk-animate-element fade-in simple-style color-single\">\n	<span><br />If you have challenges, you are not alone!</span><br /></h2>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\n<p>&nbsp;</p>\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 21:27:55','2020-02-13 21:27:55','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(905,2,'2020-02-13 21:58:02','2020-02-13 21:58:02','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][vc_row_inner][vc_column_inner][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 21:58:02','2020-02-13 21:58:02','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(907,2,'2020-02-13 22:14:09','2020-02-13 22:14:09','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main_mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278310198{padding-right: 20px !important;padding-left: 20px !important;background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg011.jpg?id=259) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column css=\".vc_custom_1535056374440{border-left-width: 20px !important;padding-right: 20px !important;}\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_separator color=\"custom\" border_width=\"5\" el_width=\"10\" accent_color=\"#0054b0\"][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1526656143110{padding-top: 20px !important;}\"][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"568\" img_size=\"full\" css_animation=\"top-to-bottom\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"120px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs\"][rev_slider_vc alias=\"if-you-have-challenges\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"483\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"133\" primary_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/accountability-on.jpg\" alt=\"Accountability\" width=\"288\" height=\"288\" class=\"alignnone size-full wp-image-475\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','4-revision-v1','','','2020-02-13 22:14:09','2020-02-13 22:14:09','',4,'https://dev.ddsconsultingplus.ca/4-revision-v1/',0,'revision','',0),(908,2,'2020-02-13 22:17:47','2020-02-13 22:17:47','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][vc_row_inner][vc_column_inner][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" hover_title=\"Marketing\"]</p>\r\n<p id=\"p1\" style=\"background-image: url(uploads/2018/10/marketing-on.jpg);\">This is the first paragraph. The URL is relative to index.html</p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:17:47','2020-02-13 22:17:47','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(909,2,'2020-02-13 22:27:47','2020-02-13 22:27:47','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][vc_row_inner][vc_column_inner][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-xs\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=1][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDElMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9kdWN0aW9uLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGcHJvZHVjdGlvbi1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDIlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZtYXJrZXRpbmctb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWFtLW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVhbS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGc2NoZWR1bGUtb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZzY2hlZHVsZS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"concept-img1\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtY2wlMjIlMjBjbGFzcyUzRCUyMmNsb3NlLWJ0biUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkYlMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmNsb3NlX2J0bi5wbmclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTElMjgwMSUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner is_fullwidth_content=\"false\" css=\".vc_custom_1526510605423{margin-top: 40px !important;}\"][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9mZi5qcGclMjIlMjBvbm1vdXNlb3ZlciUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZ0ZWNobm9ub2d5LW9uLmpwZyUyNyUyMiUyMG9ubW91c2VvdXQlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGdGVjaG5vbm9neS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYlMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZuZXctcGF0aWVudHMtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDclMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZwcm9maXQtb2ZmLmpwZyUyMiUyMG9ubW91c2VvdmVyJTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vbi5qcGclMjclMjIlMjBvbm1vdXNlb3V0JTNEJTIydGhpcy5zcmMlM0QlMjdodHRwJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDglMjIlMjBjbGFzcyUzRCUyMmNvbmNlcHQ4JTIyJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTIyJTIwb25tb3VzZW92ZXIlM0QlMjJ0aGlzLnNyYyUzRCUyN2h0dHAlM0ElMkYlMkZkZHNjb25zdWx0aW5ncGx1cy5jYSUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxOCUyRjA1JTJGYWNjb3VudGFiaWxpdHktb24uanBnJTI3JTIyJTIwb25tb3VzZW91dCUzRCUyMnRoaXMuc3JjJTNEJTI3aHR0cCUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZhY2NvdW50YWJpbGl0eS1vZmYuanBnJTI3JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_column_text][wce_code id=2][/vc_column_text][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524029669294{background-color: #ebebeb !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\" offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"0px\" el_class=\"no-mobile\"][vc_column_text][wce_code id=4][/vc_column_text][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDEtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2R1Y3Rpb24tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAxJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box01\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDElMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDItbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm1hcmtldGluZy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box02\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDIlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDMtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlYW0tb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDAzJTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box03\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDMlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDQtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMnNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnNjaGVkdWxlLW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwNCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box04\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDQlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDUtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnRlY2hub25vZ3ktb2ZmLmpwZyUyMiUyMG9uY2xpY2slM0QlMjJkaXNwbGF5MW1vYiUyOCUyN2JveDA1JTI3JTI5JTIyJTIwYm9yZGVyJTNEJTIyMCUyMiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box05\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDUlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDYtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRm5ldy1wYXRpZW50cy1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box06\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDYlMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDctbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRnByb2ZpdC1vZmYuanBnJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box07\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDclMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\" el_class=\"make-center\"][vc_column_inner][vc_raw_html]JTNDaW1nJTIwaWQlM0QlMjJjb24tYnV0dG9uMDgtbW9iJTIyJTIwY2xhc3MlM0QlMjJjb25jZXB0OCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGZGRzY29uc3VsdGluZ3BsdXMuY2ElMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTglMkYwNSUyRmFjY291bnRhYmlsaXR5LW9mZi5qcGclMjIlMjBvbmNsaWNrJTNEJTIyZGlzcGxheTFtb2IlMjglMjdib3gwOCUyNyUyOSUyMiUyMGJvcmRlciUzRCUyMjAlMjIlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_row_inner el_class=\"box08\"][vc_column_inner][vc_raw_html el_class=\"close-box\"]JTNDaW1nJTIwY2xhc3MlM0QlMjJjbG9zZS1idG4lMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRmRkc2NvbnN1bHRpbmdwbHVzLmNhJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE4JTJGMDUlMkZjbG9zZV9idG4ucG5nJTIyJTIwb25jbGljayUzRCUyMmRpc3BsYXkxbW9iJTI4JTI3Ym94MDglMjclMjklMjIlMjBib3JkZXIlM0QlMjIwJTIyJTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\" el_class=\"no-mobile\"][vc_btn title=\"Take a Practice Opportunity Assessment Questionnaire\" style=\"classic\" color=\"blue\" align=\"center\" link=\"url:http%3A%2F%2Fddsconsultingplus.ca%2Fself-assessment-questionnaire%2F||\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:27:47','2020-02-13 22:27:47','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(910,2,'2020-02-13 22:31:03','2020-02-13 22:31:03','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][vc_row_inner][vc_column_inner][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:31:03','2020-02-13 22:31:03','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(911,2,'2020-02-13 22:39:50','2020-02-13 22:39:50','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:39:50','2020-02-13 22:39:50','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(912,2,'2020-02-13 22:42:22','2020-02-13 22:42:22','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:42:22','2020-02-13 22:42:22','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(913,2,'2020-02-13 22:45:32','2020-02-13 22:45:32','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p><center>Which ‘areas’ of your practice would BENEFIT<br>from an<br />‘objective’ team member?…<br>also known as your ‘COACH’!<center></p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"15px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:45:32','2020-02-13 22:45:32','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(914,2,'2020-02-13 22:54:28','2020-02-13 22:54:28','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: rgb(41, 105, 176); font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br>&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:54:28','2020-02-13 22:54:28','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(915,2,'2020-02-13 22:55:05','2020-02-13 22:55:05','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:55:05','2020-02-13 22:55:05','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(916,2,'2020-02-13 22:57:21','2020-02-13 22:57:21','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text][mk_fancy_title color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center>[/mk_fancy_title][mk_fancy_title color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\" animation=\"fade-in\"]I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.[/mk_fancy_title][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-13 22:57:21','2020-02-13 22:57:21','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(917,2,'2020-02-14 13:19:47','2020-02-14 13:19:47','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"28\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</font></p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center><font color=\"#484848\" size=\"20\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:19:47','2020-02-14 13:19:47','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(918,2,'2020-02-14 13:21:16','2020-02-14 13:21:16','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p>\r\n<font color=\"#0054b0\" size=\"22\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</font></p>\r\n<p>&nbsp;</p>\r\n<p><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center><font color=\"#484848\" size=\"14\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:21:16','2020-02-14 13:21:16','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(919,2,'2020-02-14 13:23:12','2020-02-14 13:23:12','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p>\r\n<font color=\"#0054b0\" size=\"18\" font_weight=\"bolder\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?<br><br><center style=\"font-size: 1.1em;\">YOUR SEARCH IS OVER!</center><br><br><font color=\"#484848\" font_weight=\"400\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:23:12','2020-02-14 13:23:12','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(920,2,'2020-02-14 13:26:06','2020-02-14 13:26:06','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"130px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p>\r\n<font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:26:06','2020-02-14 13:26:06','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(921,2,'2020-02-14 13:32:22','2020-02-14 13:32:22','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]<font colour=\"#ffffff\"><center>Even “Successful” Practices benefit from “tweaking and enhancing”<br />\r\nwhat is already working every now and again.<br>Coaching and Consulting is not only for ‘out of control’ practices.<br>Actually more often than not, it is the successful practice that reaches out for objective” help.<br>They realize that ‘adding dimensions’ is the key to propelling performance excellence.<br>It is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like. </center></font><br />\r\n[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:32:22','2020-02-14 13:32:22','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(922,2,'2020-02-14 13:34:58','2020-02-14 13:34:58','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\r\n<p><font colour=\"#ffffff\" size=\"2\"><center><b>Even “Successful” Practices benefit from “tweaking and enhancing”<br />what is already working every now and again.<br />Coaching and Consulting is not only for ‘out of control’ practices.<br />Actually more often than not, it is the successful practice that reaches out for objective” help.<br />They realize that ‘adding dimensions’ is the key to propelling performance excellence.<br />It is important to note, I utilize the term “Successful” lightly as everyone has a different definition of “success” and what it looks like.</b></center></font></p>\r\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p>\r\n<font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />I will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:34:58','2020-02-14 13:34:58','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(923,2,'2020-02-14 13:39:46','2020-02-14 13:39:46','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 16px; font-weight: 700;\">&nbsp;<strong>Even &ldquo;Successful&rdquo; Practices benefit from &ldquo;tweaking and enhancing&rdquo;<br> what is already working every now and again.<br> Coaching and Consulting is not only for &lsquo;out of control&rsquo; practices.<br> Actually more often than not, it is the successful practice that reaches out for objective&rdquo; help.<br> They realize that &lsquo;adding dimensions&rsquo; is the key to propelling performance excellence.<br>&nbsp;It is important to note, I utilize the term &ldquo;Successful&rdquo; lightly as everyone has a different definition of &ldquo;success&rdquo; and what it looks like.</strong>&nbsp;</span></strong></h2>\r\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_column_text][mk_revslider id=\"main_t\"][/vc_column_text][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:39:46','2020-02-14 13:39:46','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(924,2,'2020-02-14 13:40:38','2020-02-14 13:40:38','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 16px; font-weight: 700;\">&nbsp;<strong>Even &ldquo;Successful&rdquo; Practices benefit from &ldquo;tweaking and enhancing&rdquo;<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for &lsquo;out of control&rsquo; practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective&rdquo; help.<br />\r\nThey realize that &lsquo;adding dimensions&rsquo; is the key to propelling performance excellence.<br />\r\n&nbsp;It is important to note, I utilize the term &ldquo;Successful&rdquo; lightly as everyone has a different definition of &ldquo;success&rdquo; and what it looks like.</strong>&nbsp;</span></strong></h2>\r\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://ddsconsultingplus.ca/?p=594\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider slidertitle=\"main_t\" alias=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 13:40:38','2020-02-14 13:40:38','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(925,2,'2020-02-14 15:03:51','2020-02-14 15:03:51','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p>Laurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.</p>\r\n<p>&nbsp;</p>\r\n<p>She has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.</p>\r\n<p>As a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.</p>\r\n<p>As an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!</p>\r\n<p>Her customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\r\n','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2020-02-14 15:03:51','2020-02-14 15:03:51','',108,'https://dev.ddsconsultingplus.ca/108-revision-v1/',0,'revision','',0),(926,2,'2020-02-14 15:04:22','2020-02-14 15:04:22','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"laurie-slater\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"103\" img_size=\"full\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]</p>\r\n<p>\r\nLaurie’s multi-faceted dental career spans over 25 years and her insights in all aspects of dentistry provide a competitive edge that practices need to succeed and to unlock their full potential.</p>\r\n<p>She has inspired hundreds of practices achieve extraordinary, consistent and measurable success because she truly partners with them. She is committed to understanding their ‘story’, ‘reality’ and ‘aspirations’. Laurie is extensively schooled in the art and science of personal development and has dedicated herself to studying the distinctions between outstanding practices.</p>\r\n<p>As a Dental Coach, not only does Laurie motivate and empower teams to become leaders, build practice growth and streamline business systems, she also follows through to ensure implementation and results. She teaches Vision based strategic planning that creates a strong supportive work environment that truly embraces the practices’ Vision. She realizes that the key in transforming a dental office into a team orientated, low stress and highly profitable business is to constantly ask better questions.</p>\r\n<p>As an energetic, engaging and powerful speaker, Laurie’s experience within the circuit includes the Universities of Toronto, Western, The Millennium Aesthetics programs and Toronto’s Annual Winter Clinic. She has been a frequent guest lecturer for Patterson Dental, Henry Schein and numerous Study Clubs. Audiences leave her programs with practical and relevant information that will make a difference in their practices and in their lives!</p>\r\n<p>Her customized approach, zest for life and unique insights have made her one of the fastest growing and most sought after coaches in the industry today.</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\r\n','Laurie Slater','','inherit','closed','closed','','108-revision-v1','','','2020-02-14 15:04:22','2020-02-14 15:04:22','',108,'https://dev.ddsconsultingplus.ca/108-revision-v1/',0,'revision','',0),(927,2,'2020-02-14 15:06:08','2020-02-14 15:06:08','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\n','Our Philosophy','','inherit','closed','closed','','112-autosave-v1','','','2020-02-14 15:06:08','2020-02-14 15:06:08','',112,'https://dev.ddsconsultingplus.ca/112-autosave-v1/',0,'revision','',0),(928,2,'2020-02-14 15:06:50','2020-02-14 15:06:50','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<p>In a nutshell, as sometimes ‘less is more’,</p>\r\n<p>I believe that ‘Success and coaching’ go hand in hand!</p>\r\n<p>I believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.<br />\r\n“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)<br />\r\nWithout this solid foundation, there is no real ability to customize solutions to your challenges and goals.</p>\r\n<p>I believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!<br />\r\nIn order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.</p>\r\n<p>I believe, ‘Ask better questions, Get better results’.<br />\r\nI love to challenge dentists and their teams to ask themselves empowering questions like:<br />\r\n“Is ‘good’, good enough?”<br />\r\n“Is change really worth it?”<br />\r\n“Is stepping out of your ‘comfort zone’ worth it?”<br />\r\n“What else could this mean?”<br />\r\n“What’s great about this?”</p>\r\n<p>Finally, I believe, that the ‘quality of your communication determines the quality of your life’.<br />\r\nI hope you noticed my use of the word ‘MUST’. It certainly is intentional.<br />\r\nSo many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.<br />\r\nLet me ask you a question…<br />\r\nWhich statement is more likely to occur?</p>\r\n<p>“I must arrive at 7:45am for morning huddle”<br />\r\nOR<br />\r\n“I should arrive at 7:45am for morning huddle”</p>\r\n<p>Of course, the statement with the word MUST!</p>\r\n<p>Now, I fully realize that there many other principles that are contributing factors to achieving success.</p>\r\n<p>That being said, I believe, that with the help of a coach…<br />\r\nYour dreams can become a Reality!</p>\r\n<p>It has been my honor helping dentists for over 25yrs! I look forward to the next 25!</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\r\n','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2020-02-14 15:06:50','2020-02-14 15:06:50','',112,'https://dev.ddsconsultingplus.ca/112-revision-v1/',0,'revision','',0),(929,2,'2020-02-14 15:08:02','2020-02-14 15:08:02','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"our-philosophy\"][vc_empty_space height=\"25px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]</p>\r\n<p>\r\nIn a nutshell, as sometimes ‘less is more’,</p>\r\n<p>I believe that ‘Success and coaching’ go hand in hand!</p>\r\n<p>I believe, that as your coach, I MUST always fully understand your ‘story’, ‘reality’ and ‘aspirations’ as well as, your ‘why’ behind all the ‘what’s’, ‘where’s’, ‘who’s’ and ‘how’s’.<br />“Seek first to understand, then to be understood”. –Stephen Covey (5th Habit)<br />Without this solid foundation, there is no real ability to customize solutions to your challenges and goals.</p>\r\n<p>I believe, ‘A Good Fit’ is such a buzz term and yet, such a crucial one!<br />In order to achieve extraordinary and consistent success, we(dentists, team members, myself) MUST always be excited to see each other and work together. Positive Energy is contagious and Negative Energy even more so.</p>\r\n<p>I believe, ‘Ask better questions, Get better results’.<br />I love to challenge dentists and their teams to ask themselves empowering questions like:<br />“Is ‘good’, good enough?”<br />“Is change really worth it?”<br />“Is stepping out of your ‘comfort zone’ worth it?”<br />“What else could this mean?”<br />“What’s great about this?”</p>\r\n<p>Finally, I believe, that the ‘quality of your communication determines the quality of your life’.<br />I hope you noticed my use of the word ‘MUST’. It certainly is intentional.<br />So many people routinely utilize the word “should” and are upset when the results or commitments aren’t consistently showing up.<br />Let me ask you a question…<br />Which statement is more likely to occur?</p>\r\n<p>“I must arrive at 7:45am for morning huddle”<br />OR<br />“I should arrive at 7:45am for morning huddle”</p>\r\n<p>Of course, the statement with the word MUST!</p>\r\n<p>Now, I fully realize that there many other principles that are contributing factors to achieving success.</p>\r\n<p><center>That being said, I believe, that with the help of a coach…<br />Your dreams can become a Reality!</center></p>\r\n<p>It has been my honor helping dentists for over 25yrs! I look forward to the next 25!</p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"100px\"][/vc_column][/vc_row]</p>\r\n','Our Philosophy','','inherit','closed','closed','','112-revision-v1','','','2020-02-14 15:08:02','2020-02-14 15:08:02','',112,'https://dev.ddsconsultingplus.ca/112-revision-v1/',0,'revision','',0),(930,2,'2020-02-14 15:19:27','2020-02-14 15:19:27','{\n    \"jupiterx::jupiterx_footer_type\": {\n        \"value\": \"_custom\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-14 15:11:22\"\n    },\n    \"jupiterx::jupiterx_footer_template\": {\n        \"value\": \"814\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-14 15:11:22\"\n    }\n}','','','trash','closed','closed','','c328f25b-3441-492d-b021-8828b06d6b9b','','','2020-02-14 15:19:27','2020-02-14 15:19:27','',0,'https://dev.ddsconsultingplus.ca/?p=930',0,'customize_changeset','',0),(932,2,'2020-02-14 15:17:38','2020-02-14 15:17:38','<a href=\"https://jupiterx.artbees.net/hospital\">\n													<img src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/logo-2.svg\" alt=\"Hospital\" data-no-lazy=\"1\" />\n													</a>\n							<a href=\"https://www.facebook.com/artbees\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Facebook-f\n									</a>\n							<a href=\"https://twitter.com/artbees_design?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Twitter\n									</a>\n							<a href=\"https://dribbble.com/Artbees\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Dribbble\n									</a>\n							<a href=\"https://www.behance.net/alidf5a\" target=\"_blank\" rel=\"noopener noreferrer\">\n					Behance\n									</a>\n		<p>© 2019 <a href=\"https://jupiterx.artbees.net/?utm_source=Hospital&amp;utm_medium=TemplateDemosFooterText\">Artbees</a>. Jupiter WordPress theme demo. All Rights Reserved </p>		\n					<h4>Quick Links</h4>\n					<ul>\n							<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/\">					Home\n											</a>\n									</li>\n								<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/about/\">					About\n											</a>\n									</li>\n								<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/services/\">					Service\n											</a>\n									</li>\n								<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/doctor/\">					Doctors\n											</a>\n									</li>\n								<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/blog/\">					Blog\n											</a>\n									</li>\n								<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/contact/\">					Contact\n											</a>\n									</li>\n								<li>\n					<a href=\"https://jupiterx.artbees.net/hospital/404-2/\">					404\n											</a>\n									</li>\n						</ul>\n					<h4>Our Departments</h4>\n					<ul>\n							<li>\n										Primary Care \n									</li>\n								<li>\n										Skin Care \n									</li>\n								<li>\n										Urgent Care \n									</li>\n								<li>\n										Orthopedics \n									</li>\n								<li>\n										Eye Care \n									</li>\n								<li>\n										Heart Care\n									</li>\n						</ul>\n					<h4>We’re Avtailable</h4>\n			<table>\n				<thead><tr><th scope=\"col\">Heading #1</th></tr></thead>\n				<tbody><tr><td>Monday :</td><td>8.00 &#8211; 10.00</td></tr><tr><td>Tuesday :</td><td>8.00 &#8211; 10.00</td></tr><tr><td>Wedn:</td><td>8.00 &#8211; 10.00</td></tr><tr><td>Tuesday :\n</td><td>8.00 &#8211; 10.00</td></tr><tr><td>Thursday :</td><td>8.00 &#8211; 10.00</td></tr><tr><td>Friday :</td><td>8.00 &#8211; 10.00</td></tr><tr></tr></tbody>\n			</table>','Footer','','inherit','closed','closed','','814-revision-v1','','','2020-02-14 15:17:38','2020-02-14 15:17:38','',814,'https://dev.ddsconsultingplus.ca/814-revision-v1/',0,'revision','',0),(933,2,'2020-02-14 15:17:38','2020-02-14 15:17:38','<img width=\"335\" height=\"100\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png 335w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo-300x90.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo-330x99.png 330w\" sizes=\"(max-width: 335px) 100vw, 335px\" />											\n		647-223-3678<br>\nlaurie@ddsconsultingplus.ca','Footer','','inherit','closed','closed','','814-revision-v1','','','2020-02-14 15:17:38','2020-02-14 15:17:38','',814,'https://dev.ddsconsultingplus.ca/814-revision-v1/',0,'revision','',0),(934,2,'2020-02-14 15:19:17','2020-02-14 15:19:17','<img width=\"335\" height=\"100\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo.png 335w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo-300x90.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/04/footer_logo-330x99.png 330w\" sizes=\"(max-width: 335px) 100vw, 335px\" />											\n		<br>\n647-223-3678<br>\nlaurie@ddsconsultingplus.ca','Footer','','inherit','closed','closed','','814-revision-v1','','','2020-02-14 15:19:17','2020-02-14 15:19:17','',814,'https://dev.ddsconsultingplus.ca/814-revision-v1/',0,'revision','',0),(935,2,'2020-02-14 16:01:24','2020-02-14 16:01:24','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br />\n</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br />\n</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br />\n</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\n- Her ideas and suggestions really do work.<br />\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\n- I would recommend Laurie Slater to anyone. \"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\n<p>[/vc_column_text][vc_separator][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','Testimonials','','inherit','closed','closed','','21-autosave-v1','','','2020-02-14 16:01:24','2020-02-14 16:01:24','',21,'https://dev.ddsconsultingplus.ca/21-autosave-v1/',0,'revision','',0),(936,2,'2020-02-14 15:24:02','2020-02-14 15:24:02','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<p><br></p>\r\n<h2><span style=\"color:#204ecc;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>&nbsp;</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>&nbsp;</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”<br />\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.</p>\r\n<p>&nbsp;</p>\r\n<p>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.</p>\r\n<p>&nbsp;</p>\r\n<p>You are the model of happiness, pride, joy and enthusiasm.<br />\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b></p>\r\n<p>&nbsp;</p>\r\n<p>Since being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.</p>\r\n<p>&nbsp;</p>\r\n<p>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.</p>\r\n<p>&nbsp;</p>\r\n<p>She has helped increase our production by over 45% in less than 2 yrs!</p>\r\n<p>&nbsp;</p>\r\n<p>We as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\" Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 15:24:02','2020-02-14 15:24:02','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(937,2,'2020-02-14 15:26:28','2020-02-14 15:26:28','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2><span style=\"color:#204ecc;font-size:21px;align:right;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>&nbsp;</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>&nbsp;</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”<br />\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.</p>\r\n<p>&nbsp;</p>\r\n<p>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.</p>\r\n<p>&nbsp;</p>\r\n<p>You are the model of happiness, pride, joy and enthusiasm.<br />\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b></p>\r\n<p>&nbsp;</p>\r\n<p>Since being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.</p>\r\n<p>&nbsp;</p>\r\n<p>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.</p>\r\n<p>&nbsp;</p>\r\n<p>She has helped increase our production by over 45% in less than 2 yrs!</p>\r\n<p>&nbsp;</p>\r\n<p>We as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\" Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 15:26:28','2020-02-14 15:26:28','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(938,2,'2020-02-14 15:27:45','2020-02-14 15:27:45','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][vc_empty_space height=\"100px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2><span style=\"color:#204ecc;font-size:21px;text-align:right;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>&nbsp;</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>&nbsp;</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”<br />\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.</p>\r\n<p>&nbsp;</p>\r\n<p>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.</p>\r\n<p>&nbsp;</p>\r\n<p>You are the model of happiness, pride, joy and enthusiasm.<br />\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b></p>\r\n<p>&nbsp;</p>\r\n<p>Since being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.</p>\r\n<p>&nbsp;</p>\r\n<p>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.</p>\r\n<p>&nbsp;</p>\r\n<p>She has helped increase our production by over 45% in less than 2 yrs!</p>\r\n<p>&nbsp;</p>\r\n<p>We as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\" Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 15:27:45','2020-02-14 15:27:45','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(939,2,'2020-02-14 15:28:12','2020-02-14 15:28:12','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2><span style=\"color:#204ecc;font-size:21px;text-align:right;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>&nbsp;</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>&nbsp;</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”<br />\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.</p>\r\n<p>&nbsp;</p>\r\n<p>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.</p>\r\n<p>&nbsp;</p>\r\n<p>You are the model of happiness, pride, joy and enthusiasm.<br />\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b></p>\r\n<p>&nbsp;</p>\r\n<p>Since being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.</p>\r\n<p>&nbsp;</p>\r\n<p>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.</p>\r\n<p>&nbsp;</p>\r\n<p>She has helped increase our production by over 45% in less than 2 yrs!</p>\r\n<p>&nbsp;</p>\r\n<p>We as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\" Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 15:28:12','2020-02-14 15:28:12','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(940,2,'2020-02-14 15:29:18','2020-02-14 15:29:18','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>&nbsp;</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>&nbsp;</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. J. Rogers DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”<br />\r\n[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. M. Pearson DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Amy Simpson- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Karen Taksa- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Katy Krofchick- Schedule Coord<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.</p>\r\n<p>&nbsp;</p>\r\n<p>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.</p>\r\n<p>&nbsp;</p>\r\n<p>You are the model of happiness, pride, joy and enthusiasm.<br />\r\n<b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b></p>\r\n<p>&nbsp;</p>\r\n<p>Since being with you, our production has doubled…an increase of 100%!  You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. S. Boies, DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Leslie Nuttal- Tx Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Celest Medina- Financial Coord[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sharleen Maresky- RDH<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.</p>\r\n<p>&nbsp;</p>\r\n<p>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr’s. L. Podolsky and H. Rosen DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Ginette Diamond- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Nikki Brown- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Shelley Jones- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Raj Thandi- RD[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Sara Proux- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Stacey Trottier- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lucie Chatelien- Dental Assistant<br />\r\n[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Tanya Vinkovich- Dental Assistant[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Pam Bunnet- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– BJ Champion- RDH[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Kara Abbott- Practice Coordinator[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.</p>\r\n<p>&nbsp;</p>\r\n<p>She has helped increase our production by over 45% in less than 2 yrs!</p>\r\n<p>&nbsp;</p>\r\n<p>We as a team are honored to have her as a coach and a mentor.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. F. Husain DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. T. Fadden DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Lisa Preza- Dentistry on Sinclair[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. David Ho DDS[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Thea Ho, office administrator, wife &amp; helper of the Big Boss[/mk_fancy_title][vc_separator el_class=\"line-line\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][mk_fancy_title color=\"#898989\" size=\"21\" margin_top=\"20\" margin_bottom=\"0\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"testimonials-detail\"]\" Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"[/mk_fancy_title][mk_fancy_title color=\"#204ecc\" size=\"18\" font_weight=\"bold\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" align=\"right\" el_class=\"testimonials-name\"]– Dr. P. Custoreri and Dr. B. Feeley[/mk_fancy_title][vc_empty_space height=\"100px\"][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 15:29:18','2020-02-14 15:29:18','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(941,2,'2020-02-14 15:56:15','2020-02-14 15:56:15','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.<br><br>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!<br><br>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br /></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br /></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br /></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />- Her ideas and suggestions really do work.<br />- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />- I would recommend Laurie Slater to anyone. \"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 15:56:15','2020-02-14 15:56:15','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(942,2,'2020-02-14 16:01:54','2020-02-14 16:01:54','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','21-revision-v1','','','2020-02-14 16:01:54','2020-02-14 16:01:54','',21,'https://dev.ddsconsultingplus.ca/21-revision-v1/',0,'revision','',0),(943,2,'2020-02-14 16:06:15','2020-02-14 16:06:15','<h1>Services</h1>\r\n			<ol>\r\n				<li><a href=\"https://jupiterx.artbees.net/hospital\">Home</a>\r\n				</li>\r\n								<li>Portfolios</li>\r\n				</ol>		\r\n			<a href=\"https://jupiterx.artbees.net/hospital/portfolio/latest-equipments-3/\"><img width=\"1920\" height=\"1547\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service08.jpg\" alt=\"\" /> </a>		\r\n					<h3><a href=\"https://jupiterx.artbees.net/hospital/portfolio/latest-equipments-3/\">Latest Equipments</a></h3>		Intensive Care Excepteur sint occaecat cupidatat non proident,\r\n			<a href=\"https://jupiterx.artbees.net/hospital/portfolio/latest-equipments-2/\"><img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service09.jpg\" alt=\"\" /> </a>		\r\n					<h3><a href=\"https://jupiterx.artbees.net/hospital/portfolio/latest-equipments-2/\">Latest Equipments</a></h3>		Intensive Care Excepteur sint occaecat cupidatat non proident,\r\n			<a href=\"https://jupiterx.artbees.net/hospital/portfolio/latest-equipments/\"><img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service06.jpg\" alt=\"\" /> </a>		\r\n					<h3><a href=\"https://jupiterx.artbees.net/hospital/portfolio/latest-equipments/\">Latest Equipments</a></h3>		Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \r\n			<a href=\"https://jupiterx.artbees.net/hospital/portfolio/rehabilitation-center-2/\"><img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service05.jpg\" alt=\"\" /> </a>		\r\n					<h3><a href=\"https://jupiterx.artbees.net/hospital/portfolio/rehabilitation-center-2/\">Rehabilitation Center</a></h3>		Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \r\n			<a href=\"https://jupiterx.artbees.net/hospital/portfolio/precise-diagnosis-2/\"><img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service04.jpg\" alt=\"\" /> </a>		\r\n					<h3><a href=\"https://jupiterx.artbees.net/hospital/portfolio/precise-diagnosis-2/\">Precise Diagnosis</a></h3>		Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \r\n			<a href=\"https://jupiterx.artbees.net/hospital/portfolio/precise-diagnosis/\"><img width=\"1920\" height=\"1548\" src=\"https://jupiterx.artbees.net/hospital/wp-content/uploads/sites/350/2019/12/service02.jpg\" alt=\"\" /> </a>		\r\n					<h3><a href=\"https://jupiterx.artbees.net/hospital/portfolio/precise-diagnosis/\">Precise Diagnosis</a></h3>		Quis ipsum suspendisse ultrices gravidasi commodo viverra maece. \r\n			<a href=\"#\">Load More</a>\r\n					<h2>We Are Pleased to Offer You The \r\nChance to Have the Healthy.</h2>\r\n			<a href=\"#\">\r\n						\r\n      .cls-1 {\r\n        fill: #2c234d;\r\n        fill-rule: evenodd;\r\n      }\r\n    						\r\n			</a>\r\n					<h2><a href=\"#\">Play Video</a></h2><!-- Created with Elementor -->','Services','','inherit','closed','closed','','825-revision-v1','','','2020-02-14 16:06:15','2020-02-14 16:06:15','',825,'https://dev.ddsconsultingplus.ca/825-revision-v1/',0,'revision','',0),(944,2,'2020-02-14 16:07:15','2020-02-14 16:07:15','<p>[vc_row][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Services','','inherit','closed','closed','','825-revision-v1','','','2020-02-14 16:07:15','2020-02-14 16:07:15','',825,'https://dev.ddsconsultingplus.ca/825-revision-v1/',0,'revision','',0),(945,2,'2020-02-14 16:08:11','2020-02-14 16:08:11','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:<br><br>- Practice Opportunity Assessment<br>- Dental Consulting/Coaching/Training<br>- Clinical Training<br>- Dental Equipment<br>- Financial & Estate Planning<br>- Start-ups<br>- Mergers & Acquisitions<br>- Employment Law<br>- Purchase Evaluations<br>- Health & Safety Training<br>- Architectural Design<br>- Interior Design<br>- Website Design<br>- Builders</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Services','','publish','closed','closed','','services','','','2020-02-14 18:10:36','2020-02-14 18:10:36','',0,'https://dev.ddsconsultingplus.ca/testimonials-2/',0,'page','',0),(946,2,'2020-02-14 16:13:22','2020-02-14 16:13:22','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:<br>- Practice Opportunity Assessment<br>- Dental Consulting/Coaching/Training<br>- Clinical Training<br>- Dental Equipment<br>- Financial & Estate Planning<br>- Start-ups<br>- Mergers & Acquisitions<br>- Employment Law<br>- Purchase Evaluations<br>- Health & Safety Training<br>- Architectural Design<br>- Interior Design<br>- Website Design<br>- Builders</span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','Testimonials','','inherit','closed','closed','','945-autosave-v1','','','2020-02-14 16:13:22','2020-02-14 16:13:22','',945,'https://dev.ddsconsultingplus.ca/945-autosave-v1/',0,'revision','',0),(947,2,'2020-02-14 16:13:36','2020-02-14 16:13:36','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:<br><br>- Practice Opportunity Assessment<br>- Dental Consulting/Coaching/Training<br>- Clinical Training<br>- Dental Equipment<br>- Financial & Estate Planning<br>- Start-ups<br>- Mergers & Acquisitions<br>- Employment Law<br>- Purchase Evaluations<br>- Health & Safety Training<br>- Architectural Design<br>- Interior Design<br>- Website Design<br>- Builders</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Testimonials','','inherit','closed','closed','','945-revision-v1','','','2020-02-14 16:13:36','2020-02-14 16:13:36','',945,'https://dev.ddsconsultingplus.ca/945-revision-v1/',0,'revision','',0),(948,2,'2020-02-14 16:15:27','2020-02-14 16:15:27','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting New','','trash','closed','closed','','dental-consulting-new__trashed','','','2020-02-14 16:18:02','2020-02-14 16:18:02','',0,'https://dev.ddsconsultingplus.ca/testimonials-3/',0,'page','',0),(949,2,'2020-02-14 16:16:29','2020-02-14 16:16:29','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting','','inherit','closed','closed','','948-revision-v1','','','2020-02-14 16:16:29','2020-02-14 16:16:29','',948,'https://dev.ddsconsultingplus.ca/948-revision-v1/',0,'revision','',0),(950,2,'2020-02-14 16:17:01','2020-02-14 16:17:01','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"testimonials\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">&ldquo;Laurie has helped our practice grow as a TEAM. We are more of a united front and strive to reach the same office goals. The coaching process with Laurie has been very helpful, always informative, very motivating. Great pick me up with cheerful and positive attitude. Keep up your great and hard work, it is greatly appreciated.&rdquo;</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">&ndash; Tanja Simpraga, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater packs every ounce of punch that Anthony Robbins does!  The sessions, coach calls and in-office seminars have changed our team in ways I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better, it has directly affected our bottom line.</p>\r\n<p>After being coached by Laurie for just over 1 yr, our overall production has increased by 35%!</p>\r\n<p>I would recommend Laurie Slater to anyone who wants to go from ordinary to extraordinary!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. J. Rogers DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">“All consultants we have worked with know the numbers we should be capable of achieving. All consultants we have worked with have similar systems for monitoring the practice performance to produce predictable and consistent outcomes. This experience with Laurie as our coach has been different from other consultants in the way the “coach” helps us to keep the “wheels from falling off” these systems. She keeps us “on track”. Laurie does it in such a way that the staff feels they are part of the process and they become committed to the systems, not threatened by them.”</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. M. Pearson DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Coaching with Laurie has helped the practice be more of a team, coordinated, implemented protocols that actually stick and has helped us follow through. Brought COE’s back and they are the best. Patient love them and so do we. You have made me more confident and passionate in my job, with patients and with my co-workers.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Amy Simpson, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness. Laurie you are a wonderful coach and you have made me a better team player and assistant! Thanks for everything!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Karen Taksa, Dental Assistant<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What I enjoy about Laurie is the organization and motivation skills that I have learnt and implemented. I feel much more knowledgeable in my daily role and more confident about myself. You are a fabulous coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Katy Krofchick, Schedule Coord<br />\r\n</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to share with you my overall experience Laurie’s coaching. It has been exceptional.  I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.  The main difference in this experience is the coaching.<br><br>Laurie, you are an exceptional human being and I am very fortunate that you have crossed my life. I have never met a coach like you before. Your ability to support me and my team is very powerful. You are the first person that has been accepted and respected by my entire team.<br><br>You are the model of happiness, pride, joy and enthusiasm.<br /><b>Your knowledge of the dental field and the human psychology has also been very useful to help our practice grow.</b><br><br>Since being with you, our production has doubled…an increase of 100%! You are the ideal coach and I would like to thank you for helping me to become the man and the leader I was born to be.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr. S. Boies, DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has reminded me and the team of the subtle important things that make all the wheels turn at once. You have supported the team through good times and bad…thankfully, there have been many more good times. You have taught us to stay focused and goal oriented!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Leslie Nuttal- Tx Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"It has been a sincere and honest pleasure to have had the opportunity to be part of a team coached by Laurie. As a team, we set personal, professional and financial goals and I must tell you how proud I am of myself and the team because after 2 yrs we have been able to meet most of them! (at the time they seemed so far away). Of course, I must mention that you had a lot to do with it. You have been patient, never pressure me but motivate me. You’ve taught me to monitor myself and IT HELPS! I can honestly say that I have grown as a person in all aspects especially the way I analyze challenges which are now “opportunities to make things better”. Thank you so very much for being YOU our COACH.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Celest Medina- Financial Coord</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"You bring me out of my comfort zones and make me enthusiastic about dentistry! Thank you so much for being our coach!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Sharleen Maresky- RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"We are all very grateful for the input you’ve had to the success of our office. Not only have you transformed our office financially…increase in production of over 25% , you have also helped change attitudes of our team in a positive direction.<br><br>You are energetic and full of great ideas.We look forward to the future and to maintaining this great relationship.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Dr’s. L. Podolsky and H. Rosen DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie, you always bring our team to a new high with each visit. You present yourself with such professionalism, clinical knowledge, positivity and always with a great smile and opening story! Our 3 hour workshops seem to fly by and I personally always feel revitalized and ready to face tomorrow. Thank you!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Ginette Diamond, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has created a more cohesive team approach with a more positive attitude overall. We now always look for solutions as opposed to why we can’t change. We no longer dwell on problems and are actually reaching the goals that we set while having fun!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">– Nikki Brown, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has change the way I practice dental hygiene, the way I connect with patients and co-workers. You have helped me attain goals I never thought possible. Your positive approach to every issue makes dealing with it so much easier. Your beliefs that “the past doesn’t equal the future” has been huge in my personal and professional life. Your “open door” policy is greatly appreciated!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Shelley Jones, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie’s coaching has helped me to be “solution driven” and helped me support other team members and myself to follow through. You have truly helped us all come together as a real team! Thank you so much, what a difference from other practices I have worked in!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Raj Thandi, RD</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I feel very fortunate have been introduced to Laurie Slater. I feel that I have much better organization skills, gained speed and production and am using my full scope of practice. Laurie is an amazing and enthusiastic coach that has built our team stronger.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Sara Proux, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has really brought organization and efficiency to our team including a positive and happy environment.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Stacey Trottier, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Our monthly session with Laurie are packed with useful information and provide us with different tools needed to succeed. They stimulate our brains and forces us to think.  They are very interactive and never monotonous.  Your uplifting spirit brings positive energy to the room.  You are truly a charismatic leader.  I am looking forward to the next sessions.  Thank you for being the person that you are.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lucie Chatelien, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The experience of being coached by Laurie has not only changed who I am as a person in the work place, but in my life entirely. The positivity it has brought is just amazing. Thank-you for being the best you can be ALL the time. You teach me to be a better person on a daily basis. THANKYOU SO VERY MUCH LAURIE!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Tanya Vinkovich, Dental Assistant</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has provided me with opportunities for both professional and personal growth. Our dental team has been involved in seminars about  systems, goal setting exercises,  communications and wealth management. Financially, we have seen a substantial increase in production that has provided  bonuses that we all share. Our coach Laurie has been there with us every step of the way. We have weekly team meetings and a monthly coaching meeting . Laurie also makes herself available to all team members whenever needed. Laurie has given us tools to incorporate  \" extraordinary practice, extraordinary life\" into our professional and personal lives. We have learned we CAN make a difference.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Pam Bunnet, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"What has being coached by Laurie meant to me?  Wow!!  Quite a question!  Laurie has helped so much. She has given me by far more vision for the career that I have chosen.  After many jobs and many employers over my 27½ years as a Dental Hygienist, the impact Laurie has had on my life has been incredible.  The principles, the systems, the quotes, and on and on and on have changed the way I think, the way I work, and the way I relate with those around me.  Thank you for all your input and impact on my life.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- BJ Champion, RDH</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"I would like to Thank Laurie for her fabulous coaching. She has brought me to an entire new level of thinking in dentistry.<br />\r\n- Her ideas and suggestions really do work.<br />\r\n- Our team has come along way together. Laurie is full of energy and takes great pride in her profession.<br />\r\n- I would recommend Laurie Slater to anyone. \"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Kara Abbott, Practice Coordinator</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"My experience and the hands on guidance by Laurie have allowed my goals and my thinking to make a complete shift. I thank Laurie for making me believe that “good” isn’t enough, and I truly wish to strive for “extraordinary”. Laurie’s ability to motivate and inspire have been totally effective and infectious.<br><br>She has helped increase our production by over 45% in less than 2 yrs!<br><br>We as a team are honored to have her as a coach and a mentor.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. F. Husain DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"With Laurie\'s leadership we have become more purposeful and organized, putting reliable systems in place to help us run our practice. She has enabled us to really develop as a team creating and sharing our goals and reminding us of who we need to be each day. Most importantly, Laurie has helped us to commit to our patients and ourselves by encouraging us to focus on our Vision. Our experience with her is showing us that we WILL continue to be more successful than we already were.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. T. Fadden DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie Slater’s energy is contagious. Her recommendations for positive change were excellent and easy to implement. The coaching she provided has really helped our administrative team to work in a more supportive, organized and efficient manner and to deliver a higher level of customer service to our patients. I would highly recommend Laurie Slater to anyone seeking to take their success to a higher level.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Lisa Preza, Dentistry on Sinclair</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"They say “Change is the only Constant in the Universe”. That said, my practice was in need of changes in order to keep up with today’s tougher economy. For the past few years, we noticed that our practice was stagnant and not growing. We tried a variety of different ideas but nothing really made an impact. It was then that I sought out help from a dental consultant. Laurie Slater. Without a doubt, Laurie has made some radical changes to our office with positive results. She has guided our staff towards achieving all we can and more. She has a passion for teamwork and it shows. We look forward to working more with Laurie and seeing what new heights our practice can soar to.\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. David Ho DDS</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"The difference between a dream and a goal is having a timeline with accountability and consequences. We have a “good” practice. However, I always felt it could be better. I would research business websites and try to new ideas but didn’t have the knowledge or confidence to truly incorporate these ideas so they would be accepted and permanently integrate into our office environment. Laurie has given us the tools and practical applications to make these dreams become reality. She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. “We can do it!!” Laurie is exceptionally disciplined, devoted and committed to us and our team. She sincerely wants to help us turn our good practice into a great practice. When she is with us, I think we are her only clients. Laurie communicates clearly and effectively. She is a great example of excellence conquering mediocrity. A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven. She is always promoting cooperation and inspiring our staff to be a true team. I know we still have a lot to accomplish and change is sometimes uncomfortable, but with Laurie as our coach, I know we will achieve success… whatever it takes! Thanks Laurie for taking us on!!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Thea Ho, office administrator, wife &amp; helper of the Big Boss</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">\"Laurie has been working as our office coach for several years now. Since then, her philosophy of excellence and achieving beyond has clearly had a positive impact on our practice. Our team is now much more effective and a cohesive unit both professionally and personally. Practice morale is at an all time high and as a result of her systematic approach of operation, our practice production has increased dramatically.<br />\r\n- Her coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br />\r\n- We at Downtown Dental are excited to keep working with Laurie for many more years ahead!\"</span></h2>\r\n<h2 style=\"text-align:right;\"><span style=\"color:#204ecc;font-size:21px;\">- Dr. P. Custoreri and Dr. B. Feeley</span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting New','','inherit','closed','closed','','948-revision-v1','','','2020-02-14 16:17:01','2020-02-14 16:17:01','',948,'https://dev.ddsconsultingplus.ca/948-revision-v1/',0,'revision','',0),(951,2,'2020-02-14 16:20:12','2020-02-14 16:20:12','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\r\n<ul>\r\n<li>Practice Opportunity Assessment</li>\r\n<li>Business Systems/Protocols</li>\r\n<li>Job Descriptions/Scripts</li>\r\n<li>Start-ups Transition Acquisition</li>\r\n<li>Monitors/Metrics</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team Building</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting','','publish','closed','closed','','dental-consulting','','','2020-02-14 18:09:31','2020-02-14 18:09:31','',945,'https://dev.ddsconsultingplus.ca/testimonials-3/',0,'page','',0),(952,2,'2020-02-14 16:22:13','2020-02-14 16:22:13','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:<br><br>- Practice Opportunity Assessment<br>- Dental Consulting/Coaching/Training<br>- Clinical Training<br>- Dental Equipment<br>- Financial & Estate Planning<br>- Start-ups<br>- Mergers & Acquisitions<br>- Employment Law<br>- Purchase Evaluations<br>- Health & Safety Training<br>- Architectural Design<br>- Interior Design<br>- Website Design<br>- Builders</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Services New','','inherit','closed','closed','','945-revision-v1','','','2020-02-14 16:22:13','2020-02-14 16:22:13','',945,'https://dev.ddsconsultingplus.ca/945-revision-v1/',0,'revision','',0),(953,2,'2020-02-14 16:22:44','2020-02-14 16:22:44','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:<br><br>- Practice Opportunity Assessment<br>- Dental Consulting/Coaching/Training<br>- Clinical Training<br>- Dental Equipment<br>- Financial & Estate Planning<br>- Start-ups<br>- Mergers & Acquisitions<br>- Employment Law<br>- Purchase Evaluations<br>- Health & Safety Training<br>- Architectural Design<br>- Interior Design<br>- Website Design<br>- Builders</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting New','','inherit','closed','closed','','951-revision-v1','','','2020-02-14 16:22:44','2020-02-14 16:22:44','',951,'https://dev.ddsconsultingplus.ca/951-revision-v1/',0,'revision','',0),(954,2,'2020-02-14 16:25:06','2020-02-14 16:25:06','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\n<ul>\n<li>Practice Opportunity Assessment</li>\n<li>Dental Consulting/Coaching/Training</li>\n<li>Clinical Training</li>\n<li>Dental Equipment</li>\n<li>Financial & Estate Planning</li>\n<li>Start-ups</li>\n<li>Mergers & Acquisitions</li>\n<li>Employment Law</li>\n<li>Purchase Evaluations</li>\n<li>Health & Safety Training</li>\n<li>Architectural Design</li>\n<li>Interior Design</li>\n<li>Website Design</li>\n<li>Builders</li>\n</ul>\n<p></span></h2>\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','Dental Consulting New','','inherit','closed','closed','','951-autosave-v1','','','2020-02-14 16:25:06','2020-02-14 16:25:06','',951,'https://dev.ddsconsultingplus.ca/951-autosave-v1/',0,'revision','',0),(955,2,'2020-02-14 16:25:22','2020-02-14 16:25:22','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\r\n<ul>\r\n<li>Practice Opportunity Assessment</li>\r\n<li>Dental Consulting/Coaching/Training</li>\r\n<li>Clinical Training</li>\r\n<li>Dental Equipment</li>\r\n<li>Financial & Estate Planning</li>\r\n<li>Start-ups</li>\r\n<li>Mergers & Acquisitions</li>\r\n<li>Employment Law</li>\r\n<li>Purchase Evaluations</li>\r\n<li>Health & Safety Training</li>\r\n<li>Architectural Design</li>\r\n<li>Interior Design</li>\r\n<li>Website Design</li>\r\n<li>Builders</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting New','','inherit','closed','closed','','951-revision-v1','','','2020-02-14 16:25:22','2020-02-14 16:25:22','',951,'https://dev.ddsconsultingplus.ca/951-revision-v1/',0,'revision','',0),(956,2,'2020-02-14 17:32:55','2020-02-14 17:32:55','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\r\n<ul>\r\n<li>Practice Opportunity Assessment</li>\r\n<li>Business Systems/Protocols</li>\r\n<li>Job Descriptions/Scripts</li>\r\n<li>Start-ups Transition Acquisition</li>\r\n<li>Monitors/Metrics</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team Building</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting New','','inherit','closed','closed','','951-revision-v1','','','2020-02-14 17:32:55','2020-02-14 17:32:55','',951,'https://dev.ddsconsultingplus.ca/951-revision-v1/',0,'revision','',0),(957,2,'2020-02-14 17:35:30','2020-02-14 17:35:30',' ','','','publish','closed','closed','','957','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',0,'https://dev.ddsconsultingplus.ca/?p=957',4,'nav_menu_item','',0),(958,2,'2020-02-14 17:36:27','2020-02-14 17:36:27',' ','','','publish','closed','closed','','958','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',945,'https://dev.ddsconsultingplus.ca/?p=958',5,'nav_menu_item','',0),(959,2,'2020-02-14 17:38:56','2020-02-14 17:38:56','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\n<p>We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.</p>\n<p>&nbsp;</p>\n<p><strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong></p>\n<p>&nbsp;</p>\n<p><strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps<br /><strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention<br /><strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong><br /><strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong><br /><strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year<br /><strong>• Detailed Excel Monitors</strong><br /><strong> • Detailed Checklists</strong><br /><strong> • Detailed Job descriptions Templates</strong><br /><strong> • Employee Appraisal Templates</strong></p>\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)<br />• Help the Dentist and team to get clarity on long term outcomes, personally and professionally<br />• Draw the team and Dentist in as partners in the practices’ success<br />• Execution and implementation of strategies to develop and to support your Vision<br />• Enforce Accountability with dental team<br />• Master-level customer service skills<br />• Ongoing identification of opportunities for practice growth<br />• Improve and implement phone conversion strategies<br />• Understanding marketing and top marketing tactics<br />• Increased retention of all appointments<br />• Goal setting…FOR ALL DEPARTMENTS<br />• Effective negotiation techniques…handling objections<br />• Leadership and emotional intelligence<br />• Interviewing and retaining team members<br />• Leadership styles and applications<br />• Personality profiles (DISC, VAK)<br />• Team reward structures…BONUSES<br />• Recare Reactivation/ Chart Reactivation System<br />• Assist the Dentist in the area of leadership and empowerment of each member of the team<br />• Install an effective ‘schedule to goal’ system so team can work<br />• smarter and not harder<br />• Give team strategies and tools for monitoring all areas of the practice<br />• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”<br />• Assist team in developing more highly effective internal and external marketing programs<br />• Professional resource for clinical advancement<br />• A full time asset and support to your dental team</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\n','Full coaching program','','inherit','closed','closed','','118-autosave-v1','','','2020-02-14 17:38:56','2020-02-14 17:38:56','',118,'https://dev.ddsconsultingplus.ca/118-autosave-v1/',0,'revision','',0),(960,2,'2020-02-14 17:39:04','2020-02-14 17:39:04','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.</p>\r\n<p>&nbsp;</p>\r\n<p><strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps<br /><strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention<br /><strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong><br /><strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong><br /><strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year<br /><strong>• Detailed Excel Monitors</strong><br /><strong> • Detailed Checklists</strong><br /><strong> • Detailed Job descriptions Templates</strong><br /><strong> • Employee Appraisal Templates</strong></p>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)<br />• Help the Dentist and team to get clarity on long term outcomes, personally and professionally<br />• Draw the team and Dentist in as partners in the practices’ success<br />• Execution and implementation of strategies to develop and to support your Vision<br />• Enforce Accountability with dental team<br />• Master-level customer service skills<br />• Ongoing identification of opportunities for practice growth<br />• Improve and implement phone conversion strategies<br />• Understanding marketing and top marketing tactics<br />• Increased retention of all appointments<br />• Goal setting…FOR ALL DEPARTMENTS<br />• Effective negotiation techniques…handling objections<br />• Leadership and emotional intelligence<br />• Interviewing and retaining team members<br />• Leadership styles and applications<br />• Personality profiles (DISC, VAK)<br />• Team reward structures…BONUSES<br />• Recare Reactivation/ Chart Reactivation System<br />• Assist the Dentist in the area of leadership and empowerment of each member of the team<br />• Install an effective ‘schedule to goal’ system so team can work<br />• smarter and not harder<br />• Give team strategies and tools for monitoring all areas of the practice<br />• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”<br />• Assist team in developing more highly effective internal and external marketing programs<br />• Professional resource for clinical advancement<br />• A full time asset and support to your dental team</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Full coaching program','','inherit','closed','closed','','118-revision-v1','','','2020-02-14 17:39:04','2020-02-14 17:39:04','',118,'https://dev.ddsconsultingplus.ca/118-revision-v1/',0,'revision','',0),(961,2,'2020-02-14 17:39:36','2020-02-14 17:39:36','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.</p>\r\n<p>&nbsp;</p>\r\n<p><strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps<br /><strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention<br /><strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong><br /><strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong><br /><strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year<br /><strong>• Detailed Excel Monitors</strong><br /><strong> • Detailed Checklists</strong><br /><strong> • Detailed Job descriptions Templates</strong><br /><strong> • Employee Appraisal Templates</strong></p>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)<br />• Help the Dentist and team to get clarity on long term outcomes, personally and professionally<br />• Draw the team and Dentist in as partners in the practices’ success<br />• Execution and implementation of strategies to develop and to support your Vision<br />• Enforce Accountability with dental team<br />• Master-level customer service skills<br />• Ongoing identification of opportunities for practice growth<br />• Improve and implement phone conversion strategies<br />• Understanding marketing and top marketing tactics<br />• Increased retention of all appointments<br />• Goal setting…FOR ALL DEPARTMENTS<br />• Effective negotiation techniques…handling objections<br />• Leadership and emotional intelligence<br />• Interviewing and retaining team members<br />• Leadership styles and applications<br />• Personality profiles (DISC, VAK)<br />• Team reward structures…BONUSES<br />• Recare Reactivation/ Chart Reactivation System<br />• Assist the Dentist in the area of leadership and empowerment of each member of the team<br />• Install an effective ‘schedule to goal’ system so team can work<br />• smarter and not harder<br />• Give team strategies and tools for monitoring all areas of the practice<br />• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”<br />• Assist team in developing more highly effective internal and external marketing programs<br />• Professional resource for clinical advancement<br />• A full time asset and support to your dental team</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Full Coaching Program','','inherit','closed','closed','','118-revision-v1','','','2020-02-14 17:39:36','2020-02-14 17:39:36','',118,'https://dev.ddsconsultingplus.ca/118-revision-v1/',0,'revision','',0),(962,2,'2020-02-14 17:40:00','2020-02-14 17:40:00','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\r\n<ul>\r\n<li>Practice Opportunity Assessment</li>\r\n<li>Business Systems/Protocols</li>\r\n<li>Job Descriptions/Scripts</li>\r\n<li>Start-ups Transition Acquisition</li>\r\n<li>Monitors/Metrics</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team Building</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting New','','inherit','closed','closed','','951-revision-v1','','','2020-02-14 17:40:00','2020-02-14 17:40:00','',951,'https://dev.ddsconsultingplus.ca/951-revision-v1/',0,'revision','',0),(963,2,'2020-02-14 17:41:36','2020-02-14 17:41:36','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Training\" alias=\"dental-training\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">Through the training we provide, we focus to get the most out of your teams:</p>\r\n<ul>\r\n<li>Reception</li>\r\n<li>Office Manager – Accountability / Leadership</li>\r\n<li>Treatment Coordinator – Case presentation / New Experience / Healthy Objections</li>\r\n<li>Hygiene Department (Co-Diagnosis)</li>\r\n<li>Dentist (Leadership)</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Training','','publish','closed','closed','','dental-training','','','2020-02-14 18:10:02','2020-02-14 18:10:02','',945,'https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new-2/',0,'page','',0),(964,2,'2020-02-14 17:42:33','2020-02-14 17:42:33','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\r\n<ul>\r\n<li>Practice Opportunity Assessment</li>\r\n<li>Business Systems/Protocols</li>\r\n<li>Job Descriptions/Scripts</li>\r\n<li>Start-ups Transition Acquisition</li>\r\n<li>Monitors/Metrics</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team Building</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Training New','','inherit','closed','closed','','963-revision-v1','','','2020-02-14 17:42:33','2020-02-14 17:42:33','',963,'https://dev.ddsconsultingplus.ca/963-revision-v1/',0,'revision','',0),(965,2,'2020-02-14 17:43:37','2020-02-14 17:43:37','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Training\" alias=\"dental-training\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\n<ul>\n<li>Practice Opportunity Assessment</li>\n<li>Business Systems/Protocols</li>\n<li>Job Descriptions/Scripts</li>\n<li>Start-ups Transition Acquisition</li>\n<li>Monitors/Metrics</li>\n<li>Checklists</li>\n<li>Office Manuals</li>\n<li>Team Building</li>\n<li>New Patient \"Experience\"</li>\n<li>Case Presentation</li>\n</ul>\n<p></span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','Dental Training New','','inherit','closed','closed','','963-autosave-v1','','','2020-02-14 17:43:37','2020-02-14 17:43:37','',963,'https://dev.ddsconsultingplus.ca/963-autosave-v1/',0,'revision','',0),(966,2,'2020-02-14 17:44:39','2020-02-14 17:44:39','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Training\" alias=\"dental-training\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">Through the training we provide, we focus to get the most out of your teams:</p>\r\n<ul>\r\n<li>Reception</li>\r\n<li>Office Manager – Accountability / Leadership</li>\r\n<li>Treatment Coordinator – Case presentation / New Experience / Healthy Objections</li>\r\n<li>Hygiene Department (Co-Diagnosis)</li>\r\n<li>Dentist (Leadership)</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Training New','','inherit','closed','closed','','963-revision-v1','','','2020-02-14 17:44:39','2020-02-14 17:44:39','',963,'https://dev.ddsconsultingplus.ca/963-revision-v1/',0,'revision','',0),(967,2,'2020-02-14 17:45:14','2020-02-14 17:45:14',' ','','','publish','closed','closed','','967','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',945,'https://dev.ddsconsultingplus.ca/?p=967',6,'nav_menu_item','',0),(968,2,'2020-02-14 17:46:24','2020-02-14 17:46:24','{\n    \"site_icon\": {\n        \"value\": 199,\n        \"type\": \"option\",\n        \"user_id\": 2,\n        \"date_modified_gmt\": \"2020-02-14 17:46:24\"\n    }\n}','','','trash','closed','closed','','1c144b5b-25f6-4410-b48a-2c760fa47d31','','','2020-02-14 17:46:24','2020-02-14 17:46:24','',0,'https://dev.ddsconsultingplus.ca/1c144b5b-25f6-4410-b48a-2c760fa47d31/',0,'customize_changeset','',0),(969,2,'2020-02-14 17:47:06','2020-02-14 17:47:06','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"full-coaching-program\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>We all know that implementing change with dental teams can be challenging to say the least. Whether you are too busy to train your team, don’t know how to train or just not fond of the task altogether, using a coach will help allow your team to develop in the fastest way possible. Dental coaching brings specialized knowledge to your business, a unique perspective, and helps to spot “gaps” that you may not be seeing.</p>\r\n<p>&nbsp;</p>\r\n<p><strong style=\"font-size: 30px;\">WHAT’S INCLUDED WITH THE FULL COACHING PROGRAM:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>• 1 Full Day ‘Hit the Ground Running’ In Office Training</strong> focused on Vision, Goals and Action Steps<br />\r\n<strong>• 36 Months of Dental Coaching</strong> where I reinforce the ‘Hit The Ground Running’ workshop by coaching the team and/or dentist all the while ‘ringing the bell of success’ and identifying areas that would benefit from attention<br />\r\n<strong>• Monthly In Office 3hr Workshops or ‘Observations’</strong><br />\r\n<strong>• Weekly 30 minute coach calls with either the dentist or team members (dept)</strong><br />\r\n<strong>• 1 Full Day ‘Annual Planning’</strong> to prepare for next year<br />\r\n<strong>• Detailed Excel Monitors</strong><br />\r\n<strong> • Detailed Checklists</strong><br />\r\n<strong> • Detailed Job descriptions Templates</strong><br />\r\n<strong> • Employee Appraisal Templates</strong></p>\r\n<p class=\"indent\">• Written Comprehensive Practice Analysis (S.W.O.T)<br />\r\n• Help the Dentist and team to get clarity on long term outcomes, personally and professionally<br />\r\n• Draw the team and Dentist in as partners in the practices’ success<br />\r\n• Execution and implementation of strategies to develop and to support your Vision<br />\r\n• Enforce Accountability with dental team<br />\r\n• Master-level customer service skills<br />\r\n• Ongoing identification of opportunities for practice growth<br />\r\n• Improve and implement phone conversion strategies<br />\r\n• Understanding marketing and top marketing tactics<br />\r\n• Increased retention of all appointments<br />\r\n• Goal setting…FOR ALL DEPARTMENTS<br />\r\n• Effective negotiation techniques…handling objections<br />\r\n• Leadership and emotional intelligence<br />\r\n• Interviewing and retaining team members<br />\r\n• Leadership styles and applications<br />\r\n• Personality profiles (DISC, VAK)<br />\r\n• Team reward structures…BONUSES<br />\r\n• Recare Reactivation/ Chart Reactivation System<br />\r\n• Assist the Dentist in the area of leadership and empowerment of each member of the team<br />\r\n• Install an effective ‘schedule to goal’ system so team can work<br />\r\n• smarter and not harder<br />\r\n• Give team strategies and tools for monitoring all areas of the practice<br />\r\n• Provide team with new strategies for case presentation that will allow the patients more reasons to say “Yes”<br />\r\n• Assist team in developing more highly effective internal and external marketing programs<br />\r\n• Professional resource for clinical advancement<br />\r\n• A full time asset and support to your dental team</p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]</p>\r\n','Full Coaching Program','','inherit','closed','closed','','118-revision-v1','','','2020-02-14 17:47:06','2020-02-14 17:47:06','',118,'https://dev.ddsconsultingplus.ca/118-revision-v1/',0,'revision','',0),(970,2,'2020-02-14 17:47:52','2020-02-14 17:47:52','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Workshops14\" alias=\"workshops14\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">Through the workshops we provide, we help your teams master these topics:</p>\r\n<ul>\r\n<li>Mastering the Hygiene Appointment</li>\r\n<li>Quality Communication vs. Speaking</li>\r\n<li>Unlocking the Secrets to “True Accountability”</li>\r\n<li>Systems/Protocols… making it all work</li>\r\n<li>Mastering the Practice “Life Line”… the Telephone</li>\r\n<li>New Patient “Experience” or just “Exam”</li>\r\n<li>Designing your Dream Practice (What drives you to success)</li>\r\n<li>Effective Case Presentation</li>\r\n<li>Human “BE”ing vs. Human “Do”ing</li>\r\n<li>Leadership & Vision Building</li>\r\n<li>10 Principles to Smile Design</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Workshop Programs','','publish','closed','closed','','workshops-programs','','','2020-02-14 18:11:40','2020-02-14 18:11:40','',945,'https://dev.ddsconsultingplus.ca/services-new/dental-training-new-2/',0,'page','',0),(971,2,'2020-02-14 17:49:07','2020-02-14 17:49:07','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Workshops14\" alias=\"workshops14\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\n<h2><span style=\"color:#898989;font-size:21px;\">Through the training we provide, we focus to get the most out of your teams:</p>\n<ul>\n<li>Reception</li>\n<li>Office Manager – Accountability / Leadership</li>\n<li>Treatment Coordinator – Case presentation / New Experience / Healthy Objections</li>\n<li>Hygiene Department (Co-Diagnosis)</li>\n<li>Dentist (Leadership)</li>\n<li>Checklists</li>\n<li>Office Manuals</li>\n<li>Team</li>\n<li>New Patient \"Experience\"</li>\n<li>Case Presentation</li>\n</ul>\n<p></span></h2>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n','Workshops New','','inherit','closed','closed','','970-autosave-v1','','','2020-02-14 17:49:07','2020-02-14 17:49:07','',970,'https://dev.ddsconsultingplus.ca/970-autosave-v1/',0,'revision','',0),(972,2,'2020-02-14 17:51:13','2020-02-14 17:51:13','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Workshops14\" alias=\"workshops14\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">Through the workshops we provide, we help your teams master these topics:</p>\r\n<ul>\r\n<li>Mastering the Hygiene Appointment</li>\r\n<li>Quality Communication vs. Speaking</li>\r\n<li>Unlocking the Secrets to “True Accountability”</li>\r\n<li>Systems/Protocols… making it all work</li>\r\n<li>Mastering the Practice “Life Line”… the Telephone</li>\r\n<li>New Patient “Experience” or just “Exam”</li>\r\n<li>Designing your Dream Practice (What drives you to success)</li>\r\n<li>Effective Case Presentation</li>\r\n<li>Human “BE”ing vs. Human “Do”ing</li>\r\n<li>Leadership & Vision Building</li>\r\n<li>10 Principles to Smile Design</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Workshops New','','inherit','closed','closed','','970-revision-v1','','','2020-02-14 17:51:13','2020-02-14 17:51:13','',970,'https://dev.ddsconsultingplus.ca/970-revision-v1/',0,'revision','',0),(973,2,'2020-02-14 17:51:40','2020-02-14 17:51:40',' ','','','publish','closed','closed','','973','','','2020-02-14 17:51:40','2020-02-14 17:51:40','',945,'https://dev.ddsconsultingplus.ca/?p=973',7,'nav_menu_item','',0),(974,2,'2020-02-14 17:55:01','2020-02-14 17:55:01','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 16px; font-weight: 700;\">&nbsp;<strong>Even &ldquo;Successful&rdquo; Practices benefit from &ldquo;tweaking and enhancing&rdquo;<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for &lsquo;out of control&rsquo; practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective&rdquo; help.<br />\r\nThey realize that &lsquo;adding dimensions&rsquo; is the key to propelling performance excellence.<br />\r\n&nbsp;It is important to note, I utilize the term &ldquo;Successful&rdquo; lightly as everyone has a different definition of &ldquo;success&rdquo; and what it looks like.</strong>&nbsp;</span></strong></h2>\r\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"/self-assessment-questionnaire/\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider slidertitle=\"main_t\" alias=\"main_t\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 17:55:01','2020-02-14 17:55:01','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(975,2,'2020-02-14 17:55:53','2020-02-14 17:55:53','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"main-banner\"][rev_slider slidertitle=\"if you have challenges 1\" alias=\"if-you-have-challenges-1\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #0054b0; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 30px;\">Which &lsquo;areas&rsquo; of your practice would BENEFIT from an<br />\r\n&lsquo;objective&rsquo; team member?&hellip;also known as your &lsquo;COACH&rsquo;!</span></strong></h2>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"480\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/production-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-762\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"476\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-760\" /><br />\r\n[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"486\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/team-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-757\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"484\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-764\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"488\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/technology-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-758\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"478\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/new-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-761\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"482\" primary_title=\"\" hover_title=\"\" css=\".vc_custom_1581634634112{background-image: url(https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg?id=763) !important;}\"]</p>\r\n<p><img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/profit-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-763\" /></p>\r\n<p>[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][vc_hoverbox image=\"474\" primary_title=\"\" hover_title=\"\"]<img src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability-247x300.jpg\" alt=\"\" width=\"247\" height=\"300\" class=\"alignnone size-medium wp-image-759\" />[/vc_hoverbox][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278403794{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg02.jpg?id=37) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][vc_column_text]</p>\r\n<h2 style=\"text-align: center;\"><strong><span style=\"color: #ffffff; font-family: Times New Roman, Times, serif, -webkit-standard; font-size: 16px; font-weight: 700;\">&nbsp;<strong>Even &ldquo;Successful&rdquo; Practices benefit from &ldquo;tweaking and enhancing&rdquo;<br />\r\nwhat is already working every now and again.<br />\r\nCoaching and Consulting is not only for &lsquo;out of control&rsquo; practices.<br />\r\nActually more often than not, it is the successful practice that reaches out for objective&rdquo; help.<br />\r\nThey realize that &lsquo;adding dimensions&rsquo; is the key to propelling performance excellence.<br />\r\n&nbsp;It is important to note, I utilize the term &ldquo;Successful&rdquo; lightly as everyone has a different definition of &ldquo;success&rdquo; and what it looks like.</strong>&nbsp;</span></strong></h2>\r\n<p>[/vc_column_text][vc_single_image image=\"563\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"/self-assessment-questionnaire/\"][vc_single_image image=\"505\" img_size=\"full\" alignment=\"center\" onclick=\"custom_link\"][vc_empty_space height=\"25px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1572278612599{background-image: url(https://ddsconsultingplus.ca/wp-content/uploads/2018/04/main_bg032.jpg?id=449) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][vc_row_inner is_fullwidth_content=\"false\"][vc_column_inner width=\"5/12\"][/vc_column_inner][vc_column_inner width=\"7/12\"][vc_column_text]</p>\r\n<p><font color=\"#0054b0\" size=\"5\" font_weight=\"bolder\" font_family=\"Amiri\" font_type=\"google\"><center>Tired of not knowing who all the top advisors are that can help you successfully deal with all facets of \'OWNING\', ‘STARTING UP\' or \'SELLING\' a dental practice?</center></p>\r\n<p><center>YOUR SEARCH IS OVER!</center></p>\r\n<p><font color=\"#484848\" size=\"4\" font_family=\"Amiri\" font_type=\"google\" align=\"center\">I will make sure that the correct individuals are brought together and<br />\r\nI will coordinate, orchestrate and identify areas of your practice that would benefit from either coaching, consulting or other \'services\'.</font></p>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row][vc_row fullwidth=\"true\" css=\".vc_custom_1524507638374{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][rev_slider slidertitle=\"main_t\" alias=\"main_t\"][vc_empty_space height=\"30px\" el_class=\"no-mobile\"][/vc_column][/vc_row]</p>\r\n','main','','inherit','closed','closed','','900-revision-v1','','','2020-02-14 17:55:53','2020-02-14 17:55:53','',900,'https://dev.ddsconsultingplus.ca/900-revision-v1/',0,'revision','',0),(976,2,'2020-02-14 17:58:33','2020-02-14 17:58:33','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-14 17:58:33','2020-02-14 17:58:33','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(978,2,'2020-02-14 18:00:34','2020-02-14 18:00:34','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-14 18:00:34','2020-02-14 18:00:34','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(979,2,'2020-02-14 18:01:43','2020-02-14 18:01:43','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-14 18:01:43','2020-02-14 18:01:43','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(980,2,'2020-02-14 18:03:56','2020-02-14 18:03:56','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-14 18:03:56','2020-02-14 18:03:56','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(981,2,'2020-02-14 18:05:37','2020-02-14 18:05:37','<a data-elementor-open-lightbox=\"\" href=\"/\">\n							<img width=\"1036\" height=\"136\" src=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png\" alt=\"\" srcset=\"https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM.png 1036w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-300x39.png 300w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-1024x134.png 1024w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-330x43.png 330w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-400x53.png 400w, https://dev.ddsconsultingplus.ca/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-4.05.56-PM-800x105.png 800w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" />								</a>\n					<nav>\n			<ul id=\"menu-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>		</nav>\n		<nav>\n				<ul id=\"menu-mobile-63810ef\"><li><a href=\"/laurie-slater\">About</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/laurie-slater/\">Laurie Slater</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/our-philosophy/\">Our Philosophy</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/\">Services New</a>\n<ul>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-consulting-new/\">Dental Consulting New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/dental-training-new/\">Dental Training New</a></li>\n	<li><a href=\"https://dev.ddsconsultingplus.ca/services-new/workshops-new/\">Workshops New</a></li>\n</ul>\n</li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/full-coaching-program/\">Full Coaching Program</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/testimonials/\">Testimonials</a></li>\n<li><a href=\"https://dev.ddsconsultingplus.ca/contact/\">Contact</a></li>\n</ul>			\n		</nav>','Header','','inherit','closed','closed','','808-revision-v1','','','2020-02-14 18:05:37','2020-02-14 18:05:37','',808,'https://dev.ddsconsultingplus.ca/808-revision-v1/',0,'revision','',0),(982,2,'2020-02-14 18:09:15','2020-02-14 18:09:15','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-coaching\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Full APEX/startup existing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Coaching Old2','','inherit','closed','closed','','339-revision-v1','','','2020-02-14 18:09:15','2020-02-14 18:09:15','',339,'https://dev.ddsconsultingplus.ca/339-revision-v1/',0,'revision','',0),(983,2,'2020-02-14 18:09:21','2020-02-14 18:09:21','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-consulting\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]\r\n<div>\r\n<div>Vision/Goal Setting</div>\r\n</div>\r\n[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Business Systems/Protocols</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Job Descriptions/Scripts</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups Transition Acquisition</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Ask Me a Question(popup)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Monitors/Metrics</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Checklists</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manuals</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi turpis mi, eleifend sit amet porttitor at, porttitor sit amet quam. Proin quis tristique dolor, quis consectetur quam. Nullam interdum nisl non nunc venenatis, a viverra arcu iaculis. Vestibulum sed luctus enim, a aliquam turpis. Morbi eu euismod massa. Quisque semper congue mollis. Nam auctor ante sit amet turpis eleifend venenatis. [/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Consulting Old','','inherit','closed','closed','','378-revision-v1','','','2020-02-14 18:09:21','2020-02-14 18:09:21','',378,'https://dev.ddsconsultingplus.ca/378-revision-v1/',0,'revision','',0),(984,2,'2020-02-14 18:09:31','2020-02-14 18:09:31','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Coaching\" alias=\"dental-coaching\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:</p>\r\n<ul>\r\n<li>Practice Opportunity Assessment</li>\r\n<li>Business Systems/Protocols</li>\r\n<li>Job Descriptions/Scripts</li>\r\n<li>Start-ups Transition Acquisition</li>\r\n<li>Monitors/Metrics</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team Building</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Consulting','','inherit','closed','closed','','951-revision-v1','','','2020-02-14 18:09:31','2020-02-14 18:09:31','',951,'https://dev.ddsconsultingplus.ca/951-revision-v1/',0,'revision','',0),(985,2,'2020-02-14 18:09:43','2020-02-14 18:09:43','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"dental-training\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Reception</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Office Manager - Accountability / Leadership</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Treatment Coordinator - Case presentation / New Experience / Healthy Objections</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Hygiene Department (Co-Diagnosis)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dentist (Leadership)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Team</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Dental Training Old','','inherit','closed','closed','','367-revision-v1','','','2020-02-14 18:09:43','2020-02-14 18:09:43','',367,'https://dev.ddsconsultingplus.ca/367-revision-v1/',0,'revision','',0),(986,2,'2020-02-14 18:10:02','2020-02-14 18:10:02','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Dental Training\" alias=\"dental-training\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">Through the training we provide, we focus to get the most out of your teams:</p>\r\n<ul>\r\n<li>Reception</li>\r\n<li>Office Manager – Accountability / Leadership</li>\r\n<li>Treatment Coordinator – Case presentation / New Experience / Healthy Objections</li>\r\n<li>Hygiene Department (Co-Diagnosis)</li>\r\n<li>Dentist (Leadership)</li>\r\n<li>Checklists</li>\r\n<li>Office Manuals</li>\r\n<li>Team</li>\r\n<li>New Patient \"Experience\"</li>\r\n<li>Case Presentation</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Dental Training','','inherit','closed','closed','','963-revision-v1','','','2020-02-14 18:10:02','2020-02-14 18:10:02','',963,'https://dev.ddsconsultingplus.ca/963-revision-v1/',0,'revision','',0),(987,2,'2020-02-14 18:10:29','2020-02-14 18:10:29','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"Services\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Practice Opportunity Assessment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Consulting/Coaching/Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Clinical Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Dental Equipment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Financial &amp; Estate Planning</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Start-ups</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mergers &amp; Acquisitions</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Employment Law</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Purchase Evaluations</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Health &amp; Safety Training</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Architectural Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Interior Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Website Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Builders</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Services Old','','inherit','closed','closed','','8-revision-v1','','','2020-02-14 18:10:29','2020-02-14 18:10:29','',8,'https://dev.ddsconsultingplus.ca/8-revision-v1/',0,'revision','',0),(988,2,'2020-02-14 18:10:36','2020-02-14 18:10:36','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Services\" alias=\"Services\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">We offer a wide range of services to help you address the challenges your practice faces:<br><br>- Practice Opportunity Assessment<br>- Dental Consulting/Coaching/Training<br>- Clinical Training<br>- Dental Equipment<br>- Financial & Estate Planning<br>- Start-ups<br>- Mergers & Acquisitions<br>- Employment Law<br>- Purchase Evaluations<br>- Health & Safety Training<br>- Architectural Design<br>- Interior Design<br>- Website Design<br>- Builders</span></h2>\r\n<p>[/vc_column_text][vc_separator][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Services','','inherit','closed','closed','','945-revision-v1','','','2020-02-14 18:10:36','2020-02-14 18:10:36','',945,'https://dev.ddsconsultingplus.ca/945-revision-v1/',0,'revision','',0),(989,2,'2020-02-14 18:11:23','2020-02-14 18:11:23','[vc_row fullwidth=\"true\"][vc_column][rev_slider_vc alias=\"workshops\"][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Hygiene Appointment</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Quality Communication vs. Speaking</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Unlocking the Secrets to \"True Accountability\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Systems/Protocols... making it all work</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Mastering the Practice \"Life Line\"... the Telephone</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>New Patient \"Experience\" or just \"Exam\"</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Designing your Dream Practice (What drives you to success)</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Effective Case Presentation</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Human \"BE\"ing vs. Human \"Do\"ing</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>Leadership &amp; Vision Building</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][mk_fancy_title color=\"#204ecc\" size=\"23\" margin_top=\"40\" margin_bottom=\"\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-title\"]\r\n<ul>\r\n	<li>10 Principles to Smile Design</li>\r\n</ul>\r\n[/mk_fancy_title][mk_fancy_title color=\"#898989\" size=\"18\" font_family=\"Arial, Helvetica, sans-serif\" font_type=\"safefont\" el_class=\"service-detail\"]content upcoming[/mk_fancy_title][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Workshop Programs Old','','inherit','closed','closed','','15-revision-v1','','','2020-02-14 18:11:23','2020-02-14 18:11:23','',15,'https://dev.ddsconsultingplus.ca/15-revision-v1/',0,'revision','',0),(990,2,'2020-02-14 18:11:40','2020-02-14 18:11:40','<p>[vc_row fullwidth=\"true\"][vc_column][rev_slider slidertitle=\"Workshops14\" alias=\"workshops14\"][/vc_column][/vc_row][vc_row fullwidth=\"true\"][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]</p>\r\n<h2><span style=\"color:#898989;font-size:21px;\">Through the workshops we provide, we help your teams master these topics:</p>\r\n<ul>\r\n<li>Mastering the Hygiene Appointment</li>\r\n<li>Quality Communication vs. Speaking</li>\r\n<li>Unlocking the Secrets to “True Accountability”</li>\r\n<li>Systems/Protocols… making it all work</li>\r\n<li>Mastering the Practice “Life Line”… the Telephone</li>\r\n<li>New Patient “Experience” or just “Exam”</li>\r\n<li>Designing your Dream Practice (What drives you to success)</li>\r\n<li>Effective Case Presentation</li>\r\n<li>Human “BE”ing vs. Human “Do”ing</li>\r\n<li>Leadership & Vision Building</li>\r\n<li>10 Principles to Smile Design</li>\r\n</ul>\r\n<p></span></h2>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\r\n','Workshop Programs','','inherit','closed','closed','','970-revision-v1','','','2020-02-14 18:11:40','2020-02-14 18:11:40','',970,'https://dev.ddsconsultingplus.ca/970-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_psp` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(10) NOT NULL,
  `URL` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url_hash` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `seo` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_time` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `url_hash` (`url_hash`) USING BTREE,
  KEY `blog_id_url_hash` (`blog_id`,`url_hash`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_psp` WRITE;
/*!40000 ALTER TABLE `wp_psp` DISABLE KEYS */;
INSERT INTO `wp_psp` VALUES (1,1,'https://ddsconsultingplus.ca/','a87ff679a2f3e71d9181a67b7542122c','a:28:{s:5:\"doseo\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:168:\"dental consultant Toronto, Toronto dental consultant, dental coach Toronto, Toronto dental coach, dental practice management Toronto, Toronto dental practice management\";s:9:\"canonical\";s:0:\"\";s:7:\"noindex\";s:1:\"0\";s:8:\"nofollow\";s:1:\"0\";s:6:\"robots\";s:0:\"\";s:11:\"cornerstone\";s:0:\"\";s:8:\"tw_media\";s:0:\"\";s:8:\"tw_title\";s:0:\"\";s:14:\"tw_description\";s:0:\"\";s:7:\"tw_type\";s:0:\"\";s:8:\"og_title\";s:0:\"\";s:14:\"og_description\";s:0:\"\";s:9:\"og_author\";s:0:\"\";s:7:\"og_type\";s:7:\"website\";s:8:\"og_media\";s:0:\"\";s:15:\"title_maxlength\";s:0:\"\";s:21:\"description_maxlength\";s:0:\"\";s:18:\"og_title_maxlength\";s:0:\"\";s:24:\"og_description_maxlength\";s:0:\"\";s:18:\"tw_title_maxlength\";s:0:\"\";s:24:\"tw_description_maxlength\";s:0:\"\";s:22:\"jsonld_title_maxlength\";s:0:\"\";s:28:\"jsonld_description_maxlength\";s:0:\"\";s:8:\"patterns\";s:0:\"\";s:3:\"sep\";s:0:\"\";}','2018-06-04 21:06:54');
/*!40000 ALTER TABLE `wp_psp` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  `advanced` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_layer_animations_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_navigations_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_navigations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_revslider_navigations_bkp` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (1,'main-banner','main-banner','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main-banner\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":801,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(2,'Services','Services','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Services\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(3,'main_t','main_t','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main_t\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"5000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":538,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(4,'Dental Consulting','dental-consulting','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"dental-consulting\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(5,'Dental Training','dental-training','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"dental-training\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(6,'Dental Coaching','dental-coaching','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"dental-coaching\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(7,'Workshops','workshops','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"workshops\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(8,'Upcoming Events','upcoming-events','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"upcoming-events\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(9,'APEX','apex','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"apex\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(10,'Testimonials','testimonials','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"testimonials\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":240},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(11,'LAURIE SLATER','laurie-slater','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"laurie-slater\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(12,'OUR PHILOSOPHY','our-philosophy','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"our-philosophy\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(13,'ALLIANCES','alliances','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"alliances\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(14,'Workshops14','workshops14','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"workshops14\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(15,'1-2 days','1-2-days','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"1-2-days\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(16,'Full coaching program','full-coaching-program','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"full-coaching-program\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(17,'APEX17','apex17','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"apex17\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(18,'if you have challenges','if-you-have-challenges','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"if-you-have-challenges\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"5000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":538,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(19,'temp','temp','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"temp\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"5000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":538,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(21,'self','self','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"self\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":433,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(22,'main_mobile','main_mobile','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main_mobile\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":801,\"n\":768,\"t\":960,\"m\":800},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(23,'if you have challenges 1','if-you-have-challenges-1','{\"addOns\":[],\"version\":\"6.1.6\",\"shortcode\":\"[rev_slider alias=\\\"if-you-have-challenges-1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"auto\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"5000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":\"\",\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1600,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":538,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":538,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"maxOpacity\":100,\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"20%\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"50\",\"velocity\":\"75\"},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":1000,\"preset\":\"default\",\"presets\":{\"bg-color\":\"rgba(0,0,0,0.5)\",\"bg-color-def\":false,\"bg-size\":\"40\",\"bg-size-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"hover-bg-color\":\"#000000\",\"hover-bg-color-def\":false,\"left-icon\":\"\\\\e82c\",\"left-icon-def\":false,\"right-icon\":\"\\\\e82d\",\"right-icon-def\":false},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":\"\",\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":\"\",\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"alternateURLId\":false,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"30\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"if-you-have-challenges-1\\\"][\\/rev_slider]\"}','{\"version\":\"6.1.6\"}','');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders_bkp` VALUES (1,'main-banner','main-banner','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"main-banner\",\"alias\":\"main-banner\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main-banner\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1600\",\"height\":\"801\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(2,'Services','Services','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Services\",\"alias\":\"Services\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Services\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(3,'main_t','main_t','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"main_t\",\"alias\":\"main_t\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main_t\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"538\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"5000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(4,'Dental Consulting','dental-consulting','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Dental Consulting\",\"alias\":\"dental-consulting\",\"shortcode\":\"[rev_slider alias=\\\\\\\"dental-consulting\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(5,'Dental Training','dental-training','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Dental Training\",\"alias\":\"dental-training\",\"shortcode\":\"[rev_slider alias=\\\"dental-training\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(6,'Dental Coaching','dental-coaching','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Dental Coaching\",\"alias\":\"dental-coaching\",\"shortcode\":\"[rev_slider alias=\\\"dental-coaching\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(7,'Workshops','workshops','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Workshops\",\"alias\":\"workshops\",\"shortcode\":\"[rev_slider alias=\\\"workshops\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(8,'Upcoming Events','upcoming-events','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Upcoming Events\",\"alias\":\"upcoming-events\",\"shortcode\":\"[rev_slider alias=\\\"upcoming-events\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(9,'APEX','apex','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"APEX\",\"alias\":\"apex\",\"shortcode\":\"[rev_slider alias=\\\"apex\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(10,'Testimonials','testimonials','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Testimonials\",\"alias\":\"testimonials\",\"shortcode\":\"[rev_slider alias=\\\\\\\"testimonials\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"240\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(11,'LAURIE SLATER','laurie-slater','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"LAURIE SLATER\",\"alias\":\"laurie-slater\",\"shortcode\":\"[rev_slider alias=\\\"laurie-slater\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(12,'OUR PHILOSOPHY','our-philosophy','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"OUR PHILOSOPHY\",\"alias\":\"our-philosophy\",\"shortcode\":\"[rev_slider alias=\\\"our-philosophy\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(13,'ALLIANCES','alliances','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"ALLIANCES\",\"alias\":\"alliances\",\"shortcode\":\"[rev_slider alias=\\\"alliances\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(14,'Workshops14','workshops14','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Workshops14\",\"alias\":\"workshops14\",\"shortcode\":\"[rev_slider alias=\\\"workshops14\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(15,'1-2 days','1-2-days','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"1-2 days\",\"alias\":\"1-2-days\",\"shortcode\":\"[rev_slider alias=\\\"1-2-days\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(16,'Full coaching program','full-coaching-program','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Full coaching program\",\"alias\":\"full-coaching-program\",\"shortcode\":\"[rev_slider alias=\\\"full-coaching-program\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(17,'APEX17','apex17','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"APEX17\",\"alias\":\"apex17\",\"shortcode\":\"[rev_slider alias=\\\"apex17\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(18,'if you have challenges','if-you-have-challenges','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"if you have challenges\",\"alias\":\"if-you-have-challenges\",\"shortcode\":\"[rev_slider alias=\\\"if-you-have-challenges\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"538\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"5000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(19,'temp','temp','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"temp\",\"alias\":\"temp\",\"shortcode\":\"[rev_slider alias=\\\"temp\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"538\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"5000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}',NULL,''),(21,'self','self','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"self\",\"alias\":\"self\",\"shortcode\":\"[rev_slider alias=\\\"self\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1600\",\"height\":\"433\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}',NULL,''),(22,'main_mobile','main_mobile','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"main_mobile\",\"alias\":\"main_mobile\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main_mobile\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1600\",\"height\":\"801\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"800\",\"enable_custom_size_iphone\":\"on\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}','');
/*!40000 ALTER TABLE `wp_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/main_banner2.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"2\":{\"text\":\"<div class=\\\"main-ban-text\\\">\\\"Your <span class=\\\"blue-font\\\">VISION<\\/span> written down with<br> specific dates become your <span class=\\\"bold-font\\\">GOALS.<\\/span><br>Your <span class=\\\"blue-font\\\">GOALS<\\/span> broken down into<br> measurable steps become your <span class=\\\"bold-font\\\">PLANS.<\\/span><br>\\nYour <span class=\\\"blue-font\\\">PLANS<\\/span> supported by strategic <br>actions become your <span class=\\\"blue-font\\\">REALITY<\\/span>\\\"<\\/div>\",\"alias\":\"Your VISION written ...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"361px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"717px\",\"e\":true},\"n\":{\"v\":\"717px\"},\"t\":{\"v\":\"717px\"},\"m\":{\"v\":\"11px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"170px\"},\"t\":{\"v\":\"170px\"},\"m\":{\"v\":\"434px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1160,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1160,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"35px\"},\"t\":{\"v\":\"35px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"28px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"<div class=\\\"main-ban-name\\\"><span class=\\\"blue-font big_font name-big\\\"> Laurie Slater <\\/span><br><span class=\\\"blue-font big_font\\\"> Executive Dental Team Coach & Consultant,<br> Key Business Strategist and Owner<\\/span><\\/div>\",\"alias\":\"Laurie Slater- Owner...\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"631px\",\"e\":true},\"n\":{\"v\":\"631px\"},\"t\":{\"v\":\"631px\"},\"m\":{\"v\":\"328px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"91px\",\"e\":true},\"n\":{\"v\":\"91px\"},\"t\":{\"v\":\"91px\"},\"m\":{\"v\":\"61px\",\"e\":true}},\"originalWidth\":\"631px\",\"originalHeight\":\"91px\"},\"position\":{\"x\":{\"d\":{\"v\":\"717px\",\"e\":true},\"n\":{\"v\":\"717px\"},\"t\":{\"v\":\"717px\"},\"m\":{\"v\":\"71px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"473px\",\"e\":true},\"n\":{\"v\":\"473px\"},\"t\":{\"v\":\"473px\"},\"m\":{\"v\":\"638px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1930,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1930,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_photo.png\",\"imageId\":103},\"size\":{\"width\":{\"d\":{\"v\":\"392px\",\"e\":true},\"n\":{\"v\":\"392px\"},\"t\":{\"v\":\"392px\"},\"m\":{\"v\":\"267\",\"e\":true}},\"height\":{\"d\":{\"v\":\"454px\",\"e\":true},\"n\":{\"v\":\"454px\"},\"t\":{\"v\":\"454px\"},\"m\":{\"v\":\"306\",\"e\":true}},\"originalWidth\":392,\"originalHeight\":454,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.86343612334802},\"n\":{\"v\":0.86343612334802},\"t\":{\"v\":0.86343612334802},\"m\":{\"v\":0.86343612334802}}},\"position\":{\"x\":{\"d\":{\"v\":\"264px\",\"e\":true},\"n\":{\"v\":\"264px\"},\"t\":{\"v\":\"264px\"},\"m\":{\"v\":\"104px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"139px\",\"e\":true},\"n\":{\"v\":\"139px\"},\"t\":{\"v\":\"139px\"},\"m\":{\"v\":\"108px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":3000,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":3000,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"13\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/DDS_animation_banner1.gif\",\"imageId\":570},\"size\":{\"width\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"600px\"},\"t\":{\"v\":\"600px\"},\"m\":{\"v\":\"485\",\"e\":true}},\"height\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"105px\"},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"86\",\"e\":true}},\"originalWidth\":600,\"originalHeight\":105,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":5.7142857142857},\"n\":{\"v\":5.7142857142857},\"t\":{\"v\":5.7142857142857},\"m\":{\"v\":5.7142857142857}}},\"position\":{\"x\":{\"d\":{\"v\":\"499px\",\"e\":true},\"n\":{\"v\":\"499px\"},\"t\":{\"v\":\"499px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"19px\",\"e\":true},\"n\":{\"v\":\"19px\"},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"21px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(2,2,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"SERVICES\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-348px\",\"e\":true},\"n\":{\"v\":\"-348px\"},\"t\":{\"v\":\"-348px\"},\"m\":{\"v\":\"-348px\"}},\"y\":{\"d\":{\"v\":\"-27px\",\"e\":true},\"n\":{\"v\":\"-27px\"},\"t\":{\"v\":\"-27px\"},\"m\":{\"v\":\"-27px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(3,3,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has helped our practice grow as a TEAM.<br>\\nWe are more of a united front and strive to reach the same office goals.<br>\\nThe coaching process with Laurie has been very helpful, always informative, very motivating.<br>\\nGreat pick me up with cheerful and positive attitude.<br>\\nKeep up your great and hard work, it is greatly appreciated.<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"426px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"287px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Tanja Simpraga, Dental Assistant -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"344px\"},\"t\":{\"v\":\"344px\"},\"m\":{\"v\":\"553px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"331px\",\"e\":true},\"n\":{\"v\":\"331px\"},\"t\":{\"v\":\"331px\"},\"m\":{\"v\":\"41px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"116px\",\"e\":true},\"n\":{\"v\":\"116px\"},\"t\":{\"v\":\"116px\"},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1138px\",\"e\":true},\"n\":{\"v\":\"1138px\"},\"t\":{\"v\":\"1138px\"},\"m\":{\"v\":\"1138px\"}},\"y\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"v\":\"347px\"},\"t\":{\"v\":\"347px\"},\"m\":{\"v\":\"347px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(6,4,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Dental Consulting\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-229px\",\"e\":true},\"n\":{\"v\":\"-229px\"},\"t\":{\"v\":\"-229px\"},\"m\":{\"v\":\"-229px\"}},\"y\":{\"d\":{\"v\":\"-24px\",\"e\":true},\"n\":{\"v\":\"-24px\"},\"t\":{\"v\":\"-24px\"},\"m\":{\"v\":\"-24px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(7,5,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Dental Training\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-261px\",\"e\":true},\"n\":{\"v\":\"-261px\"},\"t\":{\"v\":\"-261px\"},\"m\":{\"v\":\"-261px\"}},\"y\":{\"d\":{\"v\":\"-23px\",\"e\":true},\"n\":{\"v\":\"-23px\"},\"t\":{\"v\":\"-23px\"},\"m\":{\"v\":\"-23px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(8,6,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Dental Coaching\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-261px\",\"e\":true},\"n\":{\"v\":\"-261px\"},\"t\":{\"v\":\"-261px\"},\"m\":{\"v\":\"-261px\"}},\"y\":{\"d\":{\"v\":\"-23px\",\"e\":true},\"n\":{\"v\":\"-23px\"},\"t\":{\"v\":\"-23px\"},\"m\":{\"v\":\"-23px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(9,7,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Workshops\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"337px\",\"e\":true},\"n\":{\"v\":\"337px\"},\"t\":{\"v\":\"337px\"},\"m\":{\"v\":\"337px\"}},\"y\":{\"d\":{\"v\":\"-20px\",\"e\":true},\"n\":{\"v\":\"-20px\"},\"t\":{\"v\":\"-20px\"},\"m\":{\"v\":\"-20px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(10,8,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Upcoming Events\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"337px\",\"e\":true},\"n\":{\"v\":\"337px\"},\"t\":{\"v\":\"337px\"},\"m\":{\"v\":\"337px\"}},\"y\":{\"d\":{\"v\":\"-20px\",\"e\":true},\"n\":{\"v\":\"-20px\"},\"t\":{\"v\":\"-20px\"},\"m\":{\"v\":\"-20px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(11,9,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"APEX\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"337px\",\"e\":true},\"n\":{\"v\":\"337px\"},\"t\":{\"v\":\"337px\"},\"m\":{\"v\":\"337px\"}},\"y\":{\"d\":{\"v\":\"-20px\",\"e\":true},\"n\":{\"v\":\"-20px\"},\"t\":{\"v\":\"-20px\"},\"m\":{\"v\":\"-20px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(12,3,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie Slater packs every ounce of punch that Anthony Robbins does!  <br>The sessions, coach calls and in-office seminars have changed our team in ways <br>I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better,  <br>it has directly affected our bottom line. \\nAfter being coached by Laurie for just over 1 yr, <br>our overall production has increased by 35%!\\n<br>I would recommend Laurie Slater to anyone who wants to go<br> from ordinary to extraordinary!\\\"\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"415px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"23px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. J. Rogers DDS -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"374px\",\"e\":true},\"n\":{\"v\":\"374px\"},\"t\":{\"v\":\"374px\"},\"m\":{\"v\":\"608px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"323px\",\"e\":true},\"n\":{\"v\":\"323px\"},\"t\":{\"v\":\"323px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"117px\",\"e\":true},\"n\":{\"v\":\"117px\"},\"t\":{\"v\":\"117px\"},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1147px\",\"e\":true},\"n\":{\"v\":\"1147px\"},\"t\":{\"v\":\"1147px\"},\"m\":{\"v\":\"1147px\"}},\"y\":{\"d\":{\"v\":\"375px\",\"e\":true},\"n\":{\"v\":\"375px\"},\"t\":{\"v\":\"375px\"},\"m\":{\"v\":\"375px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(13,3,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>All consultants we have worked with know the numbers we should be capable of achieving.<br> All consultants we have worked with have similar systems for monitoring the practice <br>performance to produce predictable and consistent outcomes. <br>This experience with Laurie as our coach has been different from other consultants in the way <br>the \\u201ccoach\\u201d helps us to keep the \\u201cwheels from falling off\\u201d these systems. <br>She keeps us \\u201con track\\u201d. Laurie does it in such a way that the staff <br>feels they are part of the process and they become committed to the systems, <br>not threatened by them.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"421px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"497px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"28px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. M. Pearson  DDS -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"379px\"},\"t\":{\"v\":\"379px\"},\"m\":{\"v\":\"623px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"271px\",\"e\":true},\"n\":{\"v\":\"271px\"},\"t\":{\"v\":\"271px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"107px\",\"e\":true},\"n\":{\"v\":\"107px\"},\"t\":{\"v\":\"107px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1172px\",\"e\":true},\"n\":{\"v\":\"1172px\"},\"t\":{\"v\":\"1172px\"},\"m\":{\"v\":\"1172px\"}},\"y\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"v\":\"347px\"},\"t\":{\"v\":\"347px\"},\"m\":{\"v\":\"347px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(14,3,4,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Coaching with Laurie has helped the practice be more of a team, coordinated,<br> implemented protocols that actually stick and has helped us follow through. <br>Brought COE\\u2019s back and they are the best. Patient love them and so do we. <br>You have made me more confident and passionate in my job, <br>with patients and with my co-workers\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"432px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"236px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-3px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Amy Simpson- Dental Assistant -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"340px\",\"e\":true},\"n\":{\"v\":\"340px\"},\"t\":{\"v\":\"340px\"},\"m\":{\"v\":\"534px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"330px\",\"e\":true},\"n\":{\"v\":\"330px\"},\"t\":{\"v\":\"330px\"},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"119px\"},\"t\":{\"v\":\"119px\"},\"m\":{\"v\":\"131px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1111px\",\"e\":true},\"n\":{\"v\":\"1111px\"},\"t\":{\"v\":\"1111px\"},\"m\":{\"v\":\"1111px\"}},\"y\":{\"d\":{\"v\":\"330px\",\"e\":true},\"n\":{\"v\":\"330px\"},\"t\":{\"v\":\"330px\"},\"m\":{\"v\":\"330px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(15,3,5,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness.<br>Laurie you are a wonderful coach and you have made me a better team player and assistant! <br>Thanks for everything!\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"424px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-23px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Karen Taksa- Dental Assistant -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"317px\"},\"t\":{\"v\":\"317px\"},\"m\":{\"v\":\"484px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"257px\"},\"t\":{\"v\":\"257px\"},\"m\":{\"v\":\"34px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"134px\",\"e\":true},\"n\":{\"v\":\"134px\"},\"t\":{\"v\":\"134px\"},\"m\":{\"v\":\"143px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"342px\",\"e\":true},\"n\":{\"v\":\"342px\"},\"t\":{\"v\":\"342px\"},\"m\":{\"v\":\"342px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(16,3,6,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>What I enjoy about Laurie is the organization and motivation skills <br> that I have learnt and implemented.<br> I feel much more knowledgeable in my daily role and more confident about myself. <br>You are a fabulous coach!\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"418px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"183px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Katy Krofchick- Schedule Coord -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"317px\"},\"t\":{\"v\":\"317px\"},\"m\":{\"v\":\"469px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"345px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"39px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"131px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1127px\",\"e\":true},\"n\":{\"v\":\"1127px\"},\"t\":{\"v\":\"1127px\"},\"m\":{\"v\":\"1127px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\"},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(18,10,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<div class=\\\"sub-banner-title\\\">Testimonials<\\/div>\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-300px\",\"e\":true},\"n\":{\"v\":\"-300px\"},\"t\":{\"v\":\"-300px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-26px\",\"e\":true},\"n\":{\"v\":\"-26px\"},\"t\":{\"v\":\"-26px\"},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(19,11,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"LAURIE SLATER\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-273px\",\"e\":true},\"n\":{\"v\":\"-273px\"},\"t\":{\"v\":\"-273px\"},\"m\":{\"v\":\"-273px\"}},\"y\":{\"d\":{\"v\":\"-27px\",\"e\":true},\"n\":{\"v\":\"-27px\"},\"t\":{\"v\":\"-27px\"},\"m\":{\"v\":\"-27px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(20,12,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"OUR PHILOSOPHY\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-227px\",\"e\":true},\"n\":{\"v\":\"-227px\"},\"t\":{\"v\":\"-227px\"},\"m\":{\"v\":\"-227px\"}},\"y\":{\"d\":{\"v\":\"-28px\",\"e\":true},\"n\":{\"v\":\"-28px\"},\"t\":{\"v\":\"-28px\"},\"m\":{\"v\":\"-28px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(21,13,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"ALLIANCES\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-316px\",\"e\":true},\"n\":{\"v\":\"-316px\"},\"t\":{\"v\":\"-316px\"},\"m\":{\"v\":\"-316px\"}},\"y\":{\"d\":{\"v\":\"-29px\",\"e\":true},\"n\":{\"v\":\"-29px\"},\"t\":{\"v\":\"-29px\"},\"m\":{\"v\":\"-29px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(22,14,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Workshops\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-316px\",\"e\":true},\"n\":{\"v\":\"-316px\"},\"t\":{\"v\":\"-316px\"},\"m\":{\"v\":\"-316px\"}},\"y\":{\"d\":{\"v\":\"-29px\",\"e\":true},\"n\":{\"v\":\"-29px\"},\"t\":{\"v\":\"-29px\"},\"m\":{\"v\":\"-29px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(23,15,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Workshops\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-316px\",\"e\":true},\"n\":{\"v\":\"-316px\"},\"t\":{\"v\":\"-316px\"},\"m\":{\"v\":\"-316px\"}},\"y\":{\"d\":{\"v\":\"-29px\",\"e\":true},\"n\":{\"v\":\"-29px\"},\"t\":{\"v\":\"-29px\"},\"m\":{\"v\":\"-29px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(24,16,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"FULL COACHING PROGRAM\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"317px\"},\"t\":{\"v\":\"317px\"},\"m\":{\"v\":\"317px\"}},\"y\":{\"d\":{\"v\":\"-29px\",\"e\":true},\"n\":{\"v\":\"-29px\"},\"t\":{\"v\":\"-29px\"},\"m\":{\"v\":\"-29px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(25,17,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Workshops\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-316px\",\"e\":true},\"n\":{\"v\":\"-316px\"},\"t\":{\"v\":\"-316px\"},\"m\":{\"v\":\"-316px\"}},\"y\":{\"d\":{\"v\":\"-29px\",\"e\":true},\"n\":{\"v\":\"-29px\"},\"t\":{\"v\":\"-29px\"},\"m\":{\"v\":\"-29px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(26,18,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_bg011.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Every practice has a unique culture and set of challenges!<br>\\nMy area of \\u2018specialty\\u2019 is to develop customized solutions<br>\\nand approaches to challenges\\u2026 however BIG or small. <br>\\nDDS Consulting Plus does not advocate that clients will benefit<br>\\nfrom \\u2018preconceived solutions\\u2019 or \\u2018cookie cutter\\u2019 systems.<br>\\nI help \\u2018UNLOCK\\u2019 the TRUE POTENTIAL of practices\\nand all of their team members!\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-15px\"},\"t\":{\"v\":\"-15px\"},\"m\":{\"v\":\"-15px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":880},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":800,\"start\":880},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":800,\"start\":880},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(45,45,45,1)\"},\"t\":{\"v\":\"rgba(45,45,45,1)\"},\"m\":{\"v\":\"rgba(45,45,45,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(45,45,45,1)\"},\"t\":{\"v\":\"rgba(45,45,45,1)\"},\"m\":{\"v\":\"rgba(45,45,45,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"If you have challenges, you are not alone!\",\"alias\":\"If you have challenges, you are not alone!\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"100px\"},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"100px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(30,115,190,1)\",\"e\":true},\"n\":{\"v\":\"rgba(30,115,190,1)\"},\"t\":{\"v\":\"rgba(30,115,190,1)\"},\"m\":{\"v\":\"rgba(30,115,190,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"36px\"},\"m\":{\"v\":\"36px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(30,115,190,1)\",\"e\":true},\"n\":{\"v\":\"rgba(30,115,190,1)\"},\"t\":{\"v\":\"rgba(30,115,190,1)\"},\"m\":{\"v\":\"rgba(30,115,190,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"80\",\"e\":true},\"n\":{\"v\":\"80\"},\"t\":{\"v\":\"80\"},\"m\":{\"v\":\"80\"}},\"height\":{\"d\":{\"v\":\"6\",\"e\":true},\"n\":{\"v\":\"6\"},\"t\":{\"v\":\"6\"},\"m\":{\"v\":\"6\"}},\"originalWidth\":\"80\",\"originalHeight\":\"6\"},\"position\":{\"x\":{\"d\":{\"v\":\"755px\",\"e\":true},\"n\":{\"v\":\"755px\"},\"t\":{\"v\":\"755px\"},\"m\":{\"v\":\"755px\"}},\"y\":{\"d\":{\"v\":\"153px\",\"e\":true},\"n\":{\"v\":\"153px\"},\"t\":{\"v\":\"153px\"},\"m\":{\"v\":\"153px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"autolinebreak\":false,\"fontFamily\":\"\",\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(0,102,191,1)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"11\":{\"text\":\"DESIGN.\",\"alias\":\"DESIGN.\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"551px\",\"e\":true},\"n\":{\"v\":\"551px\"},\"t\":{\"v\":\"551px\"},\"m\":{\"v\":\"551px\"}},\"y\":{\"d\":{\"v\":\"386px\",\"e\":true},\"n\":{\"v\":\"386px\"},\"t\":{\"v\":\"386px\"},\"m\":{\"v\":\"386px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1120},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":500,\"start\":1120},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":500,\"start\":1120},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"inherit\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(10,1,1,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,1,1,1)\"},\"t\":{\"v\":\"rgba(10,1,1,1)\"},\"m\":{\"v\":\"rgba(10,1,1,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(10,1,1,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,1,1,1)\"},\"t\":{\"v\":\"rgba(10,1,1,1)\"},\"m\":{\"v\":\"rgba(10,1,1,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"12\":{\"text\":\"DEVELOP.\",\"alias\":\"DESIGN.\",\"uid\":12,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"386px\",\"e\":true},\"n\":{\"v\":\"386px\"},\"t\":{\"v\":\"386px\"},\"m\":{\"v\":\"386px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":4},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1570},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":520,\"start\":1570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":520,\"start\":1570},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(10,1,1,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,1,1,1)\"},\"t\":{\"v\":\"rgba(10,1,1,1)\"},\"m\":{\"v\":\"rgba(10,1,1,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(10,1,1,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,1,1,1)\"},\"t\":{\"v\":\"rgba(10,1,1,1)\"},\"m\":{\"v\":\"rgba(10,1,1,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"13\":{\"text\":\"SOLVE.\",\"alias\":\"DESIGN.\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"178px\",\"e\":true},\"n\":{\"v\":\"178px\"},\"t\":{\"v\":\"178px\"},\"m\":{\"v\":\"178px\"}},\"y\":{\"d\":{\"v\":\"387px\",\"e\":true},\"n\":{\"v\":\"387px\"},\"t\":{\"v\":\"387px\"},\"m\":{\"v\":\"387px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":10},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2060},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":590,\"start\":2060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":590,\"start\":2060},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(10,1,1,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,1,1,1)\"},\"t\":{\"v\":\"rgba(10,1,1,1)\"},\"m\":{\"v\":\"rgba(10,1,1,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(10,1,1,1)\",\"e\":true},\"n\":{\"v\":\"rgba(10,1,1,1)\"},\"t\":{\"v\":\"rgba(10,1,1,1)\"},\"m\":{\"v\":\"rgba(10,1,1,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(32,3,7,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>I would like to share with you my overall experience Laurie\\u2019s coaching. It has been exceptional.\\u00a0<br>\\u00a0I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.\\u00a0<br> The main difference in this experience is the coaching. <br>\\nLaurie, you are an\\u00a0exceptional human being and I am very fortunate that you have crossed my life. <br>I have never\\u00a0met a coach like you before.  <br>Your ability\\u00a0to support\\u00a0me and my team is very powerful. <br>You are the first person that\\u00a0has been accepted and respected\\u00a0by my entire team.<br>\\nYou are the model of happiness, pride, joy and enthusiasm. <br>Your\\u00a0knowledge of the dental field and the human psychology\\u00a0has also been very useful to help our practice grow. <br>\\nSince being with you, our production has doubled\\u2026an increase of 100%!\\u00a0\\u2028<br>You are the ideal coach and\\u00a0I would like to thank you for helping me to become the man and the leader\\u00a0I was born to be.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"443px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"575px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"5px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"5px\"},\"m\":{\"v\":\"3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-57px\",\"e\":true},\"n\":{\"v\":\"-57px\"},\"t\":{\"v\":\"-57px\"},\"m\":{\"v\":\"39px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. S. Boies,  DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"9px\",\"e\":true},\"n\":{\"v\":\"9px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"421px\"},\"t\":{\"v\":\"421px\"},\"m\":{\"v\":\"659px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\",\"e\":true}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"142px\"},\"t\":{\"v\":\"142px\"},\"m\":{\"v\":\"49px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"36px\"},\"m\":{\"v\":\"37px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1402px\",\"e\":true},\"n\":{\"v\":\"1402px\"},\"t\":{\"v\":\"1402px\"},\"m\":{\"v\":\"1402px\"}},\"y\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"319px\"},\"t\":{\"v\":\"319px\"},\"m\":{\"v\":\"319px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(33,3,8,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has reminded me and the team of the subtle important things<br>that make all the wheels turn at once. <br>You have supported the team through good times and bad\\u2026<br>thankfully, there have been many more good times. <br>You have taught us to stay focused and goal oriented!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"396px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"131px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-60px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Leslie Nuttal- Tx Coord \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"8px\",\"e\":true},\"n\":{\"v\":\"8px\"},\"t\":{\"v\":\"8px\"},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"502px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"345px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"126px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1127px\",\"e\":true},\"n\":{\"v\":\"1127px\"},\"t\":{\"v\":\"1127px\"},\"m\":{\"v\":\"1127px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\"},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(34,3,9,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>It has been a sincere and honest pleasure to<br>  have had the opportunity to be part of a team coached by Laurie.<br> As a team, we set personal,<br>  professional and financial goals and I must tell you how proud I am of myself and the team <br> because after 2 yrs we have been able to meet most of them!<br>  (at the time they seemed so far away). <br> Of course, I must mention that you had a lot to do with it. <br> You have been patient, never pressure me but motivate me. <br> You\\u2019ve taught me to monitor myself and IT HELPS!<br>  I can honestly say that I have grown as a person in all aspects especially the way<br>  I analyze challenges which are now \\u201copportunities to make things better\\u201d. <br> Thank you so very much for being YOU our COACH.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"438px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"3px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Celest Medina- Financial Coord \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"21px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"432px\",\"e\":true},\"n\":{\"v\":\"432px\"},\"t\":{\"v\":\"432px\"},\"m\":{\"v\":\"646px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"331px\",\"e\":true},\"n\":{\"v\":\"331px\"},\"t\":{\"v\":\"331px\"},\"m\":{\"v\":\"37px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1199px\",\"e\":true},\"n\":{\"v\":\"1199px\"},\"t\":{\"v\":\"1199px\"},\"m\":{\"v\":\"1199px\"}},\"y\":{\"d\":{\"v\":\"353px\",\"e\":true},\"n\":{\"v\":\"353px\"},\"t\":{\"v\":\"353px\"},\"m\":{\"v\":\"353px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(35,3,10,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>You bring me out of my comfort zones and make me enthusiastic about dentistry! <br>Thank you so much for being our coach!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"335px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Sharleen Maresky- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"438px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"328px\"},\"t\":{\"v\":\"328px\"},\"m\":{\"v\":\"58px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"144px\",\"e\":true},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"144px\"},\"m\":{\"v\":\"167px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(36,3,11,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>We are all very grateful for the input you\\u2019ve had to the success of our office.<br> Not only have you transformed our office financially\\u2026increase in production of over 25% ,<br> you have also helped  change attitudes of our team in a positive direction.<br>You are energetic and full of great ideas.<br>We look forward to the future and to maintaining this great relationship.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"413px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"261px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"8px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr\\u2019s. L. Podolsky and H. Rosen   DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"551px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"328px\"},\"t\":{\"v\":\"328px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"144px\",\"e\":true},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"144px\"},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(37,3,12,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie, you always bring our team to a new high with each visit.<br> You present yourself with such professionalism, <br> clinical knowledge, positivity and always with a great smile and opening story! <br> Our 3 hour workshops seem to fly by and <br> I personally always feel revitalized and ready to face tomorrow. <br> Thank you!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"405px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"261px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Ginette Diamond- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"520px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"328px\"},\"t\":{\"v\":\"328px\"},\"m\":{\"v\":\"33px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"144px\",\"e\":true},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"144px\"},\"m\":{\"v\":\"136px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(38,3,13,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has created a more cohesive team approach with a more positive attitude overall.<br> We now always look for solutions as opposed to why we can\\u2019t change.<br> We no longer dwell on problems and are actually reaching the goals <br>that we set while having fun! <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"340px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"105px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-66px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Nikki Brown- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"-7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"487px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"44px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"136px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(39,3,14,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has change the way I practice dental hygiene, <br>the way I connect with patients and co-workers. <br>You have helped me attain goals I never thought possible. <br>Your positive approach to every issue makes dealing with it so much easier.<br> Your beliefs that \\u201cthe past doesn\\u2019t equal the future\\u201d <br>has been huge in my personal and professional life. <br>Your \\u201copen door\\u201d policy is greatly appreciated!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"399px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"44px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Shelley Jones- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"-5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"607px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"33px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(40,3,15,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie\\u2019s coaching has helped me to be \\u201csolution driven\\u201d <br>and helped me support other team members and myself to follow through. <br>You have truly helped us all come together as a real team! <br>Thank you so much, <br>what a difference from other practices I have worked in! <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"393px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"235px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-22px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Raj Thandi- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"-6px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"501px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"33px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"129px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(41,3,16,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>I feel very fortunate have been introduced to Laurie Slater.<br> I feel that I have much better organization skills, <br>gained speed and production\\u00a0and am using my full scope of practice. <br>Laurie is an amazing and enthusiastic coach that has built our team stronger.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"379px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"210px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Sara Proux- RDH  \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"524px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"147px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(42,3,17,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has really\\u00a0brought organization and efficiency <br>to our team including a positive and happy environment.  \\n <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"373px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-11px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Stacey Trottier- Dental Assistant  \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"-8px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"457px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"406px\",\"e\":true},\"n\":{\"v\":\"406px\"},\"t\":{\"v\":\"406px\"},\"m\":{\"v\":\"41px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"157px\",\"e\":true},\"n\":{\"v\":\"157px\"},\"t\":{\"v\":\"157px\"},\"m\":{\"v\":\"163px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1090px\",\"e\":true},\"n\":{\"v\":\"1090px\"},\"t\":{\"v\":\"1090px\"},\"m\":{\"v\":\"1090px\"}},\"y\":{\"d\":{\"v\":\"274px\",\"e\":true},\"n\":{\"v\":\"274px\"},\"t\":{\"v\":\"274px\"},\"m\":{\"v\":\"274px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(43,3,18,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Our monthly session with Laurie are packed<br> with useful information and provide us with different tools needed to succeed. <br>They stimulate our brains and forces us to think.<br>\\u00a0 They are very interactive and never monotonous.\\u00a0<br> Your uplifting spirit brings positive energy to the room.\\u00a0<br> You are truly a charismatic leader.\\u00a0<br> I am looking forward to the next sessions.\\u00a0 <br>Thank you for being the person that you are.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"403px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"19px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Lucie Chatelien-  Dental Assistant \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"600px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"32px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"114px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1161px\",\"e\":true},\"n\":{\"v\":\"1161px\"},\"t\":{\"v\":\"1161px\"},\"m\":{\"v\":\"1161px\"}},\"y\":{\"d\":{\"v\":\"309px\",\"e\":true},\"n\":{\"v\":\"309px\"},\"t\":{\"v\":\"309px\"},\"m\":{\"v\":\"309px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(44,3,19,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>The experience of being coached by Laurie has not only changed<br> who I am as a person in the work place,  but in my life entirely. <br> The positivity it has brought is just amazing. <br> Thank-you for being the best you can be ALL the time. <br> You teach me to be a better person on a daily basis.<br>  THANKYOU SO VERY MUCH LAURIE!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"393px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013Tanya Vinkovich- Dental Assistant \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"570px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"43px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"134px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1161px\",\"e\":true},\"n\":{\"v\":\"1161px\"},\"t\":{\"v\":\"1161px\"},\"m\":{\"v\":\"1161px\"}},\"y\":{\"d\":{\"v\":\"309px\",\"e\":true},\"n\":{\"v\":\"309px\"},\"t\":{\"v\":\"309px\"},\"m\":{\"v\":\"309px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(45,3,20,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has provided me with opportunities for both professional and personal growth. <br>Our\\u00a0dental team has\\u00a0been involved in seminars about \\u00a0systems,  <br>goal setting exercises,\\u00a0 communications and wealth management. <br>\\u2028Financially, we have seen a substantial increase in production  <br>that has provided\\u00a0 bonuses that we all share.\\u2028 <br>Our coach Laurie has been there with us every step of the way.  <br>We have weekly team meetings and a monthly coaching meeting . <br> Laurie also makes herself available to all team members whenever needed.\\u2028 <br>Laurie has\\u00a0given us tools\\u00a0to\\u00a0incorporate \\u00a0\\\" extraordinary practice,  <br>extraordinary life\\\" into our professional and personal lives.  <br>We have learned we CAN make a difference.<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"409px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"1px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013Pam Bunnet- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"657px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"27px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"19px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(46,19,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has helped our practice grow as a TEAM.<br>\\nWe are more of a united front and strive to reach the same office goals.<br>\\nThe coaching process with Laurie has been very helpful, always informative, very motivating.<br>\\nGreat pick me up with cheerful and positive attitude.<br>\\nKeep up your great and hard work, it is greatly appreciated.<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Tanja Simpraga, Dental Assistant -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"344px\"},\"t\":{\"v\":\"344px\"},\"m\":{\"v\":\"344px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"331px\",\"e\":true},\"n\":{\"v\":\"331px\"},\"t\":{\"v\":\"331px\"},\"m\":{\"v\":\"331px\"}},\"y\":{\"d\":{\"v\":\"116px\",\"e\":true},\"n\":{\"v\":\"116px\"},\"t\":{\"v\":\"116px\"},\"m\":{\"v\":\"116px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1138px\",\"e\":true},\"n\":{\"v\":\"1138px\"},\"t\":{\"v\":\"1138px\"},\"m\":{\"v\":\"1138px\"}},\"y\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"v\":\"347px\"},\"t\":{\"v\":\"347px\"},\"m\":{\"v\":\"347px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(47,19,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie Slater packs every ounce of punch that Anthony Robbins does!  <br>The sessions, coach calls and in-office seminars have changed our team in ways <br>I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better,  <br>it has directly affected our bottom line. \\nAfter being coached by Laurie for just over 1 yr, <br>our overall production has increased by 35%!\\n<br>I would recommend Laurie Slater to anyone who wants to go<br> from ordinary to extraordinary!\\\"\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. J. Rogers DDS -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"374px\",\"e\":true},\"n\":{\"v\":\"374px\"},\"t\":{\"v\":\"374px\"},\"m\":{\"v\":\"374px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"323px\",\"e\":true},\"n\":{\"v\":\"323px\"},\"t\":{\"v\":\"323px\"},\"m\":{\"v\":\"323px\"}},\"y\":{\"d\":{\"v\":\"117px\",\"e\":true},\"n\":{\"v\":\"117px\"},\"t\":{\"v\":\"117px\"},\"m\":{\"v\":\"117px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1147px\",\"e\":true},\"n\":{\"v\":\"1147px\"},\"t\":{\"v\":\"1147px\"},\"m\":{\"v\":\"1147px\"}},\"y\":{\"d\":{\"v\":\"375px\",\"e\":true},\"n\":{\"v\":\"375px\"},\"t\":{\"v\":\"375px\"},\"m\":{\"v\":\"375px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(48,19,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>All consultants we have worked with know the numbers we should be capable of achieving.<br> All consultants we have worked with have similar systems for monitoring the practice <br>performance to produce predictable and consistent outcomes. <br>This experience with Laurie as our coach has been different from other consultants in the way <br>the \\u201ccoach\\u201d helps us to keep the \\u201cwheels from falling off\\u201d these systems. <br>She keeps us \\u201con track\\u201d. Laurie does it in such a way that the staff <br>feels they are part of the process and they become committed to the systems, <br>not threatened by them.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. M. Pearson  DDS -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"y\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"379px\"},\"t\":{\"v\":\"379px\"},\"m\":{\"v\":\"379px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"271px\",\"e\":true},\"n\":{\"v\":\"271px\"},\"t\":{\"v\":\"271px\"},\"m\":{\"v\":\"271px\"}},\"y\":{\"d\":{\"v\":\"107px\",\"e\":true},\"n\":{\"v\":\"107px\"},\"t\":{\"v\":\"107px\"},\"m\":{\"v\":\"107px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1172px\",\"e\":true},\"n\":{\"v\":\"1172px\"},\"t\":{\"v\":\"1172px\"},\"m\":{\"v\":\"1172px\"}},\"y\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"v\":\"347px\"},\"t\":{\"v\":\"347px\"},\"m\":{\"v\":\"347px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(49,19,4,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Coaching with Laurie has helped the practice be more of a team, coordinated,<br> implemented protocols that actually stick and has helped us follow through. <br>Brought COE\\u2019s back and they are the best. Patient love them and so do we. <br>You have made me more confident and passionate in my job, <br>with patients and with my co-workers\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Amy Simpson- Dental Assistant -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"340px\",\"e\":true},\"n\":{\"v\":\"340px\"},\"t\":{\"v\":\"340px\"},\"m\":{\"v\":\"340px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"330px\",\"e\":true},\"n\":{\"v\":\"330px\"},\"t\":{\"v\":\"330px\"},\"m\":{\"v\":\"330px\"}},\"y\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"119px\"},\"t\":{\"v\":\"119px\"},\"m\":{\"v\":\"119px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1111px\",\"e\":true},\"n\":{\"v\":\"1111px\"},\"t\":{\"v\":\"1111px\"},\"m\":{\"v\":\"1111px\"}},\"y\":{\"d\":{\"v\":\"330px\",\"e\":true},\"n\":{\"v\":\"330px\"},\"t\":{\"v\":\"330px\"},\"m\":{\"v\":\"330px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(50,19,5,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness.<br>Laurie you are a wonderful coach and you have made me a better team player and assistant! <br>Thanks for everything!\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Karen Taksa- Dental Assistant -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"317px\"},\"t\":{\"v\":\"317px\"},\"m\":{\"v\":\"317px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"257px\"},\"t\":{\"v\":\"257px\"},\"m\":{\"v\":\"257px\"}},\"y\":{\"d\":{\"v\":\"134px\",\"e\":true},\"n\":{\"v\":\"134px\"},\"t\":{\"v\":\"134px\"},\"m\":{\"v\":\"134px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"342px\",\"e\":true},\"n\":{\"v\":\"342px\"},\"t\":{\"v\":\"342px\"},\"m\":{\"v\":\"342px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(51,19,6,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>What I enjoy about Laurie is the organization and motivation skills <br> that I have learnt and implemented.<br> I feel much more knowledgeable in my daily role and more confident about myself. <br>You are a fabulous coach!\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Katy Krofchick- Schedule Coord -\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"317px\"},\"t\":{\"v\":\"317px\"},\"m\":{\"v\":\"317px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"345px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"345px\"}},\"y\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"120px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1127px\",\"e\":true},\"n\":{\"v\":\"1127px\"},\"t\":{\"v\":\"1127px\"},\"m\":{\"v\":\"1127px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\"},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(52,19,7,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>I would like to share with you my overall experience Laurie\\u2019s coaching. It has been exceptional.\\u00a0<br>\\u00a0I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.\\u00a0<br> The main difference in this experience is the coaching. <br>\\nLaurie, you are an\\u00a0exceptional human being and I am very fortunate that you have crossed my life. <br>I have never\\u00a0met a coach like you before.  <br>Your ability\\u00a0to support\\u00a0me and my team is very powerful. <br>You are the first person that\\u00a0has been accepted and respected\\u00a0by my entire team.<br>\\nYou are the model of happiness, pride, joy and enthusiasm. <br>Your\\u00a0knowledge of the dental field and the human psychology\\u00a0has also been very useful to help our practice grow. <br>\\nSince being with you, our production has doubled\\u2026an increase of 100%!\\u00a0\\u2028<br>You are the ideal coach and\\u00a0I would like to thank you for helping me to become the man and the leader\\u00a0I was born to be.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"5px\",\"e\":true},\"n\":{\"v\":\"5px\"},\"t\":{\"v\":\"5px\"},\"m\":{\"v\":\"5px\"}},\"y\":{\"d\":{\"v\":\"-57px\",\"e\":true},\"n\":{\"v\":\"-57px\"},\"t\":{\"v\":\"-57px\"},\"m\":{\"v\":\"-57px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. S. Boies,  DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"9px\",\"e\":true},\"n\":{\"v\":\"9px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"9px\"}},\"y\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"421px\"},\"t\":{\"v\":\"421px\"},\"m\":{\"v\":\"421px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"142px\",\"e\":true},\"n\":{\"v\":\"142px\"},\"t\":{\"v\":\"142px\"},\"m\":{\"v\":\"142px\"}},\"y\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"36px\"},\"m\":{\"v\":\"36px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1402px\",\"e\":true},\"n\":{\"v\":\"1402px\"},\"t\":{\"v\":\"1402px\"},\"m\":{\"v\":\"1402px\"}},\"y\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"319px\"},\"t\":{\"v\":\"319px\"},\"m\":{\"v\":\"319px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(53,19,8,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has reminded me and the team of the subtle important things<br>that make all the wheels turn at once. <br>You have supported the team through good times and bad\\u2026<br>thankfully, there have been many more good times. <br>You have taught us to stay focused and goal oriented!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Leslie Nuttal- Tx Coord \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"8px\",\"e\":true},\"n\":{\"v\":\"8px\"},\"t\":{\"v\":\"8px\"},\"m\":{\"v\":\"8px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"345px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"345px\"}},\"y\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"120px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":89,\"e\":true},\"n\":{\"v\":89},\"t\":{\"v\":89},\"m\":{\"v\":89}},\"height\":{\"d\":{\"v\":66,\"e\":true},\"n\":{\"v\":66},\"t\":{\"v\":66},\"m\":{\"v\":66}},\"originalWidth\":89,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1127px\",\"e\":true},\"n\":{\"v\":\"1127px\"},\"t\":{\"v\":\"1127px\"},\"m\":{\"v\":\"1127px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\"},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":22,\"e\":true},\"n\":{\"v\":22},\"t\":{\"v\":22},\"m\":{\"v\":22}},\"backgroundColor\":\"transparent\",\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(54,19,9,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>It has been a sincere and honest pleasure to<br>  have had the opportunity to be part of a team coached by Laurie.<br> As a team, we set personal,<br>  professional and financial goals and I must tell you how proud I am of myself and the team <br> because after 2 yrs we have been able to meet most of them!<br>  (at the time they seemed so far away). <br> Of course, I must mention that you had a lot to do with it. <br> You have been patient, never pressure me but motivate me. <br> You\\u2019ve taught me to monitor myself and IT HELPS!<br>  I can honestly say that I have grown as a person in all aspects especially the way<br>  I analyze challenges which are now \\u201copportunities to make things better\\u201d. <br> Thank you so very much for being YOU our COACH.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Leslie Nuttal- Tx Coord \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"21px\"},\"m\":{\"v\":\"21px\"}},\"y\":{\"d\":{\"v\":\"432px\",\"e\":true},\"n\":{\"v\":\"432px\"},\"t\":{\"v\":\"432px\"},\"m\":{\"v\":\"432px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"331px\",\"e\":true},\"n\":{\"v\":\"331px\"},\"t\":{\"v\":\"331px\"},\"m\":{\"v\":\"331px\"}},\"y\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"60px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1199px\",\"e\":true},\"n\":{\"v\":\"1199px\"},\"t\":{\"v\":\"1199px\"},\"m\":{\"v\":\"1199px\"}},\"y\":{\"d\":{\"v\":\"353px\",\"e\":true},\"n\":{\"v\":\"353px\"},\"t\":{\"v\":\"353px\"},\"m\":{\"v\":\"353px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(55,19,10,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>You bring me out of my comfort zones and make me enthusiastic about dentistry! <br>Thank you so much for being our coach!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Sharleen Maresky- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"328px\"},\"t\":{\"v\":\"328px\"},\"m\":{\"v\":\"328px\"}},\"y\":{\"d\":{\"v\":\"144px\",\"e\":true},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"144px\"},\"m\":{\"v\":\"144px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(56,19,11,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>We are all very grateful for the input you\\u2019ve had to the success of our office.<br> Not only have you transformed our office financially\\u2026increase in production of over 25% ,<br> you have also helped  change attitudes of our team in a positive direction.<br>You are energetic and full of great ideas.<br>We look forward to the future and to maintaining this great relationship.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr\\u2019s. L. Podolsky and H. Rosen   DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"328px\"},\"t\":{\"v\":\"328px\"},\"m\":{\"v\":\"328px\"}},\"y\":{\"d\":{\"v\":\"144px\",\"e\":true},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"144px\"},\"m\":{\"v\":\"144px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(57,19,12,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie, you always bring our team to a new high with each visit.<br> You present yourself with such professionalism, <br> clinical knowledge, positivity and always with a great smile and opening story! <br> Our 3 hour workshops seem to fly by and <br> I personally always feel revitalized and ready to face tomorrow. <br> Thank you!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Ginette Diamond- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"328px\"},\"t\":{\"v\":\"328px\"},\"m\":{\"v\":\"328px\"}},\"y\":{\"d\":{\"v\":\"144px\",\"e\":true},\"n\":{\"v\":\"144px\"},\"t\":{\"v\":\"144px\"},\"m\":{\"v\":\"144px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(58,19,13,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has created a more cohesive team approach with a more positive attitude overall.<br> We now always look for solutions as opposed to why we can\\u2019t change.<br> We no longer dwell on problems and are actually reaching the goals <br>that we set while having fun! <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Nikki Brown- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(59,19,14,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has change the way I practice dental hygiene, <br>the way I connect with patients and co-workers. <br>You have helped me attain goals I never thought possible. <br>Your positive approach to every issue makes dealing with it so much easier.<br> Your beliefs that \\u201cthe past doesn\\u2019t equal the future\\u201d <br>has been huge in my personal and professional life. <br>Your \\u201copen door\\u201d policy is greatly appreciated!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Shelley Jones- RDH \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(60,19,15,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie\\u2019s coaching has helped me to be \\u201csolution driven\\u201d <br>and helped me support other team members and myself to follow through. <br>You have truly helped us all come together as a real team! <br>Thank you so much, <br>what a difference from other practices I have worked in! <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Raj Thandi- RD \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(61,19,16,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>I feel very fortunate have been introduced to Laurie Slater.<br> I feel that I have much better organization skills, <br>gained speed and production\\u00a0and am using my full scope of practice. <br>Laurie is an amazing and enthusiastic coach that has built our team stronger.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Sara Proux- RDH  \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1189px\",\"e\":true},\"n\":{\"v\":\"1189px\"},\"t\":{\"v\":\"1189px\"},\"m\":{\"v\":\"1189px\"}},\"y\":{\"d\":{\"v\":\"292px\",\"e\":true},\"n\":{\"v\":\"292px\"},\"t\":{\"v\":\"292px\"},\"m\":{\"v\":\"292px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(62,19,17,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has really\\u00a0brought organization and efficiency <br>to our team including a positive and happy environment.  \\n <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Stacey Trottier- Dental Assistant  \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"406px\",\"e\":true},\"n\":{\"v\":\"406px\"},\"t\":{\"v\":\"406px\"},\"m\":{\"v\":\"406px\"}},\"y\":{\"d\":{\"v\":\"157px\",\"e\":true},\"n\":{\"v\":\"157px\"},\"t\":{\"v\":\"157px\"},\"m\":{\"v\":\"157px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1090px\",\"e\":true},\"n\":{\"v\":\"1090px\"},\"t\":{\"v\":\"1090px\"},\"m\":{\"v\":\"1090px\"}},\"y\":{\"d\":{\"v\":\"274px\",\"e\":true},\"n\":{\"v\":\"274px\"},\"t\":{\"v\":\"274px\"},\"m\":{\"v\":\"274px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(63,19,18,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Our monthly session with Laurie are packed<br> with useful information and provide us with different tools needed to succeed. <br>They stimulate our brains and forces us to think.<br>\\u00a0 They are very interactive and never monotonous.\\u00a0<br> Your uplifting spirit brings positive energy to the room.\\u00a0<br> You are truly a charismatic leader.\\u00a0<br> I am looking forward to the next sessions.\\u00a0 <br>Thank you for being the person that you are.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Lucie Chatelien-  Dental Assistant \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1161px\",\"e\":true},\"n\":{\"v\":\"1161px\"},\"t\":{\"v\":\"1161px\"},\"m\":{\"v\":\"1161px\"}},\"y\":{\"d\":{\"v\":\"309px\",\"e\":true},\"n\":{\"v\":\"309px\"},\"t\":{\"v\":\"309px\"},\"m\":{\"v\":\"309px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(64,19,19,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>The experience of being coached by Laurie has not only changed<br> who I am as a person in the work place,  but in my life entirely. <br> The positivity it has brought is just amazing. <br> Thank-you for being the best you can be ALL the time. <br> You teach me to be a better person on a daily basis.<br>  THANKYOU SO VERY MUCH LAURIE!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013Tanya Vinkovich- Dental Assistant \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1161px\",\"e\":true},\"n\":{\"v\":\"1161px\"},\"t\":{\"v\":\"1161px\"},\"m\":{\"v\":\"1161px\"}},\"y\":{\"d\":{\"v\":\"309px\",\"e\":true},\"n\":{\"v\":\"309px\"},\"t\":{\"v\":\"309px\"},\"m\":{\"v\":\"309px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(65,19,20,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>The experience of being coached by Laurie has not only changed<br> who I am as a person in the work place,  but in my life entirely. <br> The positivity it has brought is just amazing. <br> Thank-you for being the best you can be ALL the time. <br> You teach me to be a better person on a daily basis.<br>  THANKYOU SO VERY MUCH LAURIE!  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"-17px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013Tanya Vinkovich- Dental Assistant \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"y\":{\"d\":{\"v\":\"380px\",\"e\":true},\"n\":{\"v\":\"380px\"},\"t\":{\"v\":\"380px\"},\"m\":{\"v\":\"380px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"326px\"}},\"y\":{\"d\":{\"v\":\"130px\",\"e\":true},\"n\":{\"v\":\"130px\"},\"t\":{\"v\":\"130px\"},\"m\":{\"v\":\"130px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1161px\",\"e\":true},\"n\":{\"v\":\"1161px\"},\"t\":{\"v\":\"1161px\"},\"m\":{\"v\":\"1161px\"}},\"y\":{\"d\":{\"v\":\"309px\",\"e\":true},\"n\":{\"v\":\"309px\"},\"t\":{\"v\":\"309px\"},\"m\":{\"v\":\"309px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"version\":\"6.1.6\"}'),(66,3,21,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>What has being coached by Laurie meant to me?\\u00a0<br> Wow!!\\u00a0 Quite a question!\\u00a0 Laurie has helped so much.\\u00a0<br> She has given me by far more vision for the career that I have chosen.\\u00a0<br>  After many jobs and many employers over my 27\\u00bd\\u00a0years as a Dental Hygienist, <br> the impact Laurie has had on my life has been incredible.\\u00a0<br>  The principles, the systems, the quotes, and on and on and on have changed the way I think,<br>  the way I work, and the way I relate with those around me.<br> \\u00a0 Thank you for all your input and impact on my life.  <\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"405px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"470px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-17px\",\"e\":true},\"n\":{\"v\":\"-17px\"},\"t\":{\"v\":\"-17px\"},\"m\":{\"v\":\"27px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013BJ Champion- RDH\\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"623px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"46px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(67,3,22,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>I would like to Thank Laurie for her fabulous coaching. <br>She has brought me to an entire new level of thinking in dentistry.<br>\\n-\\tHer ideas and suggestions really do work.<br>\\n-\\tOur team has come along way together. <br>Laurie is full of energy and takes great pride in her profession.<br>\\n-\\tI would recommend Laurie Slater to anyone.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"409px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"287px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"-6px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Kara Abbott- Practice Coordinator \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"510px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"34px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(68,3,23,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>My experience and the hands on guidance by Laurie <br>have allowed my goals and my thinking to make a complete shift.<br> I thank Laurie for making me believe that \\u201cgood\\u201d isn\\u2019t enough,<br> and I truly wish to strive for \\u201cextraordinary\\u201d. <br> Laurie\\u2019s ability to motivate and <br>inspire have been totally effective and infectious.<br>\\nShe has helped increase our production by over 45% in less than 2 yrs!<br>\\nWe as a team are honored to have her as a coach and a mentor.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"412px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"23px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. F. Husain DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"605px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"27px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"93px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(69,3,24,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>With Laurie\'s leadership we have become more purposeful and organized,<br> putting reliable systems in place to help us run our practice. <br>She has enabled us to really develop as a team creating and sharing our goals <br>and reminding us of who we need to be each day.  <br>Most importantly, Laurie has helped us to commit to our patients <br>and ourselves by encouraging us to focus on our Vision. <br>Our experience with her is showing us that <br>we WILL continue to be more successful than we already were. \\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"412px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"4px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. T. Fadden  DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"604px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\"},\"t\":{\"v\":\"326px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\"},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"66px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1165px\",\"e\":true},\"n\":{\"v\":\"1165px\"},\"t\":{\"v\":\"1165px\"},\"m\":{\"v\":\"1165px\"}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"357px\"},\"m\":{\"v\":\"357px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(70,3,25,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie Slater\\u2019s energy is contagious. <br>Her recommendations for positive change were excellent and easy to implement. <br>The coaching she provided has really helped our administrative team to work in a more supportive, <br>organized and efficient manner and to deliver<br> a higher level of customer service to our patients. <br>I would highly recommend Laurie Slater to anyone seeking to take<br> their success to a higher level.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"418px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"4px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Lisa Preza- Dentistry on Sinclair \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"577px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"323px\",\"e\":true},\"n\":{\"v\":\"323px\"},\"t\":{\"v\":\"323px\"},\"m\":{\"v\":\"29px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1162px\",\"e\":true},\"n\":{\"v\":\"1162px\"},\"t\":{\"v\":\"1162px\"},\"m\":{\"v\":\"1162px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\"},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(71,3,26,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>They say \\u201cChange is the only Constant in the Universe\\u201d. <br> That said, my practice was in need of changes in order to keep up with today\\u2019s tougher economy. <br> For the past few years, we noticed that our practice was stagnant and not growing.<br>  We tried a variety of different ideas but nothing really made an impact.  <br>It was then that I sought out help from a dental consultant.  <br>Laurie Slater.  Without a doubt, Laurie has made some radical changes to our office with positive results. <br> She has guided our staff towards achieving all we can and more.  <br>She has a passion for teamwork and it shows.  <br>We look forward to working more with Laurie <br>and seeing what new heights our practice can soar to.\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"419px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"v\":\"495px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"42px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"18px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. David Ho DDS \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"656px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"324px\",\"e\":true},\"n\":{\"v\":\"324px\"},\"t\":{\"v\":\"324px\"},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"69px\",\"e\":true},\"n\":{\"v\":\"69px\"},\"t\":{\"v\":\"69px\"},\"m\":{\"v\":\"71px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1162px\",\"e\":true},\"n\":{\"v\":\"1162px\"},\"t\":{\"v\":\"1162px\"},\"m\":{\"v\":\"1162px\"}},\"y\":{\"d\":{\"v\":\"327px\",\"e\":true},\"n\":{\"v\":\"327px\"},\"t\":{\"v\":\"327px\"},\"m\":{\"v\":\"327px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(72,3,27,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>The difference between a dream and a goal is having a timeline with accountability and consequences.  <br>We have a \\u201cgood\\u201d practice.  However, I always felt it could be better. <br> I would research business websites and try to new ideas but didn\\u2019t have the knowledge or confidence to truly incorporate <br>these ideas so they would be accepted and permanently integrate into our office environment.  <br> Laurie has given us the tools and practical applications to make these dreams become reality. <br> She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. <br> \\u201cWe can do it!!\\u201d Laurie is exceptionally disciplined, devoted and committed to us and our team.  <br>She sincerely wants to help us turn our good practice into a great practice. <br>When she is with us, I think we are her only clients. Laurie communicates clearly and effectively.  <br>She is a great example of excellence conquering mediocrity. <br>A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven.  <br>She is always promoting cooperation and inspiring our staff to be a true team. <br> I know we still have a lot to accomplish and change is sometimes uncomfortable, <br>but with Laurie as our coach, I know we will achieve success\\u2026 whatever it takes!  <br>Thanks Laurie for taking us on!!<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"452px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"3px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Thea Ho, office administrator, wife & helper of the Big Boss \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"466px\",\"e\":true},\"n\":{\"v\":\"466px\"},\"t\":{\"v\":\"466px\"},\"m\":{\"v\":\"675px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"165px\"},\"t\":{\"v\":\"165px\"},\"m\":{\"v\":\"33px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"5px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1274px\",\"e\":true},\"n\":{\"v\":\"1274px\"},\"t\":{\"v\":\"1274px\"},\"m\":{\"v\":\"1274px\"}},\"y\":{\"d\":{\"v\":\"401px\",\"e\":true},\"n\":{\"v\":\"401px\"},\"t\":{\"v\":\"401px\"},\"m\":{\"v\":\"401px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(73,3,28,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"<center>Laurie has been working as our office coach for several years now. <br>Since then, her philosophy of excellence and achieving beyond has clearly had<br> a positive impact on our practice. <br>Our team is now much more effective and a cohesive unit both professionally and personally.<br> Practice morale is at an all time high <br>and as a result of her systematic approach of operation,<br> our practice production has increased dramatically.<br>\\n-\\tHer coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br>\\n-\\tWe at Downtown Dental are excited to keep working with Laurie for many more years ahead!\\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"434px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"v\":\"-1px\"},\"t\":{\"v\":\"-1px\"},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\"},\"t\":{\"v\":\"-19px\"},\"m\":{\"v\":\"31px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"\\u2013 Dr. P. Custoreri and Dr. B. Feeley \\u2013\",\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"-14px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\"},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"649px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\"},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"imageId\":426},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"324px\",\"e\":true},\"n\":{\"v\":\"324px\"},\"t\":{\"v\":\"324px\"},\"m\":{\"v\":\"24px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"69px\",\"e\":true},\"n\":{\"v\":\"69px\"},\"t\":{\"v\":\"69px\"},\"m\":{\"v\":\"70px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"imageId\":427},\"size\":{\"width\":{\"d\":{\"v\":\"89px\",\"e\":true},\"n\":{\"v\":\"89px\"},\"t\":{\"v\":\"89px\"},\"m\":{\"v\":\"89px\"}},\"height\":{\"d\":{\"v\":\"66px\",\"e\":true},\"n\":{\"v\":\"66px\"},\"t\":{\"v\":\"66px\"},\"m\":{\"v\":\"66px\"}},\"originalWidth\":89,\"originalHeight\":66,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":1.3484848484848},\"n\":{\"v\":1.3484848484848},\"t\":{\"v\":1.3484848484848},\"m\":{\"v\":1.3484848484848}}},\"position\":{\"x\":{\"d\":{\"v\":\"1262px\",\"e\":true},\"n\":{\"v\":\"1262px\"},\"t\":{\"v\":\"1262px\"},\"m\":{\"v\":\"1262px\"}},\"y\":{\"d\":{\"v\":\"347px\",\"e\":true},\"n\":{\"v\":\"347px\"},\"t\":{\"v\":\"347px\"},\"m\":{\"v\":\"347px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(75,21,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/06\\/questionnaire_banner.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Self Assessment Questionnaire\",\"alias\":\"Services\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\"},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(76,22,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/main_banner2.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]}}','{\"2\":{\"text\":\"<div class=\\\"main-ban-text\\\">\\\"Your <span class=\\\"blue-font\\\">VISION<\\/span> written down with specific dates become your <span class=\\\"bold-font\\\">GOALS.<\\/span><br>Your <span class=\\\"blue-font\\\">GOALS<\\/span> broken down into<br> measurable steps become your <span class=\\\"bold-font\\\">PLANS.<\\/span><br>\\nYour <span class=\\\"blue-font\\\">PLANS<\\/span> supported by strategic actions become your <span class=\\\"blue-font\\\">REALITY<\\/span>\\\"<\\/div>\",\"alias\":\"Your VISION written ...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"v\":\"361px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-5px\",\"e\":true},\"n\":{\"v\":\"-5px\"},\"t\":{\"v\":\"-5px\"},\"m\":{\"v\":\"11px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"503px\",\"e\":true},\"n\":{\"v\":\"503px\"},\"t\":{\"v\":\"503px\"},\"m\":{\"v\":\"434px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1160,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1160,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"35px\"},\"t\":{\"v\":\"35px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"28px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"<div class=\\\"main-ban-name\\\"><span class=\\\"blue-font big_font name-big\\\"> Laurie Slater <\\/span><br><span class=\\\"blue-font big_font\\\"> Executive Dental Team Coach & Consultant,<br> Key Business Strategist and Owner<\\/span><\\/div>\",\"alias\":\"Laurie Slater- Owner...\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"631px\",\"e\":true},\"n\":{\"v\":\"631px\"},\"t\":{\"v\":\"631px\"},\"m\":{\"v\":\"328px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"91px\",\"e\":true},\"n\":{\"v\":\"91px\"},\"t\":{\"v\":\"91px\"},\"m\":{\"v\":\"61px\",\"e\":true}},\"originalWidth\":\"631px\",\"originalHeight\":\"91px\"},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"71px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"708px\",\"e\":true},\"n\":{\"v\":\"708px\"},\"t\":{\"v\":\"708px\"},\"m\":{\"v\":\"638px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1930,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":1930,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"12px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_photo.png\",\"imageId\":103},\"size\":{\"width\":{\"d\":{\"v\":\"305\",\"e\":true},\"n\":{\"v\":\"305\"},\"t\":{\"v\":\"305\"},\"m\":{\"v\":\"267\",\"e\":true}},\"height\":{\"d\":{\"v\":\"344\",\"e\":true},\"n\":{\"v\":\"344\"},\"t\":{\"v\":\"344\"},\"m\":{\"v\":\"306\",\"e\":true}},\"originalWidth\":392,\"originalHeight\":454,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":0.86343612334802},\"n\":{\"v\":0.86343612334802},\"t\":{\"v\":0.86343612334802},\"m\":{\"v\":0.86343612334802}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"v\":\"104px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"139px\",\"e\":true},\"n\":{\"v\":\"139px\"},\"t\":{\"v\":\"139px\"},\"m\":{\"v\":\"108px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"timeline\":{\"speed\":3000,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":3000,\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"13\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":13,\"media\":{\"imageUrl\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/DDS_animation_banner1.gif\",\"imageId\":570},\"size\":{\"width\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"600px\"},\"t\":{\"v\":\"600px\"},\"m\":{\"v\":\"485px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"105px\"},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"86px\",\"e\":true}},\"originalWidth\":600,\"originalHeight\":105,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":5.7142857142857},\"n\":{\"v\":5.7142857142857},\"t\":{\"v\":5.7142857142857},\"m\":{\"v\":5.7142857142857}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":3},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"hor_lines\":[\"1209px\",\"1316px\"],\"version\":\"6.1.6\"}'),(77,23,1,'{\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_bg011.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"delay\":\"\",\"transition\":[\"fade\"],\"slots\":[\"default\"],\"duration\":[600],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"bg-color\":\"rgba(0,0,0,0.5)\",\"bg-color-def\":false,\"bg-size\":\"40\",\"bg-size-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"hover-bg-color\":\"#000000\",\"hover-bg-color-def\":false,\"left-icon\":\"\\\\e82c\",\"left-icon-def\":false,\"right-icon\":\"\\\\e82d\",\"right-icon-def\":false}}}}','{\"1\":{\"text\":\"<center>Every practice has a unique culture and set of challenges!<br>\\nMy area of \\u2018specialty\\u2019 is to develop customized solutions and approaches to challenges\\u2026 however BIG or small.<br>\\n\\nDDS Consulting Plus does not advocate that clients will benefit from \\u2018preconceived solutions\\u2019 or \\u2018cookie cutter\\u2019 systems.<br>\\nI help \\u2018UNLOCK\\u2019 the TRUE POTENTIAL of practices and all of their team members! \\n<\\/center>\",\"alias\":\"Laurie has helped ou...\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-15px\"},\"t\":{\"v\":\"-15px\"},\"m\":{\"v\":\"-15px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":800,\"start\":880,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":800,\"start\":880,\"endWithSlide\":false,\"frameLength\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":880},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(45,45,45,1)\"},\"t\":{\"v\":\"rgba(45,45,45,1)\"},\"m\":{\"v\":\"rgba(45,45,45,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Arial, Helvetica, sans-serif\",\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"20px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"20px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"26px\",\"e\":true},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"26px\"},\"m\":{\"v\":\"26px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(45,45,45,1)\",\"e\":true},\"n\":{\"v\":\"rgba(45,45,45,1)\"},\"t\":{\"v\":\"rgba(45,45,45,1)\"},\"m\":{\"v\":\"rgba(45,45,45,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"7\":{\"text\":\"If you have challenges, you are not alone!\",\"alias\":\"If you have challenges, you are not alone!\",\"uid\":7,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"100px\"},\"t\":{\"v\":\"100px\"},\"m\":{\"v\":\"100px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500,\"endWithSlide\":false},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"transform\":{\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"speed\":4000,\"yoyo_move\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(30,115,190,1)\",\"e\":true},\"n\":{\"v\":\"rgba(30,115,190,1)\"},\"t\":{\"v\":\"rgba(30,115,190,1)\"},\"m\":{\"v\":\"rgba(30,115,190,1)\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"fontFamily\":\"Amiri\",\"fontSize\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"42px\"},\"t\":{\"v\":\"42px\"},\"m\":{\"v\":\"42px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\"},\"m\":{\"v\":\"22px\"}},\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(30,115,190,1)\",\"e\":true},\"n\":{\"v\":\"rgba(30,115,190,1)\"},\"t\":{\"v\":\"rgba(30,115,190,1)\"},\"m\":{\"v\":\"rgba(30,115,190,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"type\":\"text\"},\"10\":{\"text\":\"\",\"alias\":\"Shape\",\"uid\":10,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"80\",\"e\":true},\"n\":{\"v\":\"80\"},\"t\":{\"v\":\"80\"},\"m\":{\"v\":\"80\"}},\"height\":{\"d\":{\"v\":\"6\",\"e\":true},\"n\":{\"v\":\"6\"},\"t\":{\"v\":\"6\"},\"m\":{\"v\":\"6\"}},\"originalWidth\":\"80\",\"originalHeight\":\"6\",\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"755px\",\"e\":true},\"n\":{\"v\":\"755px\"},\"t\":{\"v\":\"755px\"},\"m\":{\"v\":\"755px\"}},\"y\":{\"d\":{\"v\":\"153px\",\"e\":true},\"n\":{\"v\":\"153px\"},\"t\":{\"v\":\"153px\"},\"m\":{\"v\":\"153px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500,\"endWithSlide\":false},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_1\":{\"transform\":{\"transformPerspective\":600},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":500,\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}},\"frame_999\":{\"transform\":{\"opacity\":\"0\",\"transformPerspective\":600},\"timeline\":{\"ease\":\"nothing\",\"start\":5000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"delay\":10},\"words\":{\"delay\":10},\"lines\":{\"delay\":10}}},\"loop\":{\"use\":true,\"speed\":4000,\"yoyo_move\":true,\"yoyo_scale\":true,\"yoyo_filter\":true},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"autolinebreak\":false,\"cursor\":\"pointer\",\"backgroundColor\":\"rgba(0,102,191,1)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"backgroundColor\":\"rgba(0,0,0,0)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"triggerMemory\":\"keep\",\"action\":[],\"animationoverwrite\":\"wait\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"14\":{\"text\":\"\",\"alias\":\"image-14\",\"uid\":14,\"media\":{\"imageUrl\":\"https:\\/\\/dev.ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/DDS_animation_slow2.gif\",\"imageId\":568,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"384px\"},\"t\":{\"v\":\"291px\"},\"m\":{\"v\":\"179px\"}},\"height\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"67px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"30px\"}},\"originalWidth\":600,\"originalHeight\":105,\"aspectRatio\":{\"d\":{\"v\":5.7142857142857},\"n\":{\"v\":5.7142857142857},\"t\":{\"v\":5.7142857142857},\"m\":{\"v\":5.7142857142857}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"359px\",\"e\":true},\"n\":{\"v\":\"229px\"},\"t\":{\"v\":\"173px\"},\"m\":{\"v\":\"106px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":5000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":5000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"12\"},\"t\":{\"v\":\"9\"},\"m\":{\"v\":\"5\"}},\"lineHeight\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.6\"}');
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides_bkp` VALUES (1,1,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"515\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/main_banner2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"main-ban-text\\\">\\\"Your <span class=\\\"blue-font\\\">VISION<\\/span> written down with<br> specific dates become your <span class=\\\"bold-font\\\">GOALS.<\\/span><br>Your <span class=\\\"blue-font\\\">GOALS<\\/span> broken down into<br> measurable steps become your <span class=\\\"bold-font\\\">PLANS.<\\/span><br>\\nYour <span class=\\\"blue-font\\\">PLANS<\\/span> supported by strategic <br>actions become your <span class=\\\"blue-font\\\">REALITY<\\/span>\\\"<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":717,\"mobile\":11},\"top\":{\"desktop\":170,\"mobile\":434},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Your VISION written ...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"361px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1160,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":361,\"height\":196,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"35px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"45px\",\"mobile\":\"28px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"<div class=\\\"main-ban-name\\\"><span class=\\\"blue-font big_font name-big\\\"> Laurie Slater <\\/span><br><span class=\\\"blue-font big_font\\\"> Executive Dental Team Coach & Consultant,<br> Key Business Strategist and Owner<\\/span><\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":717,\"mobile\":71},\"top\":{\"desktop\":473,\"mobile\":638},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie Slater- Owner...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"91px\",\"mobile\":\"61px\"},\"max_width\":{\"desktop\":\"631px\",\"mobile\":\"328px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1930,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":328,\"height\":61,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_photo.png\",\"scaleX\":{\"desktop\":\"392px\",\"mobile\":\"267\"},\"scaleY\":{\"desktop\":\"454px\",\"mobile\":\"306\"},\"originalWidth\":392,\"originalHeight\":454,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":264,\"mobile\":104},\"top\":{\"desktop\":139,\"mobile\":108},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":3000,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":392,\"height\":454,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"25px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/DDS_animation_banner1.gif\",\"scaleX\":{\"desktop\":\"600px\",\"mobile\":\"485\"},\"scaleY\":{\"desktop\":\"105px\",\"mobile\":\"86\"},\"originalWidth\":600,\"originalHeight\":105,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":499,\"mobile\":0},\"top\":{\"desktop\":19,\"mobile\":21},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":600,\"height\":105,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(2,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"SERVICES\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-348},\"top\":{\"desktop\":-27},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":243,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(3,3,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\"}','[{\"text\":\"<center>Laurie has helped our practice grow as a TEAM.<br>\\nWe are more of a united front and strive to reach the same office goals.<br>\\nThe coaching process with Laurie has been very helpful, always informative, very motivating.<br>\\nGreat pick me up with cheerful and positive attitude.<br>\\nKeep up your great and hard work, it is greatly appreciated.<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":1},\"top\":{\"desktop\":-17,\"mobile\":-12},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"287px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"426px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":426,\"height\":287,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Tanja Simpraga, Dental Assistant -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":-2},\"top\":{\"desktop\":344,\"mobile\":553},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":285,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":331,\"mobile\":41},\"top\":{\"desktop\":116,\"mobile\":104},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1138},\"top\":{\"desktop\":347},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(6,4,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Dental Consulting\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-229},\"top\":{\"desktop\":-24},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":473,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(7,5,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Dental Training\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-261},\"top\":{\"desktop\":-23},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":408,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(8,6,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Dental Coaching\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-261},\"top\":{\"desktop\":-23},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":408,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(9,7,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Workshops\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":337},\"top\":{\"desktop\":-20},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":297,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(10,8,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Upcoming Events\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":337},\"top\":{\"desktop\":-20},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":297,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(11,9,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"APEX\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":337},\"top\":{\"desktop\":-20},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":297,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(12,3,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie Slater packs every ounce of punch that Anthony Robbins does!  <br>The sessions, coach calls and in-office seminars have changed our team in ways <br>I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better,  <br>it has directly affected our bottom line. \\nAfter being coached by Laurie for just over 1 yr, <br>our overall production has increased by 35%!\\n<br>I would recommend Laurie Slater to anyone who wants to go<br> from ordinary to extraordinary!\\\"\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":-17,\"mobile\":23},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"415px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":415,\"height\":364,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. J. Rogers DDS -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":-7},\"top\":{\"desktop\":374,\"mobile\":608},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":154,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":323,\"mobile\":45},\"top\":{\"desktop\":117,\"mobile\":112},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1147},\"top\":{\"desktop\":375},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(13,3,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>All consultants we have worked with know the numbers we should be capable of achieving.<br> All consultants we have worked with have similar systems for monitoring the practice <br>performance to produce predictable and consistent outcomes. <br>This experience with Laurie as our coach has been different from other consultants in the way <br>the \\u201ccoach\\u201d helps us to keep the \\u201cwheels from falling off\\u201d these systems. <br>She keeps us \\u201con track\\u201d. Laurie does it in such a way that the staff <br>feels they are part of the process and they become committed to the systems, <br>not threatened by them.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":-3},\"top\":{\"desktop\":-17,\"mobile\":28},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"497px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"421px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":421,\"height\":497,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. M. Pearson  DDS -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":1,\"mobile\":-1},\"top\":{\"desktop\":379,\"mobile\":623},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":175,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":271,\"mobile\":32},\"top\":{\"desktop\":107,\"mobile\":54},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1172},\"top\":{\"desktop\":347},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(14,3,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Coaching with Laurie has helped the practice be more of a team, coordinated,<br> implemented protocols that actually stick and has helped us follow through. <br>Brought COE\\u2019s back and they are the best. Patient love them and so do we. <br>You have made me more confident and passionate in my job, <br>with patients and with my co-workers\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":-17,\"mobile\":-3},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"236px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"432px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":432,\"height\":236,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Amy Simpson- Dental Assistant -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":-2},\"top\":{\"desktop\":340,\"mobile\":534},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":270,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":330,\"mobile\":40},\"top\":{\"desktop\":119,\"mobile\":131},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1111},\"top\":{\"desktop\":330},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(15,3,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness.<br>Laurie you are a wonderful coach and you have made me a better team player and assistant! <br>Thanks for everything!\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":1},\"top\":{\"desktop\":-17,\"mobile\":-23},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"424px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":424,\"height\":182,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Karen Taksa- Dental Assistant -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":317,\"mobile\":484},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":260,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":257,\"mobile\":34},\"top\":{\"desktop\":134,\"mobile\":143},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":342},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(16,3,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>What I enjoy about Laurie is the organization and motivation skills <br> that I have learnt and implemented.<br> I feel much more knowledgeable in my daily role and more confident about myself. <br>You are a fabulous coach!\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":2},\"top\":{\"desktop\":-17,\"mobile\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"183px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"418px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":401,\"height\":182,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Katy Krofchick- Schedule Coord -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"mobile\":2},\"top\":{\"desktop\":317,\"mobile\":469},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":271,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":345,\"mobile\":39},\"top\":{\"desktop\":120,\"mobile\":131},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1127},\"top\":{\"desktop\":327},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(18,10,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"sub-banner-title\\\">Testimonials<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-300,\"mobile\":0},\"top\":{\"desktop\":-26,\"mobile\":0},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":337,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\",\"mobile\":\"55px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"600\",\"mobile\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(19,11,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"LAURIE SLATER\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-273},\"top\":{\"desktop\":-27},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":397,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(20,12,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"OUR PHILOSOPHY\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-227},\"top\":{\"desktop\":-28},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":480,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(21,13,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"ALLIANCES\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-316},\"top\":{\"desktop\":-29},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":288,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(22,14,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Workshops\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-316},\"top\":{\"desktop\":-29},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":288,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(23,15,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Workshops\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-316},\"top\":{\"desktop\":-29},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":288,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(24,16,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"FULL COACHING PROGRAM\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":317},\"top\":{\"desktop\":-29},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":723,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(25,17,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"138\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/sub_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Workshops\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-316},\"top\":{\"desktop\":-29},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":288,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(26,18,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"259\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_bg011.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Every practice has a unique culture and set of challenges!<br>\\nMy area of \\u2018specialty\\u2019 is to develop customized solutions<br>\\nand approaches to challenges\\u2026 however BIG or small. <br>\\nDDS Consulting Plus does not advocate that clients will benefit<br>\\nfrom \\u2018preconceived solutions\\u2019 or \\u2018cookie cutter\\u2019 systems.<br>\\nI help \\u2018UNLOCK\\u2019 the TRUE POTENTIAL of practices\\nand all of their team members!\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-15},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":800,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":880,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#2d2d2d\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"Arial, Helvetica, sans-serif\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"If you have challenges, you are not alone!\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":0},\"top\":{\"desktop\":100},\"internal_class\":\"\",\"hover\":false,\"alias\":\"If you have challenges, you are not alone!\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":769,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"36px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#1e73be\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"font-size\":{},\"line-height\":{},\"font-weight\":{},\"color\":{}},\"deformation\":{\"background-color\":\"#0066bf\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"pointer\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"80\"},\"max_height\":{\"desktop\":\"6\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":10,\"left\":{\"desktop\":755},\"top\":{\"desktop\":153},\"hover\":false,\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":80,\"height\":6,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"text\":\"DESIGN.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":11,\"left\":{\"desktop\":551},\"top\":{\"desktop\":386},\"internal_class\":\"\",\"hover\":false,\"alias\":\"DESIGN.\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfb\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1120,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"noanimout\",\"endeasing\":\"nothing\",\"width\":112,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"28px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#0a0101\"}},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"DEVELOP.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":12,\"left\":{\"desktop\":0},\"top\":{\"desktop\":386},\"internal_class\":\"\",\"hover\":false,\"alias\":\"DESIGN.\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfb\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":520,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1570,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":134,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"28px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#0a0101\"}},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"SOLVE.\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":178},\"top\":{\"desktop\":387},\"internal_class\":\"\",\"hover\":false,\"alias\":\"DESIGN.\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfb\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":590,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":2060,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":95,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"28px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#0a0101\"}},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":5,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(32,3,7,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>I would like to share with you my overall experience Laurie\\u2019s coaching. It has been exceptional.\\u00a0<br>\\u00a0I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.\\u00a0<br> The main difference in this experience is the coaching. <br>\\nLaurie, you are an\\u00a0exceptional human being and I am very fortunate that you have crossed my life. <br>I have never\\u00a0met a coach like you before.  <br>Your ability\\u00a0to support\\u00a0me and my team is very powerful. <br>You are the first person that\\u00a0has been accepted and respected\\u00a0by my entire team.<br>\\nYou are the model of happiness, pride, joy and enthusiasm. <br>Your\\u00a0knowledge of the dental field and the human psychology\\u00a0has also been very useful to help our practice grow. <br>\\nSince being with you, our production has doubled\\u2026an increase of 100%!\\u00a0\\u2028<br>You are the ideal coach and\\u00a0I would like to thank you for helping me to become the man and the leader\\u00a0I was born to be.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":5,\"mobile\":3},\"top\":{\"desktop\":-57,\"mobile\":39},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"575px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"443px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":443,\"height\":575,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. S. Boies,  DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":9,\"mobile\":2},\"top\":{\"desktop\":421,\"mobile\":659},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":154,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\",\"mobile\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\",\"mobile\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":142,\"mobile\":49},\"top\":{\"desktop\":36,\"mobile\":37},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1402},\"top\":{\"desktop\":319},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(33,3,8,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has reminded me and the team of the subtle important things<br>that make all the wheels turn at once. <br>You have supported the team through good times and bad\\u2026<br>thankfully, there have been many more good times. <br>You have taught us to stay focused and goal oriented!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":1},\"top\":{\"desktop\":-17,\"mobile\":-60},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"131px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"396px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":396,\"height\":131,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Leslie Nuttal- Tx Coord \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":8,\"mobile\":-3},\"top\":{\"desktop\":357,\"mobile\":502},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":205,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":345,\"mobile\":26},\"top\":{\"desktop\":120,\"mobile\":126},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1127},\"top\":{\"desktop\":327},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(34,3,9,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>It has been a sincere and honest pleasure to<br>  have had the opportunity to be part of a team coached by Laurie.<br> As a team, we set personal,<br>  professional and financial goals and I must tell you how proud I am of myself and the team <br> because after 2 yrs we have been able to meet most of them!<br>  (at the time they seemed so far away). <br> Of course, I must mention that you had a lot to do with it. <br> You have been patient, never pressure me but motivate me. <br> You\\u2019ve taught me to monitor myself and IT HELPS!<br>  I can honestly say that I have grown as a person in all aspects especially the way<br>  I analyze challenges which are now \\u201copportunities to make things better\\u201d. <br> Thank you so very much for being YOU our COACH.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":-4},\"top\":{\"desktop\":-17,\"mobile\":3},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"438px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":438,\"height\":546,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Celest Medina- Financial Coord \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":21,\"mobile\":0},\"top\":{\"desktop\":432,\"mobile\":646},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":270,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":331,\"mobile\":37},\"top\":{\"desktop\":60,\"mobile\":5},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1199},\"top\":{\"desktop\":353},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(35,3,10,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>You bring me out of my comfort zones and make me enthusiastic about dentistry! <br>Thank you so much for being our coach!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":-17,\"mobile\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"335px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Sharleen Maresky- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16,\"mobile\":2},\"top\":{\"desktop\":357,\"mobile\":438},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":211,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":328,\"mobile\":58},\"top\":{\"desktop\":144,\"mobile\":167},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(36,3,11,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>We are all very grateful for the input you\\u2019ve had to the success of our office.<br> Not only have you transformed our office financially\\u2026increase in production of over 25% ,<br> you have also helped  change attitudes of our team in a positive direction.<br>You are energetic and full of great ideas.<br>We look forward to the future and to maintaining this great relationship.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":1},\"top\":{\"desktop\":-17,\"mobile\":8},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"261px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"413px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":430,\"height\":260,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr\\u2019s. L. Podolsky and H. Rosen   DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16,\"mobile\":-3},\"top\":{\"desktop\":357,\"mobile\":551},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":298,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":328,\"mobile\":26},\"top\":{\"desktop\":144,\"mobile\":145},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(37,3,12,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie, you always bring our team to a new high with each visit.<br> You present yourself with such professionalism, <br> clinical knowledge, positivity and always with a great smile and opening story! <br> Our 3 hour workshops seem to fly by and <br> I personally always feel revitalized and ready to face tomorrow. <br> Thank you!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":1},\"top\":{\"desktop\":-17,\"mobile\":5},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"261px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"405px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":405,\"height\":261,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Ginette Diamond- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16,\"mobile\":2},\"top\":{\"desktop\":357,\"mobile\":520},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":205,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":328,\"mobile\":33},\"top\":{\"desktop\":144,\"mobile\":136},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(38,3,13,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has created a more cohesive team approach with a more positive attitude overall.<br> We now always look for solutions as opposed to why we can\\u2019t change.<br> We no longer dwell on problems and are actually reaching the goals <br>that we set while having fun! <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":-3},\"top\":{\"desktop\":-17,\"mobile\":-66},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"105px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"340px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":340,\"height\":105,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Nikki Brown- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16,\"mobile\":-7},\"top\":{\"desktop\":357,\"mobile\":487},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":167,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":44},\"top\":{\"desktop\":130,\"mobile\":136},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(39,3,14,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has change the way I practice dental hygiene, <br>the way I connect with patients and co-workers. <br>You have helped me attain goals I never thought possible. <br>Your positive approach to every issue makes dealing with it so much easier.<br> Your beliefs that \\u201cthe past doesn\\u2019t equal the future\\u201d <br>has been huge in my personal and professional life. <br>Your \\u201copen door\\u201d policy is greatly appreciated!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":5},\"top\":{\"desktop\":-17,\"mobile\":44},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"399px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":399,\"height\":364,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Shelley Jones- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18,\"mobile\":-5},\"top\":{\"desktop\":380,\"mobile\":607},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":33},\"top\":{\"desktop\":130,\"mobile\":133},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(40,3,15,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie\\u2019s coaching has helped me to be \\u201csolution driven\\u201d <br>and helped me support other team members and myself to follow through. <br>You have truly helped us all come together as a real team! <br>Thank you so much, <br>what a difference from other practices I have worked in! <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":-3},\"top\":{\"desktop\":-17,\"mobile\":-22},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"235px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"393px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":375,\"height\":234,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Raj Thandi- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18,\"mobile\":-6},\"top\":{\"desktop\":380,\"mobile\":501},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":153,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":33},\"top\":{\"desktop\":130,\"mobile\":129},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(41,3,16,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>I feel very fortunate have been introduced to Laurie Slater.<br> I feel that I have much better organization skills, <br>gained speed and production\\u00a0and am using my full scope of practice. <br>Laurie is an amazing and enthusiastic coach that has built our team stronger.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":-1},\"top\":{\"desktop\":-17,\"mobile\":5},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"210px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"379px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":379,\"height\":210,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Sara Proux- RDH  \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18,\"mobile\":-2},\"top\":{\"desktop\":380,\"mobile\":524},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":155,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":32},\"top\":{\"desktop\":130,\"mobile\":147},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(42,3,17,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has really\\u00a0brought organization and efficiency <br>to our team including a positive and happy environment.  \\n <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":2},\"top\":{\"desktop\":-17,\"mobile\":-11},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"373px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":373,\"height\":104,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Stacey Trottier- Dental Assistant  \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18,\"mobile\":-8},\"top\":{\"desktop\":380,\"mobile\":457},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":283,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":406,\"mobile\":41},\"top\":{\"desktop\":157,\"mobile\":163},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1090},\"top\":{\"desktop\":274},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(43,3,18,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Our monthly session with Laurie are packed<br> with useful information and provide us with different tools needed to succeed. <br>They stimulate our brains and forces us to think.<br>\\u00a0 They are very interactive and never monotonous.\\u00a0<br> Your uplifting spirit brings positive energy to the room.\\u00a0<br> You are truly a charismatic leader.\\u00a0<br> I am looking forward to the next sessions.\\u00a0 <br>Thank you for being the person that you are.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":1},\"top\":{\"desktop\":-17,\"mobile\":19},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"403px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":403,\"height\":364,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Lucie Chatelien-  Dental Assistant \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18,\"mobile\":2},\"top\":{\"desktop\":380,\"mobile\":600},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":288,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":32},\"top\":{\"desktop\":130,\"mobile\":114},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1161},\"top\":{\"desktop\":309},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(44,3,19,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>The experience of being coached by Laurie has not only changed<br> who I am as a person in the work place,  but in my life entirely. <br> The positivity it has brought is just amazing. <br> Thank-you for being the best you can be ALL the time. <br> You teach me to be a better person on a daily basis.<br>  THANKYOU SO VERY MUCH LAURIE!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":2},\"top\":{\"desktop\":-17,\"mobile\":15},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"393px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":393,\"height\":286,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013Tanya Vinkovich- Dental Assistant \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18,\"mobile\":4},\"top\":{\"desktop\":380,\"mobile\":570},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":292,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":43},\"top\":{\"desktop\":130,\"mobile\":134},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1161},\"top\":{\"desktop\":309},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(45,3,20,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has provided me with opportunities for both professional and personal growth. <br>Our\\u00a0dental team has\\u00a0been involved in seminars about \\u00a0systems,  <br>goal setting exercises,\\u00a0 communications and wealth management. <br>\\u2028Financially, we have seen a substantial increase in production  <br>that has provided\\u00a0 bonuses that we all share.\\u2028 <br>Our coach Laurie has been there with us every step of the way.  <br>We have weekly team meetings and a monthly coaching meeting . <br> Laurie also makes herself available to all team members whenever needed.\\u2028 <br>Laurie has\\u00a0given us tools\\u00a0to\\u00a0incorporate \\u00a0\\\" extraordinary practice,  <br>extraordinary life\\\" into our professional and personal lives.  <br>We have learned we CAN make a difference.<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":-1},\"top\":{\"desktop\":-17,\"mobile\":1},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"409px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":409,\"height\":520,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"18px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013Pam Bunnet- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-1},\"top\":{\"desktop\":418,\"mobile\":657},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":162,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":27},\"top\":{\"desktop\":44,\"mobile\":19},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(46,19,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has helped our practice grow as a TEAM.<br>\\nWe are more of a united front and strive to reach the same office goals.<br>\\nThe coaching process with Laurie has been very helpful, always informative, very motivating.<br>\\nGreat pick me up with cheerful and positive attitude.<br>\\nKeep up your great and hard work, it is greatly appreciated.<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Tanja Simpraga, Dental Assistant -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":344},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":344,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":331},\"top\":{\"desktop\":116},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1138},\"top\":{\"desktop\":347},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true}]','\"\"'),(47,19,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie Slater packs every ounce of punch that Anthony Robbins does!  <br>The sessions, coach calls and in-office seminars have changed our team in ways <br>I never dreamt possible.  Not only is the atmosphere, team spirit and patient experience better,  <br>it has directly affected our bottom line. \\nAfter being coached by Laurie for just over 1 yr, <br>our overall production has increased by 35%!\\n<br>I would recommend Laurie Slater to anyone who wants to go<br> from ordinary to extraordinary!\\\"\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Dr. J. Rogers DDS -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":374},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":145,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":323},\"top\":{\"desktop\":117},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1147},\"top\":{\"desktop\":375},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(48,19,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>All consultants we have worked with know the numbers we should be capable of achieving.<br> All consultants we have worked with have similar systems for monitoring the practice <br>performance to produce predictable and consistent outcomes. <br>This experience with Laurie as our coach has been different from other consultants in the way <br>the \\u201ccoach\\u201d helps us to keep the \\u201cwheels from falling off\\u201d these systems. <br>She keeps us \\u201con track\\u201d. Laurie does it in such a way that the staff <br>feels they are part of the process and they become committed to the systems, <br>not threatened by them.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Dr. M. Pearson  DDS -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":1},\"top\":{\"desktop\":379},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":175,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":271},\"top\":{\"desktop\":107},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1172},\"top\":{\"desktop\":347},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true}]','\"\"'),(49,19,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Coaching with Laurie has helped the practice be more of a team, coordinated,<br> implemented protocols that actually stick and has helped us follow through. <br>Brought COE\\u2019s back and they are the best. Patient love them and so do we. <br>You have made me more confident and passionate in my job, <br>with patients and with my co-workers\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Amy Simpson- Dental Assistant -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":340},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":175,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":330},\"top\":{\"desktop\":119},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1111},\"top\":{\"desktop\":330},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true}]','\"\"'),(50,19,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>What I enjoy about Laurie is the support, kindness, energy, time, commitment and effectiveness.<br>Laurie you are a wonderful coach and you have made me a better team player and assistant! <br>Thanks for everything!\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Karen Taksa- Dental Assistant -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":317},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":270,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":257},\"top\":{\"desktop\":134},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":342},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(51,19,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>What I enjoy about Laurie is the organization and motivation skills <br> that I have learnt and implemented.<br> I feel much more knowledgeable in my daily role and more confident about myself. <br>You are a fabulous coach!\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Katy Krofchick- Schedule Coord -\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":317},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":270,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":345},\"top\":{\"desktop\":120},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1127},\"top\":{\"desktop\":327},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true}]','\"\"'),(52,19,7,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>I would like to share with you my overall experience Laurie\\u2019s coaching. It has been exceptional.\\u00a0<br>\\u00a0I have been with many management courses and consultants throughout my career and this experience has totally changed my practice.\\u00a0<br> The main difference in this experience is the coaching. <br>\\nLaurie, you are an\\u00a0exceptional human being and I am very fortunate that you have crossed my life. <br>I have never\\u00a0met a coach like you before.  <br>Your ability\\u00a0to support\\u00a0me and my team is very powerful. <br>You are the first person that\\u00a0has been accepted and respected\\u00a0by my entire team.<br>\\nYou are the model of happiness, pride, joy and enthusiasm. <br>Your\\u00a0knowledge of the dental field and the human psychology\\u00a0has also been very useful to help our practice grow. <br>\\nSince being with you, our production has doubled\\u2026an increase of 100%!\\u00a0\\u2028<br>You are the ideal coach and\\u00a0I would like to thank you for helping me to become the man and the leader\\u00a0I was born to be.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":5},\"top\":{\"desktop\":-57},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":1283,\"height\":286,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Dr. S. Boies,  DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":9},\"top\":{\"desktop\":421},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":271,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":142},\"top\":{\"desktop\":36},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1402},\"top\":{\"desktop\":319},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true}]','\"\"'),(53,19,8,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has reminded me and the team of the subtle important things<br>that make all the wheels turn at once. <br>You have supported the team through good times and bad\\u2026<br>thankfully, there have been many more good times. <br>You have taught us to stay focused and goal oriented!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Leslie Nuttal- Tx Coord \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":8},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":205,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":345},\"top\":{\"desktop\":120},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":89},\"scaleY\":{\"desktop\":66},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1127},\"top\":{\"desktop\":327},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"disabled\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":2,\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":1,\"loop_zoomend\":1,\"loop_angle\":0,\"loop_radius\":10,\"html_tag\":\"div\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":0,\"mask_y_start\":0,\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":0,\"mask_y_end\":0,\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":10,\"endsplitdelay\":10,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":480},\"video_height\":{\"desktop\":360},\"2d_origin_x\":\"inherit\",\"2d_origin_y\":\"inherit\",\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":\"\",\"resizeme\":\"true\",\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":20},\"line-height\":{\"desktop\":22},\"font-weight\":{\"desktop\":400},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"inherit\",\"y_origin_start\":\"inherit\",\"x_origin_end\":\"inherit\",\"y_origin_end\":\"inherit\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[0,0,0,0],\"font-style\":\"normal\",\"color-transparency\":1,\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":1,\"border-color\":\"transparent\",\"border-transparency\":1,\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"pers\":600,\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":0,\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":0,\"border-radius\":[0,0,0,0],\"x\":0,\"y\":0,\"z\":0,\"skewx\":0,\"skewy\":0,\"scalex\":1,\"scaley\":1,\"opacity\":1,\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true}]','\"\"'),(54,19,9,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>It has been a sincere and honest pleasure to<br>  have had the opportunity to be part of a team coached by Laurie.<br> As a team, we set personal,<br>  professional and financial goals and I must tell you how proud I am of myself and the team <br> because after 2 yrs we have been able to meet most of them!<br>  (at the time they seemed so far away). <br> Of course, I must mention that you had a lot to do with it. <br> You have been patient, never pressure me but motivate me. <br> You\\u2019ve taught me to monitor myself and IT HELPS!<br>  I can honestly say that I have grown as a person in all aspects especially the way<br>  I analyze challenges which are now \\u201copportunities to make things better\\u201d. <br> Thank you so very much for being YOU our COACH.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Leslie Nuttal- Tx Coord \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":21},\"top\":{\"desktop\":432},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":205,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":331},\"top\":{\"desktop\":60},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1199},\"top\":{\"desktop\":353},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(55,19,10,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>You bring me out of my comfort zones and make me enthusiastic about dentistry! <br>Thank you so much for being our coach!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Sharleen Maresky- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":211,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":328},\"top\":{\"desktop\":144},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(56,19,11,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>We are all very grateful for the input you\\u2019ve had to the success of our office.<br> Not only have you transformed our office financially\\u2026increase in production of over 25% ,<br> you have also helped  change attitudes of our team in a positive direction.<br>You are energetic and full of great ideas.<br>We look forward to the future and to maintaining this great relationship.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Dr\\u2019s. L. Podolsky and H. Rosen   DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":211,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":328},\"top\":{\"desktop\":144},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(57,19,12,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie, you always bring our team to a new high with each visit.<br> You present yourself with such professionalism, <br> clinical knowledge, positivity and always with a great smile and opening story! <br> Our 3 hour workshops seem to fly by and <br> I personally always feel revitalized and ready to face tomorrow. <br> Thank you!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Ginette Diamond- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":211,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":328},\"top\":{\"desktop\":144},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(58,19,13,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has created a more cohesive team approach with a more positive attitude overall.<br> We now always look for solutions as opposed to why we can\\u2019t change.<br> We no longer dwell on problems and are actually reaching the goals <br>that we set while having fun! <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Nikki Brown- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":16},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":211,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(59,19,14,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has change the way I practice dental hygiene, <br>the way I connect with patients and co-workers. <br>You have helped me attain goals I never thought possible. <br>Your positive approach to every issue makes dealing with it so much easier.<br> Your beliefs that \\u201cthe past doesn\\u2019t equal the future\\u201d <br>has been huge in my personal and professional life. <br>Your \\u201copen door\\u201d policy is greatly appreciated!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Shelley Jones- RDH \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"');
INSERT INTO `wp_revslider_slides_bkp` VALUES (60,19,15,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie\\u2019s coaching has helped me to be \\u201csolution driven\\u201d <br>and helped me support other team members and myself to follow through. <br>You have truly helped us all come together as a real team! <br>Thank you so much, <br>what a difference from other practices I have worked in! <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Raj Thandi- RD \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(61,19,16,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>I feel very fortunate have been introduced to Laurie Slater.<br> I feel that I have much better organization skills, <br>gained speed and production\\u00a0and am using my full scope of practice. <br>Laurie is an amazing and enthusiastic coach that has built our team stronger.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Sara Proux- RDH  \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1189},\"top\":{\"desktop\":292},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(62,19,17,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has really\\u00a0brought organization and efficiency <br>to our team including a positive and happy environment.  \\n <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Stacey Trottier- Dental Assistant  \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":406},\"top\":{\"desktop\":157},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1090},\"top\":{\"desktop\":274},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(63,19,18,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Our monthly session with Laurie are packed<br> with useful information and provide us with different tools needed to succeed. <br>They stimulate our brains and forces us to think.<br>\\u00a0 They are very interactive and never monotonous.\\u00a0<br> Your uplifting spirit brings positive energy to the room.\\u00a0<br> You are truly a charismatic leader.\\u00a0<br> I am looking forward to the next sessions.\\u00a0 <br>Thank you for being the person that you are.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013 Lucie Chatelien-  Dental Assistant \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1161},\"top\":{\"desktop\":309},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(64,19,19,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>The experience of being coached by Laurie has not only changed<br> who I am as a person in the work place,  but in my life entirely. <br> The positivity it has brought is just amazing. <br> Thank-you for being the best you can be ALL the time. <br> You teach me to be a better person on a daily basis.<br>  THANKYOU SO VERY MUCH LAURIE!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013Tanya Vinkovich- Dental Assistant \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1161},\"top\":{\"desktop\":309},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(65,19,20,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>The experience of being coached by Laurie has not only changed<br> who I am as a person in the work place,  but in my life entirely. <br> The positivity it has brought is just amazing. <br> Thank-you for being the best you can be ALL the time. <br> You teach me to be a better person on a daily basis.<br>  THANKYOU SO VERY MUCH LAURIE!  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-17},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":820,\"height\":120,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"26px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"\\u2013Tanya Vinkovich- Dental Assistant \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":18},\"top\":{\"desktop\":380},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":173,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326},\"top\":{\"desktop\":130},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1161},\"top\":{\"desktop\":309},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]',''),(66,3,21,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>What has being coached by Laurie meant to me?\\u00a0<br> Wow!!\\u00a0 Quite a question!\\u00a0 Laurie has helped so much.\\u00a0<br> She has given me by far more vision for the career that I have chosen.\\u00a0<br>  After many jobs and many employers over my 27\\u00bd\\u00a0years as a Dental Hygienist, <br> the impact Laurie has had on my life has been incredible.\\u00a0<br>  The principles, the systems, the quotes, and on and on and on have changed the way I think,<br>  the way I work, and the way I relate with those around me.<br> \\u00a0 Thank you for all your input and impact on my life.  <\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":-17,\"mobile\":27},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"470px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"405px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":405,\"height\":470,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013BJ Champion- RDH\\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-5},\"top\":{\"desktop\":418,\"mobile\":623},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":162,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":46},\"top\":{\"desktop\":44,\"mobile\":54},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(67,3,22,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>I would like to Thank Laurie for her fabulous coaching. <br>She has brought me to an entire new level of thinking in dentistry.<br>\\n-\\tHer ideas and suggestions really do work.<br>\\n-\\tOur team has come along way together. <br>Laurie is full of energy and takes great pride in her profession.<br>\\n-\\tI would recommend Laurie Slater to anyone.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":0},\"top\":{\"desktop\":-19,\"mobile\":-6},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"287px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"409px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":409,\"height\":287,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Kara Abbott- Practice Coordinator \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-1},\"top\":{\"desktop\":418,\"mobile\":510},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":296,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":34},\"top\":{\"desktop\":44,\"mobile\":112},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(68,3,23,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>My experience and the hands on guidance by Laurie <br>have allowed my goals and my thinking to make a complete shift.<br> I thank Laurie for making me believe that \\u201cgood\\u201d isn\\u2019t enough,<br> and I truly wish to strive for \\u201cextraordinary\\u201d. <br> Laurie\\u2019s ability to motivate and <br>inspire have been totally effective and infectious.<br>\\nShe has helped increase our production by over 45% in less than 2 yrs!<br>\\nWe as a team are honored to have her as a coach and a mentor.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":-1},\"top\":{\"desktop\":-19,\"mobile\":23},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"412px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":412,\"height\":364,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. F. Husain DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-1},\"top\":{\"desktop\":418,\"mobile\":605},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":162,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":27},\"top\":{\"desktop\":44,\"mobile\":93},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(69,3,24,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>With Laurie\'s leadership we have become more purposeful and organized,<br> putting reliable systems in place to help us run our practice. <br>She has enabled us to really develop as a team creating and sharing our goals <br>and reminding us of who we need to be each day.  <br>Most importantly, Laurie has helped us to commit to our patients <br>and ourselves by encouraging us to focus on our Vision. <br>Our experience with her is showing us that <br>we WILL continue to be more successful than we already were. \\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":2},\"top\":{\"desktop\":-19,\"mobile\":4},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"412px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":412,\"height\":390,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. T. Fadden  DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-4},\"top\":{\"desktop\":418,\"mobile\":604},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":165,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":326,\"mobile\":45},\"top\":{\"desktop\":44,\"mobile\":66},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1165},\"top\":{\"desktop\":357},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(70,3,25,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie Slater\\u2019s energy is contagious. <br>Her recommendations for positive change were excellent and easy to implement. <br>The coaching she provided has really helped our administrative team to work in a more supportive, <br>organized and efficient manner and to deliver<br> a higher level of customer service to our patients. <br>I would highly recommend Laurie Slater to anyone seeking to take<br> their success to a higher level.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":1},\"top\":{\"desktop\":-19,\"mobile\":4},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"418px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":418,\"height\":338,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Lisa Preza- Dentistry on Sinclair \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-1},\"top\":{\"desktop\":418,\"mobile\":577},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":276,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":323,\"mobile\":29},\"top\":{\"desktop\":89,\"mobile\":104},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1162},\"top\":{\"desktop\":327},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(71,3,26,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>They say \\u201cChange is the only Constant in the Universe\\u201d. <br> That said, my practice was in need of changes in order to keep up with today\\u2019s tougher economy. <br> For the past few years, we noticed that our practice was stagnant and not growing.<br>  We tried a variety of different ideas but nothing really made an impact.  <br>It was then that I sought out help from a dental consultant.  <br>Laurie Slater.  Without a doubt, Laurie has made some radical changes to our office with positive results. <br> She has guided our staff towards achieving all we can and more.  <br>She has a passion for teamwork and it shows.  <br>We look forward to working more with Laurie <br>and seeing what new heights our practice can soar to.\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":2},\"top\":{\"desktop\":-19,\"mobile\":42},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"495px\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"419px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":419,\"height\":495,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"18px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. David Ho DDS \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-2},\"top\":{\"desktop\":418,\"mobile\":656},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":161,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":324,\"mobile\":30},\"top\":{\"desktop\":69,\"mobile\":71},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1162},\"top\":{\"desktop\":327},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(72,3,27,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>The difference between a dream and a goal is having a timeline with accountability and consequences.  <br>We have a \\u201cgood\\u201d practice.  However, I always felt it could be better. <br> I would research business websites and try to new ideas but didn\\u2019t have the knowledge or confidence to truly incorporate <br>these ideas so they would be accepted and permanently integrate into our office environment.  <br> Laurie has given us the tools and practical applications to make these dreams become reality. <br> She has been able to bring to our attention fears and limiting beliefs and help change them into empowering beliefs. <br> \\u201cWe can do it!!\\u201d Laurie is exceptionally disciplined, devoted and committed to us and our team.  <br>She sincerely wants to help us turn our good practice into a great practice. <br>When she is with us, I think we are her only clients. Laurie communicates clearly and effectively.  <br>She is a great example of excellence conquering mediocrity. <br>A true coach inspires you pull your bootstraps up and keep going to be better, not to quit but to be solution driven.  <br>She is always promoting cooperation and inspiring our staff to be a true team. <br> I know we still have a lot to accomplish and change is sometimes uncomfortable, <br>but with Laurie as our coach, I know we will achieve success\\u2026 whatever it takes!  <br>Thanks Laurie for taking us on!!<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":-1},\"top\":{\"desktop\":-19,\"mobile\":3},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"452px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":452,\"height\":580,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Thea Ho, office administrator, wife & helper of the Big Boss \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":26,\"mobile\":3},\"top\":{\"desktop\":466,\"mobile\":675},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":433,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"mobile\":\"14px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":165,\"mobile\":33},\"top\":{\"desktop\":18,\"mobile\":5},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1274},\"top\":{\"desktop\":401},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(73,3,28,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"96\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/testimonal.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<center>Laurie has been working as our office coach for several years now. <br>Since then, her philosophy of excellence and achieving beyond has clearly had<br> a positive impact on our practice. <br>Our team is now much more effective and a cohesive unit both professionally and personally.<br> Practice morale is at an all time high <br>and as a result of her systematic approach of operation,<br> our practice production has increased dramatically.<br>\\n-\\tHer coach calls are especially insightful and allow us to deal with issues immediately and effectively.<br>\\n-\\tWe at Downtown Dental are excited to keep working with Laurie for many more years ahead!\\n<\\/center>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-1,\"mobile\":0},\"top\":{\"desktop\":-19,\"mobile\":31},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie has helped ou...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"434px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":434,\"height\":494,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"26px\",\"mobile\":\"26px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"\\u2013 Dr. P. Custoreri and Dr. B. Feeley \\u2013\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":20,\"mobile\":-14},\"top\":{\"desktop\":418,\"mobile\":649},\"internal_class\":\"\",\"hover\":false,\"alias\":\"\\u2013 Tanja Simpraga, De...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":282,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"16px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_left1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":324,\"mobile\":24},\"top\":{\"desktop\":69,\"mobile\":70},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_quote_right1.png\",\"scaleX\":{\"desktop\":\"89px\"},\"scaleY\":{\"desktop\":\"66px\"},\"originalWidth\":89,\"originalHeight\":66,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":1262},\"top\":{\"desktop\":347},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 6\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":5300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":89,\"height\":66,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(75,21,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"599\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/06\\/questionnaire_banner.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Self Assessment Questionnaire\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Services\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":243,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"55px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(76,22,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"515\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"hideslideafter\":\"0\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/main_banner2.jpg\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"main-ban-text\\\">\\\"Your <span class=\\\"blue-font\\\">VISION<\\/span> written down with specific dates become your <span class=\\\"bold-font\\\">GOALS.<\\/span><br>Your <span class=\\\"blue-font\\\">GOALS<\\/span> broken down into<br> measurable steps become your <span class=\\\"bold-font\\\">PLANS.<\\/span><br>\\nYour <span class=\\\"blue-font\\\">PLANS<\\/span> supported by strategic actions become your <span class=\\\"blue-font\\\">REALITY<\\/span>\\\"<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-5,\"mobile\":11},\"top\":{\"desktop\":503,\"mobile\":434},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Your VISION written ...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"361px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1160,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":1100,\"height\":180,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"35px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"45px\",\"mobile\":\"28px\"},\"font-weight\":{\"desktop\":\"500\",\"mobile\":\"500\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<div class=\\\"main-ban-name\\\"><span class=\\\"blue-font big_font name-big\\\"> Laurie Slater <\\/span><br><span class=\\\"blue-font big_font\\\"> Executive Dental Team Coach & Consultant,<br> Key Business Strategist and Owner<\\/span><\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":0,\"mobile\":71},\"top\":{\"desktop\":708,\"mobile\":638},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Laurie Slater- Owner...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"91px\",\"mobile\":\"61px\"},\"max_width\":{\"desktop\":\"631px\",\"mobile\":\"328px\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1930,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":631,\"height\":91,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\",\"mobile\":\"12px\"},\"line-height\":{\"desktop\":\"30px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_photo.png\",\"scaleX\":{\"desktop\":\"305\",\"mobile\":\"267\"},\"scaleY\":{\"desktop\":\"344\",\"mobile\":\"306\"},\"originalWidth\":392,\"originalHeight\":454,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":0,\"mobile\":104},\"top\":{\"desktop\":139,\"mobile\":108},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"PopUpSmooth\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":3000,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":305,\"height\":344,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"25px\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/05\\/DDS_animation_banner1.gif\",\"scaleX\":{\"desktop\":\"600px\",\"mobile\":\"485px\"},\"scaleY\":{\"desktop\":\"105px\",\"mobile\":\"86px\"},\"originalWidth\":600,\"originalHeight\":105,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":13,\"left\":{\"desktop\":0,\"mobile\":0},\"top\":{\"desktop\":0,\"mobile\":21},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"mobile\":\"auto\"},\"video_width\":{\"desktop\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"mobile\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"mobile\":\"nowrap\"},\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"center\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":600,\"height\":105,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\",\"mobile\":\"20\"},\"line-height\":{\"desktop\":\"22\",\"mobile\":\"22\"},\"font-weight\":{\"desktop\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','{\"hor_lines\":[\"1209px\",\"1316px\"]}');
/*!40000 ALTER TABLE `wp_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides` VALUES (1,3,'[]','','{\"version\":\"6.1.6\"}'),(2,23,'[]','','{\"temp\":true}');
/*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` DISABLE KEYS */;
INSERT INTO `wp_revslider_static_slides_bkp` VALUES (1,3,'{\"background_type\":\"trans\"}','','');
/*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 */;

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(31,2,0),(32,2,0),(123,2,0),(124,2,0),(181,1,0),(182,1,0),(185,1,0),(312,2,0),(313,2,0),(314,2,0),(315,2,0),(316,2,0),(318,2,0),(319,2,0),(320,2,0),(321,2,0),(322,2,0),(323,2,0),(324,2,0),(325,2,0),(327,2,0),(349,2,0),(350,2,0),(351,2,0),(352,2,0),(354,2,0),(355,2,0),(356,2,0),(357,2,0),(358,2,0),(359,2,0),(380,2,0),(381,2,0),(382,2,0),(383,2,0),(384,2,0),(385,2,0),(386,2,0),(387,2,0),(388,2,0),(389,2,0),(390,2,0),(391,2,0),(414,2,0),(415,2,0),(416,2,0),(417,2,0),(418,2,0),(419,2,0),(420,2,0),(421,2,0),(422,2,0),(423,2,0),(424,2,0),(425,2,0),(459,2,0),(460,2,0),(808,3,0),(814,7,0),(827,1,0),(828,1,0),(829,1,0),(830,1,0),(831,1,0),(842,3,0),(852,4,0),(864,5,0),(866,5,0),(868,5,0),(871,5,0),(872,5,0),(874,6,0),(880,5,0),(931,7,0),(957,5,0),(958,5,0),(967,5,0),(973,5,0),(977,3,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
/*!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=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,9),(2,2,'nav_menu','',0,54),(3,3,'elementor_library_type','',0,1),(4,4,'elementor_library_type','',0,1),(5,5,'nav_menu','',0,10),(6,6,'elementor_library_type','',0,1),(7,7,'elementor_library_type','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'main','main',0),(3,'header','header',0),(4,'section','section',0),(5,'new_main','new_main',0),(6,'single','single',0),(7,'footer','footer',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
/*!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 DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','mozaic'),(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','vc_pointers_backend_editor'),(13,1,'show_welcome_panel','1'),(15,1,'wp_dashboard_quick_press_last_post_id','772'),(16,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\";}'),(17,1,'metaboxhidden_nav-menus','a:12:{i:0;s:13:\"add-employees\";i:1;s:7:\"add-faq\";i:2;s:8:\"add-news\";i:3;s:13:\"add-portfolio\";i:4;s:14:\"add-tab_slider\";i:5;s:15:\"add-testimonial\";i:6;s:15:\"add-photo_album\";i:7;s:12:\"add-post_tag\";i:8;s:16:\"add-faq_category\";i:9;s:17:\"add-news_category\";i:10;s:22:\"add-portfolio_category\";i:11;s:24:\"add-photo_album_category\";}'),(18,1,'nav_menu_recently_edited','2'),(19,1,'wp_user-settings','libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=302px&edit_element_vcUIPanelTop=62px&wplink=1&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=712px&panel_vcUIPanelTop=74px&post_dfw=off'),(20,1,'wp_user-settings-time','1540408164'),(21,1,'session_tokens','a:1:{s:64:\"2dbaff3908654e7f4cf933cfe103867edfbc24b9a4c2345446cbaef368e5277a\";a:4:{s:10:\"expiration\";i:1572450683;s:2:\"ip\";s:11:\"99.228.2.96\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36\";s:5:\"login\";i:1572277883;}}'),(22,1,'closedpostboxes_page','a:1:{i:0;s:20:\"mk-metaboxes-general\";}'),(23,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(24,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(25,2,'wp_user_level','10'),(27,2,'wp_dashboard_quick_press_last_post_id','789'),(28,2,'session_tokens','a:3:{s:64:\"52e20b0681d81b87d986b38e67741da34c95bc80df64471062cbda639a766fd6\";a:4:{s:10:\"expiration\";i:1581635103;s:2:\"ip\";s:14:\"69.165.220.183\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\";s:5:\"login\";i:1581462303;}s:64:\"78d926999050c7864775ab053a135ea823845adcceeca4254d9db41941e75496\";a:4:{s:10:\"expiration\";i:1581732827;s:2:\"ip\";s:14:\"69.165.220.183\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:5:\"login\";i:1581560027;}s:64:\"9a688d3ed3df13417518444153fbdcd5dc979a4f4379aead985255b7f684f6b6\";a:4:{s:10:\"expiration\";i:1581801053;s:2:\"ip\";s:13:\"184.175.33.59\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\";s:5:\"login\";i:1581628253;}}'),(29,3,'nickname','laurie_slater'),(30,3,'first_name','Laurie'),(31,3,'last_name','Slater'),(32,3,'description',''),(33,3,'rich_editing','true'),(34,3,'comment_shortcuts','false'),(35,3,'admin_color','fresh'),(36,3,'use_ssl','0'),(37,3,'show_admin_bar_front','true'),(38,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(39,3,'wp_user_level','10'),(40,3,'dismissed_wp_pointers',''),(41,2,'nav_menu_recently_edited','5'),(42,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(43,2,'metaboxhidden_nav-menus','a:14:{i:0;s:23:\"add-fmemailverification\";i:1;s:14:\"add-form-maker\";i:2;s:13:\"add-employees\";i:3;s:7:\"add-faq\";i:4;s:8:\"add-news\";i:5;s:13:\"add-portfolio\";i:6;s:14:\"add-tab_slider\";i:7;s:15:\"add-testimonial\";i:8;s:15:\"add-photo_album\";i:9;s:12:\"add-post_tag\";i:10;s:16:\"add-faq_category\";i:11;s:17:\"add-news_category\";i:12;s:22:\"add-portfolio_category\";i:13;s:24:\"add-photo_album_category\";}'),(44,3,'default_password_nag',''),(45,2,'wp_user-settings','edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=675px&edit_element_vcUIPanelTop=74px&libraryContent=browse'),(46,2,'wp_user-settings-time','1581555426'),(47,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"184.175.33.0\";}'),(48,2,'dismissed_wp_pointers','theme_editor_notice,vc_pointers_backend_editor'),(50,2,'elementor_introduction','a:2:{s:10:\"rightClick\";b:1;s:19:\"colorPickerDropping\";b:1;}'),(51,2,'wp_classic-editor-settings','classic');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
/*!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`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'mozaic_old','c9dbbd05fe19a03a5eb07f1f4ea8db46','mozaic','areum@mozaiccreative.ca.old','','2018-04-17 19:20:26','',0,'mozaic'),(2,'entirelydigital','$P$B.c66Jlgsw4V7aDFLfU1ot9vsqwxlo/','entirelydigital','services@entirelydigital.com','','2020-01-31 17:00:00','',0,'entirelydigital'),(3,'laurie_slater','$P$BCt44qz3Q2227HKrKj2ChYegZjUFNJ0','laurie_slater','laurie@ddsconsultingplus.ca','','2020-02-05 16:27:31','1580922335:$P$B7kf2HyXxvAf0.gY3.SQr2RVVYh9VF0',0,'Laurie Slater');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wce_editor_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `data_title` varchar(100) NOT NULL,
  `data_type` varchar(30) NOT NULL,
  `data_source` longtext NOT NULL,
  `data_cond` varchar(60) NOT NULL,
  `tag_name` varchar(100) NOT NULL,
  `accept_args` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wce_editor_content` WRITE;
/*!40000 ALTER TABLE `wp_wce_editor_content` DISABLE KEYS */;
INSERT INTO `wp_wce_editor_content` VALUES (1,'openwindow','js','function popupOpen(url){\r\n\r\n	var popUrl = url\r\n\r\n	var popOption = \"width=100, height=100, resizable=no, scrollbars=no, status=no;\";   \r\n\r\n		window.open(popUrl,\"\",popOption);\r\n\r\n	}','','',0,1),(2,'ConButton','js','jQuery(\"#con-button01\").bind( \"click\", function() {\r\n    display1(01);\r\n});\r\n\r\njQuery(\"#con-button02\").bind( \"click\", function() {\r\n    display1(02);\r\n});\r\n\r\njQuery(\"#con-button03\").bind( \"click\", function() {\r\n    display1(03);\r\n});\r\n\r\njQuery(\"#con-button04\").bind( \"click\", function() {\r\n    display1(04);\r\n});\r\n\r\njQuery(\"#con-button05\").bind( \"click\", function() {\r\n    display1(05);\r\n});\r\n\r\njQuery(\"#con-button06\").bind( \"click\", function() {\r\n    display1(06);\r\n});\r\n\r\njQuery(\"#con-button07\").bind( \"click\", function() {\r\n    display1(07);\r\n});\r\n\r\njQuery(\"#con-button08\").bind( \"click\", function() {\r\n    display1(08);\r\n});\r\n\r\nfunction display1(num){\r\n    var flag = jQuery(\".concept-img1\").css(\"display\");\r\n    if(flag == \"none\"){\r\n        jQuery(\".concept-img1\").css(\"display\",\"block\");\r\n            changImg(num);\r\n    }else{\r\n        jQuery(\".concept-img1\").css(\"display\",\"none\");\r\n    }\r\n}\r\n\r\n\r\nfunction changImg(num) {\r\nvar toImg = \" \";\r\n    if(num == 01) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/production.jpg\";\r\n    } else if(num == 02) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/marketing.jpg\";\r\n    } else if(num == 03) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/team.jpg\";\r\n    } else if(num == 04) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/schedule.jpg\";\r\n    } else if(num == 05) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/technology.jpg\";\r\n    } else if(num == 06) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/new.jpg\";\r\n    } else if(num == 07) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/profit.jpg\";\r\n    } else if(num == 08) {\r\n        toImg = \"https://ddsconsultingplus.ca/wp-content/uploads/2018/10/accountability.jpg\";\r\n    }\r\ndocument.getElementsByClassName(\"lightbox-false\")[0].src= toImg;\r\n}\r\n','','',0,1),(3,'question','js','jQuery(\"#question_btn\").bind( \"click\", function() {\r\ndocument.getElementById(\'question_btn\').innerHTML=\"[Form id=\"6\"]\"\r\n});','','',0,1),(4,'mob-imgs','js','\r\nfunction display1mob(value){\r\n    var closevalue = \".\" + value;\r\n    var flag = jQuery(closevalue).css(\"display\");\r\n    if(flag == \"none\"){\r\n        jQuery(closevalue).css(\"display\",\"block\");\r\n    }else{\r\n        jQuery(closevalue).css(\"display\",\"none\");\r\n    }\r\n}','','',0,1);
/*!40000 ALTER TABLE `wp_wce_editor_content` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wonderplugin_gridgallery` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `authorid` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

LOCK TABLES `wp_wonderplugin_gridgallery` WRITE;
/*!40000 ALTER TABLE `wp_wonderplugin_gridgallery` DISABLE KEYS */;
INSERT INTO `wp_wonderplugin_gridgallery` VALUES (1,'Main','{\"newestfirst\":\"false\",\"name\":\"Main\",\"categorylist\":\"[{\\\"slug\\\":\\\"all\\\",\\\"caption\\\":\\\"Show All\\\"}]\",\"slides\":[{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/production.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"1\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/marketing.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"2\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/team.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"3\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/schedule.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"4\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/technology.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"5\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/new-patient.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"6\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/profit.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"7\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"true\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"},{\"type\":0,\"image\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_pop_sample1.jpg\",\"thumbnail\":\"https:\\/\\/ddsconsultingplus.ca\\/wp-content\\/uploads\\/2018\\/04\\/main_img08.jpg\",\"displaythumbnail\":\"true\",\"video\":\"\",\"mp4\":\"\",\"webm\":\"\",\"title\":\"8\",\"description\":\"\",\"socialmedia\":\"[]\",\"socialmediatarget\":\"\",\"socialmediarotate\":\"true\",\"altusetitle\":\"false\",\"alt\":\"\",\"button\":\"\",\"buttoncss\":\"wpp-btn-blue-medium\",\"buttonlink\":\"\",\"buttonlinktarget\":\"\",\"buttonlightbox\":\"false\",\"weblink\":\"\",\"clickhandler\":\"\",\"linktarget\":\"\",\"weblinklightbox\":\"false\",\"lightbox\":\"true\",\"lightboxsize\":\"false\",\"lightboxwidth\":640,\"lightboxheight\":480,\"playvideoinline\":\"false\",\"loadvideoinline\":\"false\",\"category\":\"\"}],\"skin\":\"tiles\",\"style\":\"roundcorner\",\"categorystyle\":\"wpp-category-greybutton\",\"categorymenucaption\":\"Select Category\",\"lazyloadmode\":\"none\",\"itemsperpage\":12,\"loadmorecaption\":\"Load More\",\"loadmorecssstyle\":\"wpp-loadmore-greybutton\",\"paginationcssstyle\":\"wpp-pagination-greybutton\",\"paginationpos\":\"bottom\",\"lazyloadimages\":\"true\",\"donotinit\":\"false\",\"addinitscript\":\"false\",\"triggerresize\":\"false\",\"triggerresizedelay\":500,\"nohoverontouchscreen\":\"false\",\"customcss\":\".wonderplugin-gridgallery-item {\\n background-color: #1e73be;\\n}\",\"dataoptions\":\"\",\"customjs\":\"\",\"loadmorecss\":\"#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore {\\n  \\tdisplay: block;\\n  \\ttext-align: center;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore-btn {\\n  \\tdisplay: inline-block;\\n  \\toutline: 0;\\n  \\t-webkit-box-sizing: border-box;\\n  \\t-moz-box-sizing: border-box;\\n  \\tbox-sizing: border-box;\\n  \\tcursor: pointer;\\n  \\ttext-align: center;\\n  \\ttext-decoration: none;\\n  \\ttext-shadow: 1px 1px 0px #fff;\\n  \\ttext-transform: none;\\n  \\twhite-space: nowrap;\\n  \\t-webkit-font-smoothing: antialiased;\\n\\t-moz-osx-font-smoothing: grayscale;\\n\\tfont-family: \\\"Lucida Sans Unicode\\\",\\\"Lucida Grande\\\",sans-serif,Arial;\\n  \\tfont-weight: normal;\\n\\tfont-size: 14px;\\n\\tmargin: 12px;\\n\\tpadding: 8px 36px;\\n  \\t-webkit-border-radius: 2px;\\n  \\t-moz-border-radius: 2px;\\n  \\tborder-radius: 2px;\\n  \\tbackground: #ededed;\\n  \\tbackground: linear-gradient(to bottom, #ededed 0%, #dfdfdf 100%);\\n  \\tborder: 1px solid #dcdcdc;\\n  \\tcolor: #333;\\n  \\ttransition: background-color 0.5s ease;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-loadmore-btn:hover {\\n  \\tcolor: #333;\\n  \\tbackground: #dfdfdf;\\n  \\tbackground: linear-gradient(to bottom, #fdfdfd 0%, #ededed 100%);\\n}\",\"paginationcss\":\"#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-pagination {\\n  \\tdisplay: block;\\n  \\ttext-align: center;\\n  \\tmargin: 8px;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-pagination-btn {\\n  \\tdisplay: inline-block;\\n  \\toutline: 0;\\n  \\t-webkit-box-sizing: border-box;\\n  \\t-moz-box-sizing: border-box;\\n  \\tbox-sizing: border-box;\\n  \\tcursor: pointer;\\n  \\ttext-align: center;\\n  \\ttext-decoration: none;\\n  \\ttext-shadow: 1px 1px 0px #fff;\\n  \\ttext-transform: none;\\n  \\twhite-space: nowrap;\\n  \\t-webkit-font-smoothing: antialiased;\\n\\t-moz-osx-font-smoothing: grayscale;\\n\\tfont-family: \\\"Lucida Sans Unicode\\\",\\\"Lucida Grande\\\",sans-serif,Arial;\\n  \\tfont-weight: normal;\\n\\tfont-size: 12px;\\n\\tmargin: 6px;\\n\\tpadding: 2px 8px;\\n  \\t-webkit-border-radius: 2px;\\n  \\t-moz-border-radius: 2px;\\n  \\tborder-radius: 2px;\\n  \\tbackground: #ededed;\\n  \\tbackground: linear-gradient(to bottom, #ededed 0%, #dfdfdf 100%);\\n  \\tborder: 1px solid #dcdcdc;\\n  \\tcolor: #333;\\n  \\ttransition: background-color 0.5s ease;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-pagination-btn:hover {\\n  \\tcolor: #333;\\n  \\tbackground: #dfdfdf;\\n  \\tbackground: linear-gradient(to bottom, #fdfdfd 0%, #ededed 100%);\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-pagination-btn-selected {\\n  \\tcolor: #333;\\n  \\tbackground: #dfdfdf;\\n  \\tbackground: linear-gradient(to bottom, #fdfdfd 0%, #ededed 100%);\\n}\",\"width\":212,\"height\":211,\"googleanalyticsaccount\":\"\",\"masonrymode\":\"false\",\"random\":\"false\",\"circularimage\":\"false\",\"centerimage\":\"false\",\"firstimage\":\"false\",\"enabletabindex\":\"false\",\"showtitle\":\"true\",\"showtexttitle\":\"true\",\"showtextdescription\":\"false\",\"showtextbutton\":\"false\",\"usetemplatefortextoverlay\":\"false\",\"templatefortextoverlay\":\"<div class=\\\"wonderplugin-gridgallery-item-socialmedia\\\">__SOCIALMEDIA__<\\/div>\\n<div class=\\\"wonderplugin-gridgallery-item-title\\\">__TITLE__<\\/div>\\n<div class=\\\"wonderplugin-gridgallery-item-description\\\">__DESCRIPTION__<\\/div>\\n<div class=\\\"wonderplugin-gridgallery-item-button\\\">__BUTTON__<\\/div>\",\"usetemplateforgrid\":\"false\",\"templateforgrid\":\"<div class=\\\"wonderplugin-gridgallery-item-container\\\">__IMAGE__<\\/div>\\n<div class=\\\"wonderplugin-gridgallery-item-caption\\\">\\n\\t<div class=\\\"wonderplugin-gridgallery-item-caption-socialmedia\\\">__SOCIALMEDIA__<\\/div>\\n\\t<div class=\\\"wonderplugin-gridgallery-item-caption-title\\\">__TITLE__<\\/div>\\n<\\/div>\",\"overlaylink\":\"false\",\"donotaddtext\":\"false\",\"textinsidespace\":\"false\",\"scalemode\":\"fit\",\"titlemode\":\"mouseover\",\"titleeffect\":\"slide\",\"titleeffectduration\":300,\"titleheight\":0,\"shownavigation\":\"true\",\"navbgcolor\":\"#000\",\"shownavcontrol\":\"false\",\"hidenavdefault\":\"false\",\"thumbwidth\":90,\"thumbheight\":60,\"thumbtopmargin\":12,\"thumbbottommargin\":12,\"barheight\":64,\"lightboxnogroup\":\"false\",\"lightboxcategorygroup\":\"false\",\"lightboxshowallcategories\":\"false\",\"lightboxresponsive\":\"true\",\"lightboxshowtitle\":\"true\",\"lightboxbgcolor\":\"#fff\",\"lightboxoverlaybgcolor\":\"#000\",\"lightboxoverlayopacity\":0,\"titlebottomcss\":\"color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;\",\"lightboxshowdescription\":\"false\",\"descriptionbottomcss\":\"color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxfullscreenmode\":\"false\",\"lightboxcloseonoverlay\":\"false\",\"lightboxvideohidecontrols\":\"false\",\"lightboxenablehtml5poster\":\"false\",\"lightboxresponsivebarheight\":\"false\",\"lightboxsmallscreenheight\":415,\"lightboxbarheightonsmallheight\":64,\"lightboxnotkeepratioonsmallheight\":\"false\",\"lightboxtitlestyle\":\"bottom\",\"lightboximagepercentage\":75,\"lightboxdefaultvideovolume\":1,\"lightboxtitleprefix\":\"%NUM \\/ %TOTAL\",\"lightboxtitleinsidecss\":\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\",\"lightboxdescriptioninsidecss\":\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxautoslide\":\"false\",\"lightboxslideinterval\":5000,\"lightboxshowtimer\":\"false\",\"lightboxtimerposition\":\"bottom\",\"lightboxtimerheight\":2,\"lightboxtimercolor\":\"#dc572e\",\"lightboxtimeropacity\":0.8,\"lightboxshowplaybutton\":\"false\",\"lightboxalwaysshownavarrows\":\"false\",\"lightboxbordersize\":8,\"lightboxshowtitleprefix\":\"true\",\"lightboxborderradius\":0,\"lightboxadvancedoptions\":\"\",\"lightboxaddsocialmedia\":\"false\",\"lightboxshowsocial\":\"false\",\"lightboxsocialposition\":\"position:absolute;top:100%;right:0;\",\"lightboxsocialpositionsmallscreen\":\"position:absolute;top:100%;right:0;left:0;\",\"lightboxsocialdirection\":\"horizontal\",\"lightboxsocialbuttonsize\":32,\"lightboxsocialbuttonfontsize\":18,\"lightboxsocialrotateeffect\":\"true\",\"lightboxshowemail\":\"false\",\"lightboxshowfacebook\":\"true\",\"lightboxshowtwitter\":\"true\",\"lightboxshowpinterest\":\"true\",\"hoverfade\":\"true\",\"hoverfadeopacity\":0.2,\"hoverfadeduration\":300,\"hoverzoominimagecenter\":\"false\",\"categoryshow\":\"false\",\"categoryhideall\":\"false\",\"categorymulticat\":\"false\",\"categoryatleastone\":\"false\",\"categoryposition\":\"topleft\",\"categorydefault\":\"all\",\"verticalcategorysmallscreenwidth\":480,\"addvideoplaybutton\":\"true\",\"responsive\":\"true\",\"column\":4,\"gridtemplate\":\"&lt;div data-row=\\\"1\\\" data-col=\\\"1\\\"&gt;&lt;\\/div&gt;\",\"mediumscreen\":\"true\",\"mediumcolumn\":3,\"mediumscreensize\":800,\"smallscreen\":\"true\",\"smallcolumn\":2,\"smallscreensize\":600,\"gap\":10,\"margin\":0,\"borderradius\":10,\"hoverzoomin\":\"false\",\"hoverzoominimageonly\":\"false\",\"hoverzoominvalue\":24,\"hoverzoominduration\":180,\"hoverzoominimagescale\":1.1,\"hoverzoominimageduration\":360,\"videoplaybutton\":\"playvideo-64-64-0.png\",\"skincss\":\"@import url(https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans);\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-text {\\n    background-color: rgba(51, 51, 51, 0.5);\\n    color: #fff;\\n    text-align: center;\\n    font: 14px \\\"open sans\\\", Arial, Helvetica, sans-serif;\\n    padding: 8px 0px;\\n    position: absolute;\\n    left: 0px;\\n    bottom: 0px;\\n    width: 100%;\\n    box-sizing: border-box;\\n    -webkit-box-sizing: border-box;\\n    -moz-box-sizing: border-box;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-title {\\n    font-size: 14px;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-description {\\n    font-size: 12px;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-button {\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-caption {\\n    font: 14px \\\"open sans\\\", Arial, Helvetica, sans-serif;\\n    text-align: center;\\n   color: #333;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-caption-title {\\n    font-size: 14px;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wonderplugin-gridgallery-item-caption-description {\\n    font-size: 12px;\\n}\\n\\n.wpgridgallery-socialmedia-button {\\n\\tdisplay: inline-block;\\n\\tmargin: 4px;\\n}\\n\\n.wpgridgallery-socialmedia-button a {\\n\\tbox-shadow: none;\\n}\\n\\n.wpgridgallery-socialmedia-icon {\\n\\tdisplay:table-cell;\\n\\twidth:32px;\\n\\theight:32px;\\n\\tfont-size:18px;\\n\\tborder-radius:50%;\\n\\tcolor:#fff;\\n\\tvertical-align:middle;\\n\\ttext-align:center;\\n\\tcursor:pointer;\\n\\tpadding:0;\\n}\\n\\n.wpgridgallery-socialmedia-rotate {\\n\\ttransition: transform .4s ease-in; \\n} \\n\\n.wpgridgallery-socialmedia-rotate:hover { \\n\\ttransform: rotate(360deg); \\n}\",\"categorycss\":\"#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag {\\n\\tborder: none;\\n\\tbackground: #666;\\n\\tcolor: #fff;\\n  \\tpadding: 6px 12px;\\n\\tfont-size: 12px;\\n\\tfont-weight: normal; \\t\\n  \\tfont-family: \\\"Lucida Sans Unicode\\\",\\\"Lucida Grande\\\",sans-serif,Arial;\\n  \\tbox-sizing: border-box; \\n  \\tcursor: pointer;\\n  \\ttext-align: center;\\n  \\ttext-decoration: none;\\n  \\ttext-shadow: none;\\n  \\ttext-transform: none;\\n  \\twhite-space: nowrap;\\n  \\t-webkit-font-smoothing: antialiased;\\n  \\tborder-radius: 2px;\\n  \\ttransition: background-color 0.3s ease;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover,\\n#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag:focus {\\n\\tborder: none;\\n\\tbackground: #999;\\n\\tcolor: #fff;\\n}\\n\\n#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected,\\n#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover,\\n#wonderplugingridgallery-GRIDGALLERYID .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {\\n\\tborder: none;\\n\\tbackground: #f3b200;\\n\\tcolor: #fff;\\n}\"}','2018-05-03 04:05:30','1');
/*!40000 ALTER TABLE `wp_wonderplugin_gridgallery` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;



/* Duplicator WordPress Timestamp: 2020-02-14 18:22:20*/
/* DUPLICATOR_MYSQLDUMP_EOF */
